[Nagiosplug-checkins] SF.net SVN: nagiosplug: [2023] nagiosplug/trunk/plugins/check_ups.c
dermoth at users.sourceforge.net
dermoth at users.sourceforge.net
Thu Jul 10 12:03:43 CEST 2008
Revision: 2023
http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2023&view=rev
Author: dermoth
Date: 2008-07-10 03:03:43 -0700 (Thu, 10 Jul 2008)
Log Message:
-----------
Typo in check_ups
Modified Paths:
--------------
nagiosplug/trunk/plugins/check_ups.c
Modified: nagiosplug/trunk/plugins/check_ups.c
===================================================================
--- nagiosplug/trunk/plugins/check_ups.c 2008-07-09 21:54:41 UTC (rev 2022)
+++ nagiosplug/trunk/plugins/check_ups.c 2008-07-10 10:03:43 UTC (rev 2023)
@@ -635,7 +635,7 @@
printf ("%s\n", _("This plugin attempts to determine the status of a UPS (Uninterruptible Power"));
printf ("%s\n", _("Supply) on a local or remote host. If the UPS is online or calibrating, the"));
printf ("%s\n", _("plugin will return an OK state. If the battery is on it will return a WARNING"));
- printf ("%s\n", _("state.If the UPS is off or has a low battery the plugin will return a CRITICAL"));
+ printf ("%s\n", _("state. If the UPS is off or has a low battery the plugin will return a CRITICAL"));
printf ("%s\n", _("state."));
printf ("\n");
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