]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
testnodes: Set sane warn/crit thresholds for nagios check_load 222/head
authorDavid Galloway <dgallowa@redhat.com>
Wed, 30 Mar 2016 15:49:09 +0000 (11:49 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 30 Mar 2016 15:49:09 +0000 (11:49 -0400)
Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/testnode/templates/nagios/nrpe.cfg

index 1f2ce5000e7270d41e1a1e9654faf1fa82b793d4..38bba52f06a4d2fe3a7b3eab4d9a78c6eeb30ffb 100644 (file)
@@ -15,7 +15,7 @@ command_timeout=60
 connection_timeout=300
 
 command[check_users]={{ nagios_plugins_directory }}/check_users --warning=5 --critical=10
-command[check_load]={{ nagios_plugins_directory }}/check_load --warning=15,10,5 --critical=30,25,20
+command[check_load]={{ nagios_plugins_directory }}/check_load --percpu --warning=0.7,0.6,0.5 --critical=0.9,0.8,0.7
 command[check_hda1]={{ nagios_plugins_directory }}/check_disk --warning=20% --critical=10% --partition=/dev/hda1
 command[check_root]={{ nagios_plugins_directory }}/check_disk --warning=10% --critical=5% --units=GB --path=/
 command[check_zombie_procs]={{ nagios_plugins_directory }}/check_procs --warning=5 --critical=10 --state=Z