From: Martin Zobel-Helas Date: Sun, 13 Nov 2011 21:28:13 +0000 (+0100) Subject: add nagios check for klecker-ftp X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=3b907c54592ea0ecae8a4fda81b3a846d7be637c;p=mirror%2Fdsa-nagios.git add nagios check for klecker-ftp --- diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index a36184e..bc3c391 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -2191,17 +2191,17 @@ services: name: process - vsftp - listener nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1:1 -u root -C vsftpd -a 'vsftpd: LISTENER'" hostgroups: ftpd-hosts, uploadqueue - excludehosts: kassia + excludehosts: kassia, klecker - name: process - vsftp - instance nrpe: "/usr/lib/nagios/plugins/check_procs -w 0:80 -c 0:100 -u ftp -C vsftpd -a 'vsftpd: '" hostgroups: ftpd-hosts, uploadqueue - excludehosts: kassia + excludehosts: kassia, klecker - name: network service - ftp check: check_ftp hostgroups: ftpd-hosts, uploadqueue - excludehosts: kassia + excludehosts: kassia, klecker depends: process - vsftp - listener - name: network service - ftp @@ -2209,6 +2209,12 @@ services: #hosts: kassia-sec, kassia-ftp hosts: kassia-ftp depends: kassia:process - xinetd + - + name: network service - ftp + check: check_ftp + #hosts: kassia-sec, kassia-ftp + hosts: klecker-ftp + depends: klecker:process - xinetd #### -