Skip to content
Matteo Corti edited this page Oct 22, 2015 · 1 revision

check_tcptraffic

check_tcptraffic is a Nagios plugin to monitor the amount of traffic on a given network interface

see the INSTALL file for installation instructions

Usage

Usage: check_tcptraffic [OPTIONS]

 -?, --usage
   Print usage information
 -h, --help
   Print detailed help screen
 -V, --version
   Print version information
 --extra-opts=[section][@file]
   Read options from an ini file. See http://nagiosplugins.org/extra-opts
   for usage and examples.
 -c, --critical=STRING
   Exit with CRITICAL status if traffic is outside of the specified range
 -w, --warning=STRING
   Exit with WARNING status if traffic is outside of the specified range
 -i, --interface=STRING
   network interface to monitor
 -s, --speed=INTEGER
   speed (in Mbit/s)
 -r, --reset
   initialize counter
 --debug
   debugging output
 --debug_log=STRING
   generates a log with debugging information
 -t, --timeout=INTEGER
   Seconds before plugin times out (default: 15)
 -v, --verbose
   Show details for command-line debugging (can repeat up to 3 times)
Clone this wiki locally