Index: noc/nagios/services.cfg
===================================================================
--- noc/nagios/services.cfg	(revision 709)
+++ noc/nagios/services.cfg	(revision 735)
@@ -90,18 +90,4 @@
 }
 
-#define service {
-#	use	scripts-service
-#	hostgroup_name	real-servers
-#	service_description	DISK: /
-#	check_command	check_remote_disk!10%!5%!/
-#}
-
-#define service {
-#	use	scripts-service
-#	hostgroup_name	mysql-masters,mysql-slaves
-#	service_description	DISK: /srv
-#	check_command	check_remote_disk!10%!5%!/srv
-#}
-
 define service {
 	use	scripts-service
@@ -123,4 +109,5 @@
 	service_description	LOAD
 	check_command	check_remote_load!13:5:5!15:7:7
+	contact_groups  sql
 }
 
@@ -137,5 +124,5 @@
 	service_description	MYSQL
 	check_command	check_tcp!3306
-	contact_groups	scripts,pagers
+	contact_groups	sql,scripts,pagers
 }
 
@@ -146,5 +133,5 @@
 	notification_period	afs
 	check_command	check_http
-	contact_groups	scripts,pagers
+	contact_groups	sql,scripts,pagers
 }
 
@@ -154,4 +141,5 @@
 	service_description	MYSQL-M
 	check_command	check_remote_mysql
+	contact_groups  sql
 }
 
@@ -161,4 +149,5 @@
 	service_description	MYSQL-S
 	check_command	check_remote_mysql_slave
+	contact_groups  sql
 }
 
@@ -169,4 +158,3 @@
 	notifications_enabled	0
 	check_command	check_remote_procs_P!4!6!50
-	
 }
