Skip to content
This repository has been archived by the owner on Jul 5, 2018. It is now read-only.
/ check_net.sh Public archive

nagios bash-plugin to check in/out rate on network interface

Notifications You must be signed in to change notification settings

mrGrab/check_net.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

check_net.sh

nagios bash-plugin to check in/out rate on network interface.

based on ip tool it checks RX and TX value of specified interface within some interval and provide speed in KB
Usage: 
	./check_net.sh -i dev -t int>0 -w int>0 -c int>0
Options:
	-h  show this page;
	-t  time interval between checks, in sec (default = 1sec);
	-i  name of network interface;
	-w  warning level (in KB) integer more then zero;
	-c  critical level (in KB) integer more then zero;

About

nagios bash-plugin to check in/out rate on network interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages