Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
Evade
Check Juniper SRX
noahguttman.wordpress.com/Under the latest version of JUNOS for the SRX series hardware and cluster monitoring is missing from SNMP. These plugins were created to solve that problem. They are intended to be used with trusted keys to conduct health check by ssh Check the ...
Check rtpproxy
noahguttman.wordpress.com/This check queries a rtpproxy http://www.rtpproxy.org/ media relay and checks that it is responding on its control ports. If the rtpproxy responds then the check reports the current number of sessions and media streams, how long it took to respond to the ...
Check iDrac via IPMI
noahguttman.wordpress.com/This script uses an iDRAC user to check the server hardware via iDRAC. It has been tested and used with dell servers and blades running iDRAC 6 & 7. It uses freeipmi to perform the actual query. I strongly recommend using a read only user for this. ...
Check Unix Process
noahguttman.wordpress.com/This Unix perl script checks if a process is running and its CPU, Memory, RSS or VSZ (or all of the above) if selects processes and their children and aggregates the data. It can find the process by name, arguments or by reading a .pid file. The script su ...
Collect Network Statistics
noahguttman.wordpress.com/This check looks at /proc/net/dev and generates BPS in/Out, PPS in/out as well as interface errors and multicast packets in for every interface. it should work with most unix OSes Check the GitHub link for the latest versions
Network Queue
noahguttman.wordpress.com/This check allows you to check for packet processing queues on TCP and UDP on unix based operation systems. It was developed and tested on RHEL/CentOS, but should be easily modifiable to be usable everywhere. UPDATED: Thanks to Hugo van der Kooij for p ...
Check Ping - with MTR and custom outputs
noahguttman.wordpress.com/An extension of a basic ICMP test script idea. The check does fairly boring ICM check of a host. On packet loss it can run a MTR ( http://en.wikipedia.org/wiki/MTR_%28software%29 ) check and email the results to the specified address. (Requires that t ...
Check Sip Options
noahguttman.wordpress.comThis plugin was created due to issues where Sipsak locks up when the proxy on the other end is not reachable. In addition this plugin has several features not found in other SIP OPTIONS check plugins. You can choose to accept any SIP packet as a vali ...
Check Juniper MX
noahguttman.wordpress.comUnder the latest version of JUNOS for the MX series hardware and cluster monitoring is missing from SNMP. This plugins was created to solve that problem. It is intended to be used with trusted keys to conduct health check by ssh Check the GitHub ...
Check RTPProxy Media
noahguttman.wordpress.com/For the latest version(s) visit the GitHub source This script queries an rtpproxy and reports the active sessions, active streams, sessions created and (if supported by your version) the number of additional possible calls. It also correctly detects f ...
Check Windows Process (WMI)
This Unix perl script checks a if remote windows process is running and its CPU, Memory usage, Threads and file handles, and disk IO (or all of the above) if selects processes by name. The script requires wmic which is included in check_wmi_plus or ca ...