From a98801dc17cea3984647eb74de07af6c00c0a5ca Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 31 Dec 2024 18:57:03 +0000 Subject: Remove MySQL Nagios checks --- nagios/objects/cluster.cfg | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/nagios/objects/cluster.cfg b/nagios/objects/cluster.cfg index 2262ac9..b816c79 100644 --- a/nagios/objects/cluster.cfg +++ b/nagios/objects/cluster.cfg @@ -124,13 +124,6 @@ define service { check_command check_disk!20%!10%!/var/lib/postgresql/ action_url /nagiosgraph/cgi-bin/show.cgi?host=$HOSTNAME$&service=$SERVICEDESC$&db=/var/lib/postgresql%2Cdata&geom=800x180 } -define service { - use remote-service - hostgroup_name linux-servers - service_description MySQL Volume - check_command check_disk!20%!10%!/var/lib/mysql/ - action_url /nagiosgraph/cgi-bin/show.cgi?host=$HOSTNAME$&service=$SERVICEDESC$&db=/var/lib/mysql%2Cdata&geom=800x180 -} define service { use remote-service hostgroup_name linux-servers @@ -233,12 +226,6 @@ define service { check_command check_pg_repl action_url /nagiosgraph/cgi-bin/showservice.cgi?host=$HOSTNAME$&service=$SERVICEDESC$&geom=800x170&expand_period=day,week,month,year&period=day,week,month,year } -define service { - use local-service - hostgroup_name linux-servers - service_description MySQL - check_command check_mysql -} define service { use local-service hostgroup_name linux-servers -- cgit v1.2.3