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

Bandwidth Up and down checker

Rating
5 votes
Favoured:
1
Current Version
1
Last Release Date
2018-07-19
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
  • Nagios XI
Owner
Hits
12387
Files:
FileDescription
check_bandwidthcheck_bandwidth
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Bandwidth Up and down checker
This plugins monitor the average bandwidth utilisation over N seconds. The script is executed on the localhost, reading interface statistics files. To use with NRPE or other agent.

Example service definition:
define service {
host_name Linux Test
service_description Bandwidth usage
use generic-service
check_command check_nrpe!check_bandwidth!-a '-w 20 -c 10 -ct=10'!!!!!!
max_check_attempts 1
check_interval 1
retry_interval 1
register 1
}

NRPE command:
command[check_bandwidth]=/usr/local/nagios/libexec/check_bandwidth $ARG1$
Reviews (3)
byAlfred027, December 19, 2021
Thank you for this plugin. I have a question: What would be a recommended value for critical and warning. I'm new to this and I'm a little lost.

Tank you!
byriberic, August 29, 2019
1 of 1 people found this review helpful
I've just moified
interface=$( ip route | grep default | awk '{print $5}')
to get default interface.
byArnaquin, July 21, 2018
Thanks I wanted a simple plugin to monitor bandwidth over nrpe. There is a tiny bug tho. If you give a wrong interface you make an OK type exit.