Index: noc/nagios/checkcommands.cfg
===================================================================
--- noc/nagios/checkcommands.cfg	(revision 716)
+++ noc/nagios/checkcommands.cfg	(revision 896)
@@ -34,5 +34,4 @@
 ################################################################################
 
-
 # 'check_http_heartbeat' command definition
 define command{
@@ -44,5 +43,11 @@
 define command{
        command_name	check_https_cert
-       command_line	$USER1$/check_http -H $HOSTADDRESS$ -S -C $ARG1$
+       command_line	$USER1$/check_https -H $HOSTADDRESS$ -S -C $ARG1$
+       }
+
+# 'check_https_cert' command definition
+define command{
+       command_name	check_https_cert_444
+       command_line	$USER1$/check_https -H $HOSTADDRESS$ -p 444 -S -C $ARG1$
        }
 
@@ -162,2 +167,12 @@
 	command_line	$USER1$/check_nrpe -H $HOSTADDRESS$ -c check_mysql_S -a $USER3$ $USER4$
 }
+
+define command {
+	command_name	check_remote_afs
+	command_line	$USER1$/check_nrpe -H $HOSTADDRESS$ -c check_afs
+}
+
+define command {
+    command_name    check_scripts_ldap
+    command_line    $USER1$/check_ldap -H $HOSTADDRESS$ -b dc=scripts,dc=mit,dc=edu
+}
