Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

iftraffic2

Rating
3 votes
Favoured:
0
Hits
104880
Files:
FileDescription
check_iftraffic.plcheck_iftraffic.pl
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
Checks the utilization of a given interface name with snmp. Changed a few things. Make sure rrdtool is getting bytes. Make sure rrdtool is not generating spikes.
based on check_traffic from Adrian Wieczorek
Reviews (2)
bynishith, February 16, 2016
My commands.cfg file

define command{
command_name check_bandwidth
command_line $USER1$/check_iftraffic.pl -H $HOSTADDRESS$ -C $ARG1$ -r -i $ARG2$ -b 1000 -u g
}
###############################
My server.cfg file

define service{
use generic-service,srv-pnp
host_name linux_pc1
service_description Bandwidth Utilization
check_command check_bandwidth!public!eth0
normal_check_interval 1
retry_check_interval 1
}
byMajed, October 27, 2011
saved my day :) a great replacement for check_snmp_int which gives false critical too often, this script unlike all other traffic plugins is able to check the pppoe interface on the modem and roduce results with perfdata to graph :)