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_supervisord





This script uses supervisorctl to get the status of whatever program you have set up to be controlled by supervisord. Script requires 2 parameters: --name (-n) and --count(-c) --name (-n) Is the name of the program as defined in the supervisord config ...
check_supervisorctl





Checks supervisorctl for programs that are not in the state of RUNNING. That is to say STOPPED, STARTING, BACKOFF, STOPPING, EXITED, FATAL, UNKNOWN In my implementation requires SUDO to run supervisorctl. To run: ./check_supervisorctl Tested on Cent ...
check_supervisor





A plugin to check supervisord processes via xmlrpc interface.
check_supermicro_superdoctor





Uses SNMP to interrogate SuperDoctor and reports the state. Built out of my desire for check_openmanage, but for some SuperMicro hardware that we have laying around
check_supermicro_ipmi





check to query IPMI service processor on SuperMicro motherboard to read temperature sensors, fan speeds, etc.
check_sun_x4600_overheat.pl





Check temperature of ambient cpu sensors to prevent overheating and automatic server shutdown.
check_sun_hardware





Script to check state of cpu, fans, temperature and voltage sensors on SUN Fire v210, v240 and v440 servers.
check_summary





Calculate a status derived from the current statuses of other hosts and services. This calculation is defined by a simple script. Helps with cluster state definitions.
check_strings





Check value for specified string in a web page, and sends alerts for warning and critical threshold. I used it to monitor the datacenter's temperature and humidity.
check_stratum





NTP Service Stratum Level Monitoring Script for Nagios.
This Script (v.0.1) was designed for running within nrpe daemon, to monitor remote NTP servers.
If you do not use nrpe plugin, then use patch (check_stratum.patch) by Daniel Alder.
check_storcenter





With this plugin you can do several checks on your EMC/Iomega StorCenter NAS.
check_storage_pool.ps1





Check Windows Storage Spaces and Status of all local disks through NSClient / NRPE Sample Output: OK: (POOL:Primordial Health:OK Operational:OK) (DISK:PhysicalDisk0 Health:OK Operational:OK) (DISK:PhysicalDisk1 Health: OK Operational:OK) (DISK:Physica ...
check_stex





This is a Plugin to check the status of a Promise Supertrak EX Raid Controller. It will need the following tools to be installed: Promise cli (cliib) sudo screen expect This is due to the fact that Promise cli can't simply be run non-interactive- ...
check_ssl_expiration.php





This plugin can be used to check SSL certificate expiration for a given IP address or range of IP addresses. check_ssl_expiration.php - v1.0.0 Copyright (c) 2016 Matthew Capra, Nagios Enterprises Under GPL v2 License This ...
check_ssl_cert_expiry





The check_ssl_cert_expiry nagios plugin send alert before date of expiration of SSL Certificate used in HTTPS websites. Even after the date of expiration it will remain continue showing alert as CRITICAL. Contact us for further improvement and suggest ...
check_ssl_cert.sh





This uses openssl to verify a certificate is valid, including the CA Chain. I created this out of necessity since other cert checkers were not actually verifying the chain. The awk stuff on the end is to invert the exit status for Nagios. Thanks to my f ...
check_ssl_cert.pl (Advanced Nagios Plugins Collection) Popular





Check SSL Certificate Validity: 1. Certificate Expiry in days 2. Chain of Trust 2a. Root CA certificate is trusted 2b. Any intermediate certificates are present, especially important for Mobile devices 3. Domain name on certificate (optional) ...
check_ssl_cert Popular





A POSIX shell script (that can be used as a Nagios/Icinga plugin) to check an SSL/TLS connection and certificate
check_ssl/tls





This Nagios plugin monitors the SSL/TLS settings, using the SSLLABS Web service, performs tests on certificates, seeking vulnerabilities, and in case of detection returns the warning or critical state, depending on the arguments defined, namely the domain ...
check_ssl-cert





This is a generic SSL checker - for cases where you're running a non-standard protocol behind SSL, or where you want a more detailed certificate chain report. It'll give WARNING and CRITICAL messages about expiry time for all certificates in the chain, an ...