summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b6362e9)
raw | patch | inline | side by side (parent: b6362e9)
author | Chris Pepper <pepper@reppep.com> | |
Tue, 19 May 2009 12:18:42 +0000 (14:18 +0200) | ||
committer | Holger Weiss <holger@zedat.fu-berlin.de> | |
Tue, 19 May 2009 12:18:42 +0000 (14:18 +0200) |
Signed-off-by: Holger Weiss <holger@zedat.fu-berlin.de>
plugins/check_ups.c | patch | blob | history | |
plugins/urlize.c | patch | blob | history |
diff --git a/plugins/check_ups.c b/plugins/check_ups.c
index c6964d89a7cd19bf7de72ee5d1dc0334b15eafc7..8985b74e401b33e4faa403ba38687a793212c956 100644 (file)
--- a/plugins/check_ups.c
+++ b/plugins/check_ups.c
*
* This file contains Network UPS Tools plugin for Nagios
*
-* This plugin tests the UPS service on the specified host.Network UPS Tools
-* from www.networkupstools.org must be running for thisplugin to work.
+* This plugin tests the UPS service on the specified host. Network UPS Tools
+* from www.networkupstools.org must be running for this plugin to work.
*
*
* This program is free software: you can redistribute it and/or modify
printf (COPYRIGHT, copyright, email);
printf ("%s\n", _("This plugin tests the UPS service on the specified host. Network UPS Tools"));
- printf ("%s\n", _("from www.networkupstools.org must be running for thisplugin to work."));
+ printf ("%s\n", _("from www.networkupstools.org must be running for this plugin to work."));
printf ("\n\n");
printf ("\n");
printf ("%s\n", _("Notes:"));
printf (" %s\n", _("You may also specify a variable to check (such as temperature, utility voltage,"));
- printf (" %s\n", _("battery load, etc.) as well as warning and critical thresholds for the value"));
+ printf (" %s\n", _("battery load, etc.) as well as warning and critical thresholds for the value"));
printf (" %s\n", _("of that variable. If the remote host has multiple UPS that are being monitored"));
printf (" %s\n", _("you will have to use the --ups option to specify which UPS to check."));
printf ("\n");
printf (" %s\n", _("This plugin requires that the UPSD daemon distributed with Russell Kroll's"));
- printf (" %s\n", _("Smart UPS Tools be installed on the remote host. If you do not have the"));
+ printf (" %s\n", _("Network UPS Tools be installed on the remote host. If you do not have the"));
printf (" %s\n", _("package installed on your system, you can download it from"));
printf (" %s\n", _("http://www.networkupstools.org"));
#ifdef NP_EXTRA_OPTS
diff --git a/plugins/urlize.c b/plugins/urlize.c
index a3620082f57b9e15fe1bfd1bff342277d0ff9a8d..202fa048b6a048891f711f9c3a5ac4ff0254e6ae 100644 (file)
--- a/plugins/urlize.c
+++ b/plugins/urlize.c
* This file contains the urlize plugin
*
* This plugin wraps the text output of another command (plugin) in HTML <A>
-* tags, thus displaying the plugin output in as a clickable link in the
-* Nagios status screen. The return status is the same as the invoked plugin.
+* tags, thus displaying the child plugin's output as a clickable link in the
+* Nagios status screen. This plugin returns the status of the invoked plugin.
*
*
* This program is free software: you can redistribute it and/or modify
printf (COPYRIGHT, copyright, email);
printf ("%s\n", _("This plugin wraps the text output of another command (plugin)"));
- printf ("%s\n", _("in HTML <A> tags, thus displaying the plugin output in as a clickable link in"));
- printf ("%s\n", _("the Nagios status screen. The return status is the same as the invoked plugin."));
+ printf ("%s\n", _("in HTML <A> tags, thus displaying the child plugin's output as a clickable link in"));
+ printf ("%s\n", _("the Nagios status screen. This plugin returns the status of the invoked plugin."));
printf ("\n\n");