Index: noc/nagios/checkcommands.cfg
===================================================================
--- noc/nagios/checkcommands.cfg	(revision 48)
+++ 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
