Index: /noc/nagios/checkcommands.cfg
===================================================================
--- /noc/nagios/checkcommands.cfg	(revision 428)
+++ /noc/nagios/checkcommands.cfg	(revision 429)
@@ -75,4 +75,15 @@
         }
 
+# 'check_http_heartbeat' command definition
+define command{
+       command_name	check_http_heartbeat
+       command_line	$USER1$/check_http -H $HOSTADDRESS$ -u /heartbeat/http -s 1
+       }
+
+# 'check_https_cert' command definition
+define command{
+       command_name	check_https_cert
+       command_line	$USER1$/check_http -H $HOSTADDRESS$ -S -C $ARG1$
+       }
 
 # 'check_local_disk' command definition
Index: /noc/nagios/services.cfg
===================================================================
--- /noc/nagios/services.cfg	(revision 428)
+++ /noc/nagios/services.cfg	(revision 429)
@@ -29,7 +29,18 @@
 define service {
 	use	scripts-service
+	host_name	scripts
+	service_description	SSH
+	check_command	check_ssh
+	notification_period	afs
+	contact_groups	scripts,pagers
+}
+
+define service {
+	use	scripts-service
 	hostgroup_name	scripts-http
 	service_description	HTTP
-	check_command	check_http
+	notification_period	afs
+	check_command	check_http_heartbeat
+	contact_groups	scripts,pagers
 }
 
@@ -38,5 +49,7 @@
 	hostgroup_name	scripts-https
 	service_description	HTTPS
-	check_command	check_tcp!443
+	notification_period	afs
+	check_command	check_https_cert!14
+	contact_groups	scripts,pagers
 }
 
@@ -45,5 +58,19 @@
 	hostgroup_name	scripts-mail
 	service_description	POSTFIX
-	check_command	check_remote_procs_u!2:50!2:100!postfix
+	check_command	check_remote_procs_u!1:110!1:200!postfix
+}
+
+define service {
+       use     scripts-service
+       hostgroup_name	scripts-mail
+       service_description	SMTP
+       check_command	check_smtp
+}
+
+define service {
+       use     scripts-service
+       host_name	scripts
+       service_description	SMTP
+       check_command	check_smtp
 }
 
@@ -102,4 +129,14 @@
 	service_description	MYSQL
 	check_command	check_tcp!3306
+	contact_groups	scripts,pagers
+}
+
+define service {
+	use	scripts-service
+	hostgroup_name	scripts-mysql
+	service_description	HTTP
+	notification_period	afs
+	check_command	check_http
+	contact_groups	scripts,pagers
 }
 
