Home Directory Plugins Network Connections, Stats and Bandwidth Check IPCOP / Linux IF Bandwidth Usage

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

Check IPCOP / Linux IF Bandwidth Usage

Rating
2 votes
Favoured:
0
Hits
110576
Files:
FileDescription
Check-IPCOP-Bandwidth-ver-1.0_final.tar.gzVersion 1.0 -- Final Release
Detailed Instructions.pdfInstructions
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Just a simple plugin to monitor bandwidth usage and Line Utilization on a IPCOP Firewall using the Nagios check_by_ssh plugin. Note: You can also use it to monitor any Linux distro on which you can install vnstat. (The instructions included are for IPCOP, but should be pretty similar.)

Prerequisites:

  1. IPCOP (DUH)
  2. vnstat plugin for IPCOP. (see http://www.ipadd.de/binary.html)

Installation:

  1. Setup SSH Private/Public Key Authentication between your Nagios Server and the IPCOP Box.
  2. Copy plugin to your ipcop box. (scp -P 222 check_bandwidth.sh ipcop_ip_address:/home/hagios/check_bandwidth.sh)
  3. Setup Check Command in nagios.
  4. Add the service to your IPCOP Host in nagios.

Usage:

I,ve added 4 slots for specifying paramaters to vnstat.

Example: ./check_bandwidth.sh -d -i eth0

See vnstat documentation for details on available parameters.

Reviews (2)
No fault of the author of this plugin, thanks for trying, but check_traffic_limit is a much better plugin! I wish I had found it before rewriting this plugin.

http://exchange.nagios.org/directory/Plugins/Network-Connections%2C-Stats-and-Bandwidth/check_traffic_limit/details
unfortunately vnstat seems to be unavailable for ipcop 1.4 and above.

I am looking at poss solutions but as a noob to nagios may take some time.

Thanks anyway