Copy some more fedmsg proc checks over from puppet.

This commit is contained in:
Ralph Bean 2014-06-11 12:35:52 +00:00
parent a442e735c9
commit daceb9dd99
4 changed files with 6 additions and 0 deletions

View file

@ -62,6 +62,9 @@
- check_postfix_queue.cfg
- check_lock.cfg
- check_fedmsg_hub_proc.cfg
- check_fedmsg_irc_proc.cfg
- check_fedmsg_relay_proc.cfg
- check_fedmsg_gateway_proc.cfg
- check_redis_proc.cfg
- check_fcomm_cache_worker_proc.cfg
- check_fcomm_queue.cfg

View file

@ -0,0 +1 @@
command[check_fedmsg_gateway_proc]={{ libdir }}/nagios/plugins/check_procs -c 1:1 -C 'fedmsg-gateway' -u fedmsg

View file

@ -0,0 +1 @@
command[check_fedmsg_irc_proc]={{ libdir }}/nagios/plugins/check_procs -c 1:1 -C 'fedmsg-irc' -u fedmsg

View file

@ -0,0 +1 @@
command[check_fedmsg_relay_proc]={{ libdir }}/nagios/plugins/check_procs -c 1:1 -C 'fedmsg-relay' -u fedmsg