ok let us try getting collectd to work

This commit is contained in:
Stephen Smoogen 2017-06-23 18:41:42 +00:00
parent f70f7a9580
commit 6d8898f6bc

View file

@ -23,12 +23,14 @@ ScriptAlias /tac.cgi /usr/lib64/nagios/cgi-bin/tac.cgi
Options ExecCGI
</Location>
{% if vars['nagios_location'] == 'external' %}
<Location /apache-status>
SetHandler server-status
{% if vars['nagios_location'] == 'external' %}
Require ip 2610:28:3090:3001:dead:beef:cafe:fed9
</Location>
{% else %}
Require ip 127.0.0.1
{% endif %}
</Location>
RewriteEngine on
RewriteRule ^/$ /nagios/ [R]