From 9e434ed8a0f0dd2cdb43f3b64825f17a56ca870e Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 18 Jun 2019 19:12:25 +0100 Subject: Fix misunderstanding with ntp check --- nagios/objects/commands.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nagios/objects') diff --git a/nagios/objects/commands.cfg b/nagios/objects/commands.cfg index 94574c9..938b642 100644 --- a/nagios/objects/commands.cfg +++ b/nagios/objects/commands.cfg @@ -116,7 +116,7 @@ define command { define command { command_name check_ntp - command_line $USER1$/check_ntp_time -H $HOSTADDRESS$ + command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_time } define command { -- cgit v1.2.3