Index: noc/nagios/services.cfg
===================================================================
--- noc/nagios/services.cfg	(revision 960)
+++ noc/nagios/services.cfg	(revision 991)
@@ -138,4 +138,11 @@
 
 define service {
+	use scripts-service
+	hostgroup_name scripts-user
+	service_description	CRON-WORKING
+	check_command	check_remote_cron_working
+}
+
+define service {
     use scripts-service
     hostgroup_name scripts-user
@@ -217,5 +224,5 @@
 	service_description	MYSQL-M
 	check_command	check_remote_mysql
-	contact_groups  sql
+	contact_groups  sql,scripts
 }
 
@@ -225,5 +232,5 @@
 	service_description	MYSQL-S
 	check_command	check_remote_mysql_slave
-	contact_groups  sql
+	contact_groups  sql,scripts
 }
 
