Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
Search Results
The search results below show both sub-categories and individual listings that match your search criteria.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!
Submit Your Nagios Project!
Help build Nagios Exchange for yourself and the entire the Nagios Community by your Nagios project to the site. It's easy - just create an account, login, and add a new listing. Read the FAQ for instructions.Check Proxy with Authentication





This BASH script uses wget and its parameters to accept a proxy server IP plus credentials to access the website passed to it. It uses spider functionality to access the website and confirm that the correct site is accessed. Block pages are recognized as
Check Profiler





The purpose of the Check Profiler is to allow you to look at how long checks take to execute on your Nagios XI host. This can be handy to get birds eye view of all your checks. This component requires the "Box293 Common User Account" component, this is ...
Check Process by PID or PID file on Solaris 10





This is designed to monitor a specific process by either PID number or a PID file created when the process was started. It calculates a percentage of memory being used by using prstat and dividing RSS/Size. ./check_pid -n 19523 -w 85 -c 95 OK STATE ...
Check PIX Failover Status





Checks status of a pair of PIX firewalls in failover. Allows OK state for any valid status, and can notify on change of status (first change only).
Check Ping - with MTR and custom outputs





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 Pihole Api Plugin





A plugin to extract (almost) all the information from the Pi-hole API.
Check Oracle status & health without install Oracle cli... Popular





This perl nagios plugin allow you to check oracle service (ability to connect to database ) and health of oracle databse (Dictionary Cache Hit Ratio,Library Cache Hit Ratio,DB Block Buffer Cache Hit Ratio,Latch Hit Ratio,Disk Sort Ratio,Rollback Segment W ...
Check MuMuDVB Card Information





Script will get MuMuDVB XML file and checks card information (including cam) and will give warning and critical state if uptime of PID is lower then given thresholds in hours
check hycu target usage





Nagios check that use HYCUs REST API to get HYCU target storage usage and status
Check HP MSA P2000





This checks the HP P2000 for the status of all parts within the SAN, this includes all Enclosures, Fans, Voltages, Disks and Temperatures. SNMP is not needed for this as it uses the inbuilt API to gather the status and performance counters over HTTP or HT ...
Check Exchange Top Mailbox Sizes





Check_mboxsize.wsf Another Nagios plugin. One of my hardest to write. Note that this will require the Nagios Plugin Service to run as a Administrator Account (local system account) will not work! Script example: …nagios/libexec# ./check_nrpe -H SERVER11 ...
Check Cisco WLC Access Points





A plugin to monitor the currently associated Access Points on a Cisco Wireless Lan Controller. It throws an 'Critical' alert if an AP is not found, and e-mails you the name of the AP (or AP's) that were not found associated to the WLC. If it finds an AP ...
Check Burp Backup





A simple bash script to check the age of a BURP backup, some statistics (News, Deleted, Changes, ...) and warnings. Generate some perfdatas. We moved to github : https://github.com/pierre-guillot/check_burp_backup
check bloating process





This plugin uses linear regression algorithm to determine if the memory usage of a given process(by name or by pid) is growing up on time.
Check Active Directory Accounts





Check for Active Directory Accounts using powershell through NRPE / nsclient++: -Account Disabled -Account Expired -Account Expiring -Account Inactive -Locked Out -Password Expired -Password Never Expires Provide performance data to have graph ...
Check .pl domains expiration date





Checks .pl (Polish) domains. Triggers warning when domain is about to expire. Usage ./check_domain_pl.php -d domain.pl [-c days_critical] [-w days_warning]
check .ar domains expiration date





Check .ar (Argentinian) domains expiration date.
chech_smartmon2





Check smart attributes via the smartmontools. This is an extension to the original work of "fuler" found at http://exchange.nagios.org/directory/Plugins/Operating-Systems/Linux/check_smartmon/details based on the logic of check_smart_attributes plugi ...
chech_hping





Bash script to call hping3 (or hping2) to send a TCP SYN ping to any port with a TCP service on the host. Useful when ICMP is not available