From: Martin Zobel-Helas Date: Tue, 14 Sep 2010 20:16:33 +0000 (+0200) Subject: check process bosserver X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=a7209450bfafade59a97f5c4b624f0ccfb4cf5ed;p=mirror%2Fdsa-nagios.git check process bosserver --- diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index caaef8e..bd3fe4f 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -294,7 +294,7 @@ servers: lamb: address: 82.195.75.101 parents: unger - hostgroups: computers, service, hasbootfs, kvmdomains, squeeze, hasvicepa + hostgroups: computers, service, hasbootfs, kvmdomains, squeeze, hasvicepa, bosserver master: address: 70.103.162.29 @@ -923,6 +923,9 @@ hostgroups: uploadqueue: alias: hosts that are an anonymous ftp uploadqueue private: 1 + bosserver: + alias: hosts running bosserver + private: 1 nfs-client: alias: hosts mounting filesystems using NFS @@ -1832,6 +1835,11 @@ services: nrpe: "/usr/lib/nagios/plugins/check_procs -w 0:0 -C acpid" hostgroups: computers excludehostgroups: acpid-hosts, kvmdomains + ### + - + name: process - bosserver + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C bosserver -a '/usr/sbin/bosserver'" + hostgroups: bosserver ### -