this should allow noc01 to see nrpe commands

This commit is contained in:
Stephen Smoogen 2018-12-17 16:42:16 +00:00
parent 6aab02304a
commit 0819f469c0
2 changed files with 9 additions and 1 deletions

View file

@ -1,7 +1,14 @@
# BEGIN, check for the existance of processes
define service {
host_name pkgs01.stg.phx2.fedoraproject.org
service_description Check that repospanner is running
service_description Check that repospanner is running on pkgs
check_command check_by_nrpe!check_repospanner_proc
use defaulttemplate
}
define service {
host_name repospanner01.phx2.fedoraproject.org
service_description Check that repospanner is running on repospanner
check_command check_by_nrpe!check_repospanner_proc
use defaulttemplate
}

View file

@ -331,6 +331,7 @@ command[check_fedmsg_gateway_proc]=/usr/lib64/nagios/plugins/check_procs -c 1:1
command[check_fedmsg_irc_proc]=/usr/lib64/nagios/plugins/check_procs -c 1:1 -C 'fedmsg-irc' -u fedmsg
command[check_fedmsg_tweet_proc]=/usr/lib64/nagios/plugins/check_procs -c 1:1 -C 'fedmsg-tweet' -u fedmsg
command[check_fedmsg_composer_proc]=/usr/lib64/nagios/plugins/check_procs -c 1:1 -C 'fedmsg-hub-3' -u apache
command[check_repospanner_proc]=/usr/lib64/nagios/plugins/check_procs -c 1:1 -C 'repospanner'
command[check_supybot_fedmsg_plugin]=/usr/lib64/nagios/plugins/check_supybot_plugin -t fedmsg
command[check_haproxy_conns]=/usr/lib64/nagios/plugins/check_haproxy_conns.py
command[check_redis_proc]=/usr/lib64/nagios/plugins/check_procs -c 1:1 -C 'redis-server' -u redis