From: Peter Palfrader Date: Wed, 14 Mar 2012 12:06:16 +0000 (+0100) Subject: no more mysql X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=b97f32f15533620047682b101b7946002edd527f;p=mirror%2Fdsa-nagios.git no more mysql --- diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 7c964b6..7660f75 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -1078,9 +1078,6 @@ hostgroups: postgres90-hosts: alias: hosts running postgres90 private: 1 - mysql-hosts: - alias: hosts running mysql - private: 1 no-ulogd: alias: hosts not running ulogd private: 1 @@ -2356,17 +2353,6 @@ services: name: postgresql backups nrpe: "/usr/bin/sudo -u debbackup /usr/lib/nagios/plugins/dsa-check-backuppg" hosts: beethoven - #### - - - name: process - mysql - master - nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:2 -c 1: -u root -C mysqld_safe -a '/bin/sh /usr/bin/mysqld_safe'" - hostgroups: mysql-hosts - - - name: process - mysql - workers - nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:25 -c 1: -u mysql -C mysqld -a /usr/sbin/mysqld" - hostgroups: mysql-hosts - depends: process - mysql - master - #### - name: process - stunnel4 - postgres-udd