Copy some more fedmsg proc checks over from puppet.
This commit is contained in:
parent
a442e735c9
commit
daceb9dd99
4 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
command[check_fedmsg_gateway_proc]={{ libdir }}/nagios/plugins/check_procs -c 1:1 -C 'fedmsg-gateway' -u fedmsg
|
|
@ -0,0 +1 @@
|
|||
command[check_fedmsg_irc_proc]={{ libdir }}/nagios/plugins/check_procs -c 1:1 -C 'fedmsg-irc' -u fedmsg
|
|
@ -0,0 +1 @@
|
|||
command[check_fedmsg_relay_proc]={{ libdir }}/nagios/plugins/check_procs -c 1:1 -C 'fedmsg-relay' -u fedmsg
|
Loading…
Add table
Add a link
Reference in a new issue