[Nagiosplug-checkins] SF.net SVN: nagiosplug: [1838] nagiosplug/trunk/plugins/check_ntp.c
dermoth at users.sourceforge.net
dermoth at users.sourceforge.net
Tue Dec 4 12:14:36 CET 2007
Revision: 1838
http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=1838&view=rev
Author: dermoth
Date: 2007-12-04 03:14:36 -0800 (Tue, 04 Dec 2007)
Log Message:
-----------
missing word in comment block.
Modified Paths:
--------------
nagiosplug/trunk/plugins/check_ntp.c
Modified: nagiosplug/trunk/plugins/check_ntp.c
===================================================================
--- nagiosplug/trunk/plugins/check_ntp.c 2007-11-27 13:52:38 UTC (rev 1837)
+++ nagiosplug/trunk/plugins/check_ntp.c 2007-12-04 11:14:36 UTC (rev 1838)
@@ -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