Index: noc/nagios/checkcommands.cfg
===================================================================
--- noc/nagios/checkcommands.cfg	(revision 990)
+++ noc/nagios/checkcommands.cfg	(revision 991)
@@ -174,4 +174,9 @@
 
 define command {
+	command_name	check_remote_cron_working
+	command_line	$USER1$/check_nrpe -H $HOSTADDRESS$ -c check_cron_working
+}
+
+define command {
     command_name    check_scripts_ldap
     command_line    $USER1$/check_ldap -H $HOSTADDRESS$ -b dc=scripts,dc=mit,dc=edu
Index: noc/nagios/services.cfg
===================================================================
--- noc/nagios/services.cfg	(revision 990)
+++ 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
 }
 
