[Nagiosplug-checkins] SF.net SVN: nagiosplug: [1844] nagiosplug/branches/dermoth_ntp_rework/ plugins/check_ntp.c

dermoth at users.sourceforge.net dermoth at users.sourceforge.net
Tue Dec 4 13:28:50 CET 2007


Revision: 1844
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=1844&view=rev
Author:   dermoth
Date:     2007-12-04 04:28:50 -0800 (Tue, 04 Dec 2007)

Log Message:
-----------
Comment (Fixed in trunk already)

Modified Paths:
--------------
    nagiosplug/branches/dermoth_ntp_rework/plugins/check_ntp.c

Modified: nagiosplug/branches/dermoth_ntp_rework/plugins/check_ntp.c
===================================================================
--- nagiosplug/branches/dermoth_ntp_rework/plugins/check_ntp.c	2007-12-04 12:27:04 UTC (rev 1843)
+++ nagiosplug/branches/dermoth_ntp_rework/plugins/check_ntp.c	2007-12-04 12:28:50 UTC (rev 1844)
@@ -772,7 +772,7 @@
 	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;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Commits mailing list