Rename check_fedmsg_masher_proc to check_fedmsg_composer_proc and have it check fedmsg-hub-3.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
cf4d418665
commit
2911286a3a
5 changed files with 5 additions and 5 deletions
|
@ -127,7 +127,7 @@
|
|||
- check_fedmsg_irc_proc.cfg
|
||||
- check_fedmsg_relay_proc.cfg
|
||||
- check_fedmsg_gateway_proc.cfg
|
||||
- check_fedmsg_masher_proc.cfg
|
||||
- check_fedmsg_composer_proc.cfg
|
||||
- check_redis_proc.cfg
|
||||
- check_autocloud_proc.cfg
|
||||
- check_fedmsg_consumers.cfg
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
command[check_fedmsg_composer_proc]={{ libdir }}/nagios/plugins/check_procs -c 1:1 -C 'fedmsg-hub-3' -u apache
|
|
@ -1 +0,0 @@
|
|||
command[check_fedmsg_masher_proc]={{ libdir }}/nagios/plugins/check_procs -c 1:1 -C 'fedmsg-hub' -u apache
|
|
@ -119,14 +119,14 @@ define service {
|
|||
define service {
|
||||
host_name bodhi-backend01.phx2.fedoraproject.org
|
||||
service_description Check for fedmsg-hub proc
|
||||
check_command check_by_nrpe!check_fedmsg_masher_proc
|
||||
check_command check_by_nrpe!check_fedmsg_composer_proc
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
define service {
|
||||
host_name bodhi-backend02.phx2.fedoraproject.org
|
||||
service_description Check for fedmsg-hub proc
|
||||
check_command check_by_nrpe!check_fedmsg_masher_proc
|
||||
check_command check_by_nrpe!check_fedmsg_composer_proc
|
||||
use defaulttemplate
|
||||
}
|
||||
|
||||
|
|
|
@ -330,7 +330,7 @@ command[check_fedmsg_hub_proc]=/usr/lib64/nagios/plugins/check_procs -c 1:1 -C '
|
|||
command[check_fedmsg_gateway_proc]=/usr/lib64/nagios/plugins/check_procs -c 1:1 -C 'fedmsg-gateway' -u fedmsg
|
||||
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_masher_proc]=/usr/lib64/nagios/plugins/check_procs -c 1:1 -C 'fedmsg-hub' -u apache
|
||||
command[check_fedmsg_composer_proc]=/usr/lib64/nagios/plugins/check_procs -c 1:1 -C 'fedmsg-hub-3' -u apache
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue