Allow Basset to go up to 6 workers
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
7e721032b2
commit
26335a2d05
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
command[check_mongo_proc]={{ libdir }}/nagios/plugins/check_procs -s RSD -u mongodb -C mongod -c 1:1
|
||||
command[check_rabbitmq_proc]={{ libdir }}/nagios/plugins/check_procs -s RSD -u rabbitmq -C beam.smp -c 1:1
|
||||
command[check_worker_proc]={{ libdir }}/nagios/plugins/check_procs -s RSD -u basset-worker -C basset-worker -c 1:1
|
||||
command[check_worker_proc]={{ libdir }}/nagios/plugins/check_procs -s RSD -u basset-worker -C basset-worker -c 1:6
|
||||
command[check_basset_queue]={{ libdir }}/nagios/plugins/check_rabbitmq_size check_submission
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue