From: Peter Palfrader Date: Sun, 27 Apr 2014 09:35:52 +0000 (+0200) Subject: Remove varnish X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=3a002453a40b21ea8274e6ad81167881dfa8c0be;p=mirror%2Fdsa-nagios.git Remove varnish --- diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index e90e966..5efbd3e 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -1124,9 +1124,9 @@ hostgroups: jetty-hosts: alias: hosts running jetty private: 1 - varnish-hosts: - alias: hosts running varnish - private: 1 + #varnish-hosts: + # alias: hosts running varnish + # private: 1 bind9-hosts: alias: hosts running bind9 private: 1 @@ -2389,20 +2389,20 @@ services: normal_check_interval: 60 ### - - - name: process - varnish - master - nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1:1 -u root -C varnishd -a '/usr/sbin/varnishd -P /var/run/varnishd.pid -a :80 -T localhost:6082 -f /etc/varnish/default.vcl'" - hostgroups: varnish-hosts - - - name: process - varnish - worker - nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1:1 -u nobody -C varnishd -a '/usr/sbin/varnishd -P /var/run/varnishd.pid -a :80 -T localhost:6082 -f /etc/varnish/default.vcl'" - hostgroups: varnish-hosts - depends: process - varnish - master - - - name: network service - http - check: check_http - hostgroups: varnish-hosts - depends: process - varnish - master + #- + # name: process - varnish - master + # nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1:1 -u root -C varnishd -a '/usr/sbin/varnishd -P /var/run/varnishd.pid -a :80 -T localhost:6082 -f /etc/varnish/default.vcl'" + # hostgroups: varnish-hosts + #- + # name: process - varnish - worker + # nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1:1 -u nobody -C varnishd -a '/usr/sbin/varnishd -P /var/run/varnishd.pid -a :80 -T localhost:6082 -f /etc/varnish/default.vcl'" + # hostgroups: varnish-hosts + # depends: process - varnish - master + #- + # name: network service - http + # check: check_http + # hostgroups: varnish-hosts + # depends: process - varnish - master ###