diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-07-10 10:03:43 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-07-10 10:03:43 (GMT) |
commit | c8558c620c73715e68c3c9912339c5bc831e8559 (patch) | |
tree | c90c5a61b067d4641124c453c2310c6498051c51 /plugins/check_ups.c | |
parent | 1066906a16f3a18d3cbcdb844169193032fa34de (diff) | |
download | monitoring-plugins-c8558c620c73715e68c3c9912339c5bc831e8559.tar.gz |
Typo in check_ups
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2023 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_ups.c')
-rw-r--r-- | plugins/check_ups.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_ups.c b/plugins/check_ups.c index 773da5f..154508d 100644 --- a/plugins/check_ups.c +++ b/plugins/check_ups.c | |||
@@ -635,7 +635,7 @@ print_help (void) | |||
635 | printf ("%s\n", _("This plugin attempts to determine the status of a UPS (Uninterruptible Power")); | 635 | printf ("%s\n", _("This plugin attempts to determine the status of a UPS (Uninterruptible Power")); |
636 | printf ("%s\n", _("Supply) on a local or remote host. If the UPS is online or calibrating, the")); | 636 | printf ("%s\n", _("Supply) on a local or remote host. If the UPS is online or calibrating, the")); |
637 | printf ("%s\n", _("plugin will return an OK state. If the battery is on it will return a WARNING")); | 637 | printf ("%s\n", _("plugin will return an OK state. If the battery is on it will return a WARNING")); |
638 | printf ("%s\n", _("state.If the UPS is off or has a low battery the plugin will return a CRITICAL")); | 638 | printf ("%s\n", _("state. If the UPS is off or has a low battery the plugin will return a CRITICAL")); |
639 | printf ("%s\n", _("state.")); | 639 | printf ("%s\n", _("state.")); |
640 | 640 | ||
641 | printf ("\n"); | 641 | printf ("\n"); |