Index: /noc/nagios/services.cfg
===================================================================
--- /noc/nagios/services.cfg	(revision 898)
+++ /noc/nagios/services.cfg	(revision 899)
@@ -14,5 +14,5 @@
 define service {
         use                             scripts-service
-        hostgroup_name			all-remote
+        hostgroup_name			scripts-all
         service_description             PING
 	check_command			check_ping!500.0,30%!3000.0,80%
@@ -22,5 +22,5 @@
 define service {
 	use	scripts-service
-	hostgroup_name	real-servers
+	hostgroup_name	scripts-real
 	service_description	SSH
 	check_command	check_ssh
@@ -56,4 +56,32 @@
 define service {
 	use	scripts-service
+	hostgroup_name		scripts-https
+	service_description	HTTPS-CERT
+	notification_period	afs
+	check_command	check_https_cert_444!14
+	contact_groups	scripts,pagers
+}
+
+define servicedependency{
+	host_name			scripts
+	service_description		HTTP
+	dependent_host_name		scripts,scripts-cert,wildcard.scripts
+	dependent_service_description	HTTPS,HTTPS-CERT
+	execution_failure_criteria	n
+	notification_failure_criteria	w,u,c
+	}
+
+define servicedependency{
+	host_name			scripts
+	service_description		HTTP
+	dependent_host_name		scripts-cert
+	dependent_service_description	HTTP
+	execution_failure_criteria	n
+	notification_failure_criteria	w,u,c
+	}
+
+
+define service {
+	use	scripts-service
 	hostgroup_name	scripts-mail
 	service_description	POSTFIX
@@ -66,4 +94,18 @@
 	service_description	NSCD
 	check_command	check_remote_procs_u!1:256!1:512!nscd
+}
+
+define service {
+	use scripts-service
+	hostgroup_name scripts-user
+	service_description	AFS
+	check_command	check_remote_afs
+}
+
+define service {
+    use scripts-service
+    hostgroup_name scripts-user
+    service_description LDAP
+    check_command check_scripts_ldap
 }
 
@@ -92,5 +134,5 @@
 define service {
 	use	scripts-service
-	hostgroup_name	real-servers
+	hostgroup_name	scripts-real
 	service_description	DISK
 	check_command	check_remote_disk!10%!5%
@@ -108,5 +150,5 @@
 	hostgroup_name	mysql-masters,mysql-slaves
 	service_description	LOAD
-	check_command	check_remote_load!13:5:5!15:7:7
+	check_command	check_remote_load!16:10:10!20:15:15
 	contact_groups  sql
 }
