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_udp_stats.sh

Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
check_udp_stats.sh is a Nagios plugin to gather statistics of udp packets. On top of this it has monitoring logic to warn about udp packets received to unknown port and erroneous udp packets
Version 0.9.1, 2013, SvenVD, svenvd.github@gmail.com

check_udp_stats.sh is a Nagios plugin to monitor the UDP packets
It calculates the average per packet count per minute of received, error received, unknown received and sent

check_udp_stats.sh [-uw/--uwarning] [-uc/--ucritical][-ew/--ewarning] [-ec/--ecritical]

Options:
--uwarning|-uw)
Sets a warning level for packets to unknown port received. Default is: 0
The unit is packets/min
--ucritical|-uc)
Sets a critical level for packets to unknown port received. Default is: 0
The unit is packets/min
--ewarning|-ew)
Sets a warning level for packet receive errors. Default is: 0
The unit is packets/min
--ecritical|-ec)
Sets a critical level for packet receive errors. Default is: 0
The unit is packets/min