Index: noc/nagios/checkcommands.cfg
===================================================================
--- noc/nagios/checkcommands.cfg	(revision 1054)
+++ noc/nagios/checkcommands.cfg	(revision 1055)
@@ -104,4 +104,9 @@
 
 define command {
+	command_name	check_nrpe_alive
+	command_line	$USER1$/check_nrpe -H $HOSTADDRESS$
+}
+
+define command {
 	command_name	check_remote_users
 	command_line	$USER1$/check_nrpe -H $HOSTADDRESS$ -c check_users -a $ARG1$ $ARG2$
Index: noc/nagios/services.cfg
===================================================================
--- noc/nagios/services.cfg	(revision 1054)
+++ noc/nagios/services.cfg	(revision 1055)
@@ -177,4 +177,11 @@
 	use	scripts-service
 	hostgroup_name	scripts-real
+	service_description	NRPE
+	check_command	check_nrpe_alive
+}
+
+define service {
+	use	scripts-service
+	hostgroup_name	scripts-real
 	service_description	DISK
 	check_command	check_remote_disk!10%!5%
