diff options
Diffstat (limited to 'plugins/check_mrtgtraf.c')
-rw-r--r-- | plugins/check_mrtgtraf.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/plugins/check_mrtgtraf.c b/plugins/check_mrtgtraf.c index 9b408a4..0f7afbc 100644 --- a/plugins/check_mrtgtraf.c +++ b/plugins/check_mrtgtraf.c | |||
@@ -321,6 +321,14 @@ print_help (void) | |||
321 | printf ("Copyright (c) 1999 Ethan Galstad <nagios@nagios.org>\n"); | 321 | printf ("Copyright (c) 1999 Ethan Galstad <nagios@nagios.org>\n"); |
322 | printf (COPYRIGHT, copyright, email); | 322 | printf (COPYRIGHT, copyright, email); |
323 | 323 | ||
324 | printf (_("\n\ | ||
325 | This plugin will check the incoming/outgoing transfer rates of a router,\n\ | ||
326 | switch, etc recorded in an MRTG log. If the newest log entry is older\n\ | ||
327 | than <expire_minutes>, a WARNING status is returned. If either the\n\ | ||
328 | incoming or outgoing rates exceed the <icl> or <ocl> thresholds (in\n\ | ||
329 | Bytes/sec), a CRITICAL status results. If either of the rates exceed\n\ | ||
330 | the <iwl> or <owl> thresholds (in Bytes/sec), a WARNING status results.\n\n")); | ||
331 | |||
324 | print_usage (); | 332 | print_usage (); |
325 | 333 | ||
326 | printf (_(UT_HELP_VRSN)); | 334 | printf (_(UT_HELP_VRSN)); |
@@ -337,14 +345,6 @@ print_help (void) | |||
337 | -c, --critical\n\ | 345 | -c, --critical\n\ |
338 | Critical threshold pair \"<incoming>,<outgoing>\"\n")); | 346 | Critical threshold pair \"<incoming>,<outgoing>\"\n")); |
339 | 347 | ||
340 | printf (_("\n\ | ||
341 | This plugin will check the incoming/outgoing transfer rates of a router,\n\ | ||
342 | switch, etc recorded in an MRTG log. If the newest log entry is older\n\ | ||
343 | than <expire_minutes>, a WARNING status is returned. If either the\n\ | ||
344 | incoming or outgoing rates exceed the <icl> or <ocl> thresholds (in\n\ | ||
345 | Bytes/sec), a CRITICAL status results. If either of the rates exceed\n\ | ||
346 | the <iwl> or <owl> thresholds (in Bytes/sec), a WARNING status results.\n\n")); | ||
347 | |||
348 | printf (_("Notes:\n\ | 348 | printf (_("Notes:\n\ |
349 | - MRTG stands for Multi Router Traffic Grapher. It can be downloaded from\n\ | 349 | - MRTG stands for Multi Router Traffic Grapher. It can be downloaded from\n\ |
350 | http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html\n\ | 350 | http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html\n\ |
@@ -363,6 +363,6 @@ void | |||
363 | print_usage (void) | 363 | print_usage (void) |
364 | { | 364 | { |
365 | printf ("\ | 365 | printf ("\ |
366 | Usage: %s -F <log_file> -a <AVG | MAX> -v <variable> -w <warning_pair> -c <critical_pair>\n\ | 366 | Usage: %s -F <log_file> -a <AVG | MAX> -v <variable> -w <warning_pair>\n\ |
367 | [-e expire_minutes] [-t timeout] [-v]\n", progname); | 367 | -c <critical_pair> [-e expire_minutes] [-t timeout] [-v]\n", progname); |
368 | } | 368 | } |