Freeze Break Request: Allow basset to use up to 6 workers

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

Currently the Nagios config allows Basset to run only exactly 1 worker
before it starts complaining, but sometimes I start extra workers to catch
up on big queues.
Can I get +1s on the following patch to make sure that this is no longer
reason for Nagios to start complaining?

Patrick


commit 13b1dbddec43e351489fe639592160bd6bdf3238
Author: Patrick Uiterwijk <puiterwijk@xxxxxxxxxx>
Date:   Tue Jun 7 22:01:18 2016 +0000

    Allow Basset to go up to 6 workers

    Signed-off-by: Patrick Uiterwijk <puiterwijk@xxxxxxxxxx>

diff --git a/roles/nagios/client/templates/check_basset.cfg.j2
b/roles/nagios/client/templates/check_basset.cfg.j2
index 6b179ff..4da827b 100644
--- a/roles/nagios/client/templates/check_basset.cfg.j2
+++ b/roles/nagios/client/templates/check_basset.cfg.j2
@@ -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
_______________________________________________
infrastructure mailing list
infrastructure@xxxxxxxxxxxxxxxxxxxxxxx
https://lists.fedoraproject.org/admin/lists/infrastructure@xxxxxxxxxxxxxxxxxxxxxxx




[Index of Archives]     [Fedora Development]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux