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

Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
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