Home Directory Plugins * Remote Check Tunneling check_network_device_ping

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_network_device_ping

Rating
0 votes
Favoured:
0
Current Version
0.4
Last Release Date
2016-05-19
Compatible With
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
License
GPL
Hits
6573
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Logs onto a remote network device, executes native ping command and parses the results.
To avoid establishing hundreds of telnet sessions to the same device and to circumvent CLI session limits imposed by some platforms (ie. Cisco IOS's 5 vtys), pinging is done by a background process ('daemon') started once per network device. Each daemon will keep a CLI session open as long as there are checks to be performed. If left idle, daemons will die out after a (configurable) period of inactivity. This way, all checks performed by one device are controlled by a single remote CLI session as long as those checks are not too far apart.

Features:

* Supports several platforms including (but not limited to) ios, iosxr and junos and is easily extensible.
* Supports pinging inside VRFs and source address/interface selection along with other, more common parameters like ping timeout, packet count and size.
* No 'exotic' Perl modules required - depends only on most common ones.