summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nagios/objects/cluster.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/nagios/objects/cluster.cfg b/nagios/objects/cluster.cfg
index a81fbe0..06551c9 100644
--- a/nagios/objects/cluster.cfg
+++ b/nagios/objects/cluster.cfg
@@ -398,21 +398,21 @@ define service {
use remote-service
host_name virtualip
service_description Git Volume
- check_command check_disk!20%!10%!/var/git/
+ check_command check_disk!10%!5%!/var/git/
action_url /nagiosgraph/cgi-bin/show.cgi?host=$HOSTNAME$&service=$SERVICEDESC$&db=/var/git%2Cdata&geom=800x180
}
define service {
use remote-service
host_name virtualip
service_description Home Volume
- check_command check_disk!20%!10%!/home/
+ check_command check_disk!10%!5%!/home/
action_url /nagiosgraph/cgi-bin/show.cgi?host=$HOSTNAME$&service=$SERVICEDESC$&db=/home%2Cdata&geom=800x180
}
define service {
use remote-service
host_name virtualip
service_description WWW Volume
- check_command check_disk!20%!10%!/var/www/shared/
+ check_command check_disk!10%!5%!/var/www/shared/
action_url /nagiosgraph/cgi-bin/show.cgi?host=$HOSTNAME$&service=$SERVICEDESC$&db=/var/www/shared%2Cdata&geom=800x180
}