diff options
author | Chris Pepper <pepper@reppep.com> | 2009-05-19 12:18:42 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2009-05-19 12:18:42 (GMT) |
commit | 2701ccd500e60537a8c2977a81549ff33eeaef3f (patch) | |
tree | 78c7c44499b5271b06590fd1057f077fdcad0b57 /plugins | |
parent | b6362e9cf5a7cdf4489e44c9e84cc2d085d89dc2 (diff) | |
download | monitoring-plugins-2701ccd500e60537a8c2977a81549ff33eeaef3f.tar.gz |
Fix a few minor typos
Signed-off-by: Holger Weiss <holger@zedat.fu-berlin.de>
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_ups.c | 10 | ||||
-rw-r--r-- | plugins/urlize.c | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/plugins/check_ups.c b/plugins/check_ups.c index c6964d8..8985b74 100644 --- a/plugins/check_ups.c +++ b/plugins/check_ups.c | |||
@@ -12,8 +12,8 @@ | |||
12 | * | 12 | * |
13 | * This file contains Network UPS Tools plugin for Nagios | 13 | * This file contains Network UPS Tools plugin for Nagios |
14 | * | 14 | * |
15 | * This plugin tests the UPS service on the specified host.Network UPS Tools | 15 | * This plugin tests the UPS service on the specified host. Network UPS Tools |
16 | * from www.networkupstools.org must be running for thisplugin to work. | 16 | * from www.networkupstools.org must be running for this plugin to work. |
17 | * | 17 | * |
18 | * | 18 | * |
19 | * This program is free software: you can redistribute it and/or modify | 19 | * This program is free software: you can redistribute it and/or modify |
@@ -605,7 +605,7 @@ print_help (void) | |||
605 | printf (COPYRIGHT, copyright, email); | 605 | printf (COPYRIGHT, copyright, email); |
606 | 606 | ||
607 | printf ("%s\n", _("This plugin tests the UPS service on the specified host. Network UPS Tools")); | 607 | printf ("%s\n", _("This plugin tests the UPS service on the specified host. Network UPS Tools")); |
608 | printf ("%s\n", _("from www.networkupstools.org must be running for thisplugin to work.")); | 608 | printf ("%s\n", _("from www.networkupstools.org must be running for this plugin to work.")); |
609 | 609 | ||
610 | printf ("\n\n"); | 610 | printf ("\n\n"); |
611 | 611 | ||
@@ -641,12 +641,12 @@ print_help (void) | |||
641 | printf ("\n"); | 641 | printf ("\n"); |
642 | printf ("%s\n", _("Notes:")); | 642 | printf ("%s\n", _("Notes:")); |
643 | printf (" %s\n", _("You may also specify a variable to check (such as temperature, utility voltage,")); | 643 | printf (" %s\n", _("You may also specify a variable to check (such as temperature, utility voltage,")); |
644 | printf (" %s\n", _("battery load, etc.) as well as warning and critical thresholds for the value")); | 644 | printf (" %s\n", _("battery load, etc.) as well as warning and critical thresholds for the value")); |
645 | printf (" %s\n", _("of that variable. If the remote host has multiple UPS that are being monitored")); | 645 | printf (" %s\n", _("of that variable. If the remote host has multiple UPS that are being monitored")); |
646 | printf (" %s\n", _("you will have to use the --ups option to specify which UPS to check.")); | 646 | printf (" %s\n", _("you will have to use the --ups option to specify which UPS to check.")); |
647 | printf ("\n"); | 647 | printf ("\n"); |
648 | printf (" %s\n", _("This plugin requires that the UPSD daemon distributed with Russell Kroll's")); | 648 | printf (" %s\n", _("This plugin requires that the UPSD daemon distributed with Russell Kroll's")); |
649 | printf (" %s\n", _("Smart UPS Tools be installed on the remote host. If you do not have the")); | 649 | printf (" %s\n", _("Network UPS Tools be installed on the remote host. If you do not have the")); |
650 | printf (" %s\n", _("package installed on your system, you can download it from")); | 650 | printf (" %s\n", _("package installed on your system, you can download it from")); |
651 | printf (" %s\n", _("http://www.networkupstools.org")); | 651 | printf (" %s\n", _("http://www.networkupstools.org")); |
652 | #ifdef NP_EXTRA_OPTS | 652 | #ifdef NP_EXTRA_OPTS |
diff --git a/plugins/urlize.c b/plugins/urlize.c index a362008..202fa04 100644 --- a/plugins/urlize.c +++ b/plugins/urlize.c | |||
@@ -10,8 +10,8 @@ | |||
10 | * This file contains the urlize plugin | 10 | * This file contains the urlize plugin |
11 | * | 11 | * |
12 | * This plugin wraps the text output of another command (plugin) in HTML <A> | 12 | * This plugin wraps the text output of another command (plugin) in HTML <A> |
13 | * tags, thus displaying the plugin output in as a clickable link in the | 13 | * tags, thus displaying the child plugin's output as a clickable link in the |
14 | * Nagios status screen. The return status is the same as the invoked plugin. | 14 | * Nagios status screen. This plugin returns the status of the invoked plugin. |
15 | * | 15 | * |
16 | * | 16 | * |
17 | * This program is free software: you can redistribute it and/or modify | 17 | * This program is free software: you can redistribute it and/or modify |
@@ -167,8 +167,8 @@ print_help (void) | |||
167 | printf (COPYRIGHT, copyright, email); | 167 | printf (COPYRIGHT, copyright, email); |
168 | 168 | ||
169 | printf ("%s\n", _("This plugin wraps the text output of another command (plugin)")); | 169 | printf ("%s\n", _("This plugin wraps the text output of another command (plugin)")); |
170 | printf ("%s\n", _("in HTML <A> tags, thus displaying the plugin output in as a clickable link in")); | 170 | printf ("%s\n", _("in HTML <A> tags, thus displaying the child plugin's output as a clickable link in")); |
171 | printf ("%s\n", _("the Nagios status screen. The return status is the same as the invoked plugin.")); | 171 | printf ("%s\n", _("the Nagios status screen. This plugin returns the status of the invoked plugin.")); |
172 | 172 | ||
173 | printf ("\n\n"); | 173 | printf ("\n\n"); |
174 | 174 | ||