diff options
Diffstat (limited to 'plugins/check_mrtg.c')
-rw-r--r-- | plugins/check_mrtg.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/check_mrtg.c b/plugins/check_mrtg.c index 6b08195..f98239c 100644 --- a/plugins/check_mrtg.c +++ b/plugins/check_mrtg.c | |||
@@ -305,10 +305,11 @@ print_help (void) | |||
305 | printf ("Copyright (c) 1999 Ethan Galstad <nagios@nagios.org>\n"); | 305 | printf ("Copyright (c) 1999 Ethan Galstad <nagios@nagios.org>\n"); |
306 | printf (COPYRIGHT, copyright, email); | 306 | printf (COPYRIGHT, copyright, email); |
307 | 307 | ||
308 | printf(_("\ | 308 | printf ("%s\n", _("This plugin will check either the average or maximum value of one of the")); |
309 | This plugin will check either the average or maximum value of one of the\n\ | 309 | printf ("%s\n", _("two variables recorded in an MRTG log file.")); |
310 | two variables recorded in an MRTG log file.\n\n")); | ||
311 | 310 | ||
311 | printf ("\n\n"); | ||
312 | |||
312 | print_usage (); | 313 | print_usage (); |
313 | 314 | ||
314 | printf (_(UT_HELP_VRSN)); | 315 | printf (_(UT_HELP_VRSN)); |
@@ -366,8 +367,7 @@ this plugin works well for monitoring that kind of data as well.\n\n")); | |||
366 | void | 367 | void |
367 | print_usage (void) | 368 | print_usage (void) |
368 | { | 369 | { |
369 | printf ("\ | 370 | printf (_("Usage:")); |
370 | Usage: %s -F log_file -a <AVG | MAX> -v variable -w warning -c critical\n\ | 371 | printf ("%s -F log_file -a <AVG | MAX> -v variable -w warning -c critical\n",progname); |
371 | [-l label] [-u units] [-e expire_minutes] [-t timeout]\n\ | 372 | printf ("[-l label] [-u units] [-e expire_minutes] [-t timeout] [-v]\n"); |
372 | [-v]\n", progname); | ||
373 | } | 373 | } |