From c1418c9dafba384536595bea2f5f4d256a498d15 Mon Sep 17 00:00:00 2001 From: Thomas Guyot-Sionnest Date: Tue, 4 Dec 2007 12:28:50 +0000 Subject: Comment (Fixed in trunk already) git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/branches/dermoth_ntp_rework@1844 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/check_ntp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/check_ntp.c b/plugins/check_ntp.c index 38562ac9..164d5190 100644 --- a/plugins/check_ntp.c +++ b/plugins/check_ntp.c @@ -772,7 +772,7 @@ int main(int argc, char *argv[]){ alarm (socket_timeout); offset = offset_request(server_address, &offset_result); - /* check_ntp used to always return if offset_result == STATE_UNKNOWN. + /* check_ntp used to always return CRITICAL if offset_result == STATE_UNKNOWN. * Now we'll only do that is the offset thresholds were set */ if (do_offset && offset_result == STATE_UNKNOWN) { result = STATE_CRITICAL; -- cgit v1.2.3-74-g34f1