diff options
Diffstat (limited to 'mod/lorea-status/etc')
-rw-r--r-- | mod/lorea-status/etc/crontab | 1 | ||||
-rw-r--r-- | mod/lorea-status/etc/lorea-status | 20 | ||||
-rw-r--r-- | mod/lorea-status/etc/status.lorea.org | 14 |
3 files changed, 35 insertions, 0 deletions
diff --git a/mod/lorea-status/etc/crontab b/mod/lorea-status/etc/crontab new file mode 100644 index 000000000..bd1da9917 --- /dev/null +++ b/mod/lorea-status/etc/crontab @@ -0,0 +1 @@ +*/5 * * * * www-data /usr/local/bin/lorea_refresh_status diff --git a/mod/lorea-status/etc/lorea-status b/mod/lorea-status/etc/lorea-status new file mode 100644 index 000000000..659081f80 --- /dev/null +++ b/mod/lorea-status/etc/lorea-status @@ -0,0 +1,20 @@ +# +## /etc/default/lorea-status +# +# This is a zsh fragment +# +# Add a seed to monitor with: +# +# SEEDS[lorea.example.org]="203.0.113.123" +# +SEEDS[n-1.cc]="93.182.138.116" +SEEDS[enekenbat.cc]="93.182.138.116" +SEEDS[cooperativa.ecoxarxes.cat]="93.182.138.116" +SEEDS[redesenred.net]="93.182.138.116" +SEEDS[anillosur.cc]="94.23.31.223" +SEEDS[massmulti.org]="88.190.30.142" +SEEDS[artelibredigital.net]="93.182.138.116" +SEEDS[faeries.lorea.org]="127.0.0.1" +#SEEDS[faeries.lorea.org]="188.165.211.99" +SEEDS[poblacionlavictoria.org]="190.20.170.200" +SEEDS[valpomesh.info]="190.209.195.101" diff --git a/mod/lorea-status/etc/status.lorea.org b/mod/lorea-status/etc/status.lorea.org new file mode 100644 index 000000000..45e4264d3 --- /dev/null +++ b/mod/lorea-status/etc/status.lorea.org @@ -0,0 +1,14 @@ +# +## status.lorea.org +# +# admin: hellekin +# type: static +# backend: none +# + +server { + listen 80; + server_name status.lorea.org; + root /var/www/status.lorea.org; + index index.html; +} |