Add check_fmn
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
d4e2e7c9c8
commit
c6969765c1
2 changed files with 3 additions and 0 deletions
|
@ -122,6 +122,7 @@
|
|||
- check_memcache.cfg
|
||||
- check_lock_file_age.cfg
|
||||
- check_basset.cfg
|
||||
- check_fmn.cfg
|
||||
- check_osbs.cfg
|
||||
- check_koschei_polling_proc.cfg
|
||||
- check_koschei_resolver_proc.cfg
|
||||
|
|
2
roles/nagios/client/templates/check_fmn.cfg.j2
Normal file
2
roles/nagios/client/templates/check_fmn.cfg.j2
Normal file
|
@ -0,0 +1,2 @@
|
|||
command[check_fmn_worker_queue]={{ libdir }}/nagios/plugins/check_rabbitmq_size workers 200 1000
|
||||
command[check_fmn_backend_queue]={{ libdir }}/nagios/plugins/check_rabbitmq_size backends 100 200
|
Loading…
Add table
Add a link
Reference in a new issue