diff options
Diffstat (limited to 'plugins/t')
0 files changed, 0 insertions, 0 deletions
diff --git a/plugins/check_cluster.c b/plugins/check_cluster.c index f1568d5..2c7ee11 100644 --- a/plugins/check_cluster.c +++ b/plugins/check_cluster.c | |||
@@ -244,7 +244,7 @@ print_help(void) | |||
244 | printf (" %s\n", _("non-OK state in order to return a WARNING status level")); | 244 | printf (" %s\n", _("non-OK state in order to return a WARNING status level")); |
245 | printf (" %s\n", "-c, --critical=THRESHOLD"); | 245 | printf (" %s\n", "-c, --critical=THRESHOLD"); |
246 | printf (" %s\n", _("Specifies the range of hosts or services in cluster that must be in a")); | 246 | printf (" %s\n", _("Specifies the range of hosts or services in cluster that must be in a")); |
247 | printf (" %s\n", _(" non-OK state in order to return a CRITICAL status level")); | 247 | printf (" %s\n", _("non-OK state in order to return a CRITICAL status level")); |
248 | printf (" %s\n", "-d, --data=LIST"); | 248 | printf (" %s\n", "-d, --data=LIST"); |
249 | printf (" %s\n", _("The status codes of the hosts or services in the cluster, separated by")); | 249 | printf (" %s\n", _("The status codes of the hosts or services in the cluster, separated by")); |
250 | printf (" %s\n", _("commas")); | 250 | printf (" %s\n", _("commas")); |
diff --git a/plugins/check_mysql.c b/plugins/check_mysql.c index dc8c491..84e62d2 100644 --- a/plugins/check_mysql.c +++ b/plugins/check_mysql.c | |||
@@ -391,7 +391,7 @@ print_help (void) | |||
391 | printf (" %s\n", "-S, --check-slave"); | 391 | printf (" %s\n", "-S, --check-slave"); |
392 | printf (" %s\n", _("Check if the slave thread is running properly.")); | 392 | printf (" %s\n", _("Check if the slave thread is running properly.")); |
393 | printf (" %s\n", "-w, --warning"); | 393 | printf (" %s\n", "-w, --warning"); |
394 | printf (" %s\n", _("Exit with WARNING status if slave server is more then INTEGER seconds behind master")); | 394 | printf (" %s\n", _("Exit with WARNING status if slave server is more than INTEGER seconds behind master")); |
395 | printf (" %s\n", "-c, --critical"); | 395 | printf (" %s\n", "-c, --critical"); |
396 | printf (" %s\n", _("Exit with CRITICAL status if slave server is more then INTEGER seconds behind master")); | 396 | printf (" %s\n", _("Exit with CRITICAL status if slave server is more then INTEGER seconds behind master")); |
397 | printf (" %s\n", _("There are no required arguments. By default, the local database with")); | 397 | printf (" %s\n", _("There are no required arguments. By default, the local database with")); |
diff --git a/plugins/check_radius.c b/plugins/check_radius.c index dcb85ac..ba61c10 100644 --- a/plugins/check_radius.c +++ b/plugins/check_radius.c | |||
@@ -287,7 +287,7 @@ process_arguments (int argc, char **argv) | |||
287 | } | 287 | } |
288 | 288 | ||
289 | if (server == NULL) | 289 | if (server == NULL) |
290 | usage4 (_("Host not specified")); | 290 | usage4 (_("Hostname was not supplied")); |
291 | if (username == NULL) | 291 | if (username == NULL) |
292 | usage4 (_("User not specified")); | 292 | usage4 (_("User not specified")); |
293 | if (password == NULL) | 293 | if (password == NULL) |
diff --git a/plugins/check_snmp.c b/plugins/check_snmp.c index c69e97a..7b844f7 100644 --- a/plugins/check_snmp.c +++ b/plugins/check_snmp.c | |||
@@ -957,7 +957,7 @@ print_help (void) | |||
957 | printf (" %s\n", "-A, --authpassword=PASSWORD"); | 957 | printf (" %s\n", "-A, --authpassword=PASSWORD"); |
958 | printf (" %s\n", _("SNMPv3 authentication password")); | 958 | printf (" %s\n", _("SNMPv3 authentication password")); |
959 | printf (" %s\n", "-X, --privpasswd=PASSWORD"); | 959 | printf (" %s\n", "-X, --privpasswd=PASSWORD"); |
960 | printf (" %s\n", _("SNMPv3 crypt passwd (DES)")); | 960 | printf (" %s\n", _("SNMPv3 privacy password")); |
961 | 961 | ||
962 | /* OID Stuff */ | 962 | /* OID Stuff */ |
963 | printf (" %s\n", "-o, --oid=OID(s)"); | 963 | printf (" %s\n", "-o, --oid=OID(s)"); |
diff --git a/plugins/check_swap.c b/plugins/check_swap.c index fb84ca4..fe0e4ca 100644 --- a/plugins/check_swap.c +++ b/plugins/check_swap.c | |||
@@ -543,8 +543,7 @@ print_help (void) | |||
543 | printf (" %s\n", _("Exit with CRITCAL status if less than PERCENT of swap space is free")); | 543 | printf (" %s\n", _("Exit with CRITCAL status if less than PERCENT of swap space is free")); |
544 | printf (" %s\n", "-a, --allswaps"); | 544 | printf (" %s\n", "-a, --allswaps"); |
545 | printf (" %s\n", _("Conduct comparisons for all swap partitions, one by one")); | 545 | printf (" %s\n", _("Conduct comparisons for all swap partitions, one by one")); |
546 | printf (" %s\n", "-v, --verbose"); | 546 | printf (_(UT_VERBOSE)); |
547 | printf (" %s\n", _("Verbose output. Up to 3 levels")); | ||
548 | printf ("\n"); | 547 | printf ("\n"); |
549 | printf ("%s\n", _("Notes:")); | 548 | printf ("%s\n", _("Notes:")); |
550 | printf (" %s\n", _("On AIX, if -a is specified, uses lsps -a, otherwise uses lsps -s.\n")); | 549 | printf (" %s\n", _("On AIX, if -a is specified, uses lsps -a, otherwise uses lsps -s.\n")); |
diff --git a/plugins/negate.c b/plugins/negate.c index 226f286..7bfef95 100644 --- a/plugins/negate.c +++ b/plugins/negate.c | |||
@@ -206,7 +206,7 @@ process_arguments (int argc, char **argv) | |||
206 | break; | 206 | break; |
207 | case 'o': /* replacement for OK */ | 207 | case 'o': /* replacement for OK */ |
208 | if ((state[STATE_OK] = translate_state(optarg)) == ERROR) | 208 | if ((state[STATE_OK] = translate_state(optarg)) == ERROR) |
209 | usage4 (_("Ok must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or integer (0-4).")); | 209 | usage4 (_("Ok must be a valid state name (OK, WARNING, CRITICAL, UNKNOWN) or integer (0-3).")); |
210 | permute = FALSE; | 210 | permute = FALSE; |
211 | break; | 211 | break; |
212 | 212 | ||
@@ -305,7 +305,7 @@ print_help (void) | |||
305 | printf (_(UT_HELP_VRSN)); | 305 | printf (_(UT_HELP_VRSN)); |
306 | 306 | ||
307 | printf (_(UT_TIMEOUT), DEFAULT_TIMEOUT); | 307 | printf (_(UT_TIMEOUT), DEFAULT_TIMEOUT); |
308 | printf (" %s\n", _("Keep timeout lower than the plugin timeout to retain CRITICAL status.")); | 308 | printf (" %s\n", _("Keep timeout longer than the plugin timeout to retain CRITICAL status.")); |
309 | 309 | ||
310 | printf(" -o,--ok=STATUS\n"); | 310 | printf(" -o,--ok=STATUS\n"); |
311 | printf(" -w,--warning=STATUS\n"); | 311 | printf(" -w,--warning=STATUS\n"); |
@@ -325,8 +325,8 @@ print_help (void) | |||
325 | printf ("%s\n", _("Notes:")); | 325 | printf ("%s\n", _("Notes:")); |
326 | printf ("%s\n", _("This plugin is a wrapper to take the output of another plugin and invert it.")); | 326 | printf ("%s\n", _("This plugin is a wrapper to take the output of another plugin and invert it.")); |
327 | printf ("%s\n", _("The full path of the plugin must be provided.")); | 327 | printf ("%s\n", _("The full path of the plugin must be provided.")); |
328 | printf ("%s\n", _("If the wrapped plugin returns STATE_OK, the wrapper will return STATE_CRITICAL.")); | 328 | printf ("%s\n", _("If the wrapped plugin returns OK, the wrapper will return CRITICAL.")); |
329 | printf ("%s\n", _("If the wrapped plugin returns STATE_CRITICAL, the wrapper will return STATE_OK.")); | 329 | printf ("%s\n", _("If the wrapped plugin returns CRITICAL, the wrapper will return OK.")); |
330 | printf ("%s\n", _("Otherwise, the output state of the wrapped plugin is unchanged.")); | 330 | printf ("%s\n", _("Otherwise, the output state of the wrapped plugin is unchanged.")); |
331 | 331 | ||
332 | printf (_(UT_SUPPORT)); | 332 | printf (_(UT_SUPPORT)); |