diff options
Diffstat (limited to 'frontends/etc')
| -rw-r--r-- | frontends/etc/gogios.json.tpl | 2 | ||||
| -rw-r--r-- | frontends/etc/httpd.conf.tpl | 12 |
2 files changed, 12 insertions, 2 deletions
diff --git a/frontends/etc/gogios.json.tpl b/frontends/etc/gogios.json.tpl index 60315fe..40eed45 100644 --- a/frontends/etc/gogios.json.tpl +++ b/frontends/etc/gogios.json.tpl @@ -7,7 +7,6 @@ "StateDir": "/var/run/gogios", "HTMLStatusFile": "/var/www/htdocs/buetow.org/self/gogios/index.html", "PrometheusHosts": ["r0.wg0:30090", "r1.wg0:30090", "r2.wg0:30090"], - "PrometheusNotifyDisable": true, "Checks": { <% for my $host (qw(master standby)) { -%> <% for my $proto (4, 6) { -%> @@ -25,7 +24,6 @@ "Check Ping<%= $proto %> <%= $host %>.wg0.wan.buetow.org": { "Plugin": "<%= $plugin_dir %>/check_ping", "Args": ["-H", "<%= $host %>.wg0.wan.buetow.org", "-<%= $proto %>", "-w", "100,10%", "-c", "200,15%"], - "NotifyDisable": true, "RandomSpread": 10, "Retries": 3, "RetryInterval": 3 diff --git a/frontends/etc/httpd.conf.tpl b/frontends/etc/httpd.conf.tpl index 6a313ae..394349b 100644 --- a/frontends/etc/httpd.conf.tpl +++ b/frontends/etc/httpd.conf.tpl @@ -151,6 +151,18 @@ server "<%= $prefix %>dory.buetow.org" { } <% } -%> +# Solarcat special host +<% for my $prefix (@prefixes) { -%> +server "<%= $prefix %>solarcat.buetow.org" { + listen on * port 8080 + log style forwarded + location * { + root "/htdocs/joern/solarcat.buetow.org" + directory auto index + } +} +<% } -%> + # ecat special host <% for my $prefix (@prefixes) { -%> server "<%= $prefix %>ecat.buetow.org" { |
