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_snmp_if

Current Version
0.1
Last Release Date
2011-11-28
Compatible With
  • Nagios 3.x
License
Other
Hits
83559
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
check_snmp_if is a Nagios plugin that checks interfaces via SNMP (IF-MIB).
check_snmp_if is a Nagios plugin that checks interfaces via SNMP (IF-MIB). Unlike many other scripts, it is designed to check all interfaces on network devices that support IF-MIB from RFC 2863 (such as switches, routers, firewalls). Exclusions can be made based on a variety of fields, including interface name, alias and type.

check_snmp_if checks interface status, promiscuous mode, input and output bandwidth utilization, and broadcast and error packet levels among other things.

In order to reduce execution time, SNMP requests can be performed in parallel, so that distant devices with hundreds of interfaces can be checked in just a few seconds.

SNMP version 1 is not supported because requests are aborted if a non-supported object is encountered. There are other reasons you should not be using SNMP version 1 - one being that it does not support 64-bit values. In the author's experience however, most devices that support SNMP version 1 also support version 2 - usually without modifications.

check_snmp_if is written in Perl.