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.CheckForRestartsAndUptime





This is a Nagios plugin that uses PowerShell to check Windows machines for recent reboot events and their current uptime. Full documentation: https://github.com/sawft99/NagiosPlugins
Check Solaris ZFS Pools





Checks health and capacity of ZFS pools. Sample: mmfpwn51782:nagios-plugins$ ./check_zpools OK:hp3parFC1:62%:ONLINE WARNING:hp3parFC2:96%:ONLINE OK:hp3parNL1:68%:ONLINE OK:rpool:40%:ONLINE It's based on http://exchange.nagios.org/directory/Plugins/Op ...
Check SafeGuard Enterprise





This check is for SafeGuard Enterprise Management Center:
1. Load "XML" from:
https://localhost/SGNSRV/Trans.asmx/CheckConnection
2. Fix safeguard webapp bug (see line 30.., nasty bug in SGE/SGN 6.1)
3. Check if DBAuth and Webservice are working co ...
Check Raspberry Pi Temperature





This bash script reports on and checks CPU and GPU temperature of the local Rapsberry Pi single-board computer, and warns if it exceeds the thresholds.
The actual code is managed in the following GitHub rebository - please use the Issue Tracker to ask ...
Check Oracle status & health without install Oracle cli...





This perl nagios plugin is a really enhanced version of the popular check_oracle_instant script. Latest updates see https://github.com/gdoornenbal/monitoring-plugins
check multiple website response





Based on the excellent plugin from chrisf, this is a version for checking multiple websites in one run. Original here: http://exchange.nagios.org/directory/Plugins/Websites%2C-Forms-and-Transactions/Check-website-response/details I adjusted the scr ...
Check MS Print Server Queue (jobs)





This is an agent Script to check print queues of printers as they are registered on an Microsoft print server It checks for current jobs in each printer and the status is decided by the command line arguments the total jobs statuses have priority over i ...
check Lenovo System X3650 M5





Python script for monitoring Lenovo System X3650 M5. This is a fork from check_lenovo_flex https://exchange.nagios.org/directory/Plugins/Hardware/Server-Hardware/Lenovo/check-LENOVO-enterprise-flex-chassis/details Basically I modified OIDs to functions in ...
check LENOVO enterprise flex chassis





script monitor the LENOVO enterprise flex chassis and IBM flex chassis following parameter are supported: powermodules,system-health,temperature,chassis-status,bladehealth,blowers,switchmodules,coolingzones SNMPv3 all security level supported (removed ...
Check Kannel Status for SMS





Below is the usage for deploying code in nagios and same code can be used for any kannel with different -l value. $ python script.py -l http://X.X.X.X:XXXXX/status.xml OK: SMSC carrier1 is live, Uptime is 6086s More plugins and latest commits c ...
Check Iostat Updated





An updated version of this plugin: http://exchange.nagios.org/directory/Plugins/Operating-Systems/Linux/check_iostat--2D-I-2FO-statistics/details With support for newest iostat and other features
check haproxy stats (over ssh)





This plugin is just a wrapper to use all features of existing HAPROXY stats monitoring plugin i.e. https://exchange.nagios.org/directory/Plugins/Clustering-and-High-2DAvailability/check_haproxy_stats-2Epl/details which works only locally using NRPE. W ...
Check Esxi7 with only SSH





What can u monitor (see screemshot): - Datastores useage and Warning + Perf Data - CPU useage and Warning + Perf Data - RAM useage and Warning + Perf Data - Firewall Status on the Host and Warning - Esxi Version + Patchlevel - Nics in total and UP ones - ...
Check ESXi Serial





Get the serial number of the chassis where is instaled the vmware ESXi the original idea was from "check_esx_wbem.py" url : http://exchange.nagios.org/directory/Plugins/Operating-Systems/*-Virtual-Environments/VMWare/Check-hardware-running-VMware-ES ...
Check ESXi Model





Get the model of the chassis where VmWare is instaled. The original idea it was from check_esx_wbem.py URL: url : http://exchange.nagios.org/directory/Plugins/Operating-Systems/*-Virtual-Environments/VMWare/Check-hardware-running-VMware-ESXi/details ...
Check Disks on HPE MSA 2050





Based on the work of Stephen Bleazard's plugin over at https://exchange.nagios.org/directory/Plugins/Hardware/Storage-Systems/RAID-Controllers/check_hp_msa2324sa_disk/details. I made some SIMPLE modifications to make it work via SSH in place of Telne ...
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 Cisco ASA Connections





The Check Cisco ASA Connections plugin monitors the number of open connections through your firewall and returns a warning or critical state depending on the limits you set. The plugin supports SNMP version 2c and 3. The plugin is part of Nelmon (h ...
Check BigIP F5 load





As for the previous F5 plugin, I just found this old Nagios plugin of mine, sitting in a directory, taking dust. As usual, I’m not a programmer, so I just do quick and dirty tricks to get what I need, so here it is the plugin in all it’s bash glory ...
Check BigIP F5 bandwidth





I just found an old Nagios plugin of mine, it was sitting in a directory, taking dust. As usual, I’m not a programmer, so I just do quick and dirty tricks to get what I need, so here it is the plugin in all it’s bash glory. The plugin is comment ...