Index: noc/nagios/services.cfg
===================================================================
--- noc/nagios/services.cfg	(revision 705)
+++ noc/nagios/services.cfg	(revision 709)
@@ -16,5 +16,5 @@
         hostgroup_name			all-remote
         service_description             PING
-	check_command			check_ping!100.0,20%!500.0,60%
+	check_command			check_ping!500.0,30%!3000.0,80%
         }
 
@@ -59,4 +59,11 @@
 	service_description	POSTFIX
 	check_command	check_remote_procs_u!1:128!1:256!postfix
+}
+
+define service {
+	use	scripts-service
+	hostgroup_name	scripts-user
+	service_description	NSCD
+	check_command	check_remote_procs_u!1:256!1:512!nscd
 }
 
