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
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