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_StoreOnce_4G





A Nagios/Centreon plugin for the 4th Generation (4G) of StoreOnce. Simply Bash code.
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_starface.pl





A nagios check plugin for Starface Appliances. You can call it on your Starface via ssh or by SNMP
check_stack_netgear.sh





Check stack status of Netgear switches (Count in SNMP the physical number of units in the stack)
check_stackoverflow





Probe stackoverflow using the API
check_sstcam





Monitor for the SUN Storagetek Common Array Manager. (This Plugin can monitor the health of Sun StorEdge 6130 und Sun StorageTek 6140 und 6540 storage systems).
check_sssd_backend_status





Check sssd backend status by using the sssctl tool to query the sssd-ifp API.
check_ssl_validity





Complete (?) check for valid SSL certificate Checks all of the following: Fetch SSL certificate from URL (on optional given host) Does the certificate contain our hostname? Has the certificate expired? Download (and cache) CRL Has the certificate been re ...
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_validate.php - Validate X.509 PKI Chain





check_ssl_cert_file





Validate expiration date of a X509 SSL certificate file using OpenSSL
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_alternative





Check the expiry date of an SSL certificate using openssl.
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 (PHP with validation)





More improvement to mastrboy's original PHP check_ssl_cert.php. This adds X.509 PKI Chain validation, days-to-expiration in the performance data, as well as OSCP validation.