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_drive_health.py





Check health of SSD and magnetic drives: examines SMART attributes and software-RAID status.
check_drbd9





This plugin checks the status of DRBD resources for DRBD 8.4 and DRBD 9.0. The plugin can be configured to provide just the short text output or with long text output which provides details of affected resources.
check_drbd.sh





Checks status of DRBD Resources.
check_dovecot_master





This plugin check if dovecot master is running or not. Usage check_dovecot without parameters Depending of your configuration you should add nagios to sudo users. Something like this: # visudo Defaults:nagios !requiretty nagios ALL = NOPASSWD: /e ...
check_dovecot





Nagios plugin (script) to check the status of the dovecot master process as well as the associated IMAP and POP processes.
check_dot3.pl





Get all data from dot3StatsTable in the Etherlike MIB from the host. Add all values from all interfaces and calculate the sum of all errors. If the sum/second (i.e since last run) is larger then warning or critical appropriate exit values are returned ...
check_domino





01/05/2015 *** check_domino_console added ***
Java Nagios plug-ins that can access Domino servers using DIIOP/Corba and can perform various checks such as checking statistics, view document count, age of documents in a view, database size and send/pars ...
check_domain (new one)





2012-01-06 bug fix. now you can add to check > 200 domains and plugin won't hang as it generates diferrent domain.txt files with domain tag. 2011-12-16 added .dk domain checks this plugin is made to check domain name expiration time. i recreated th ...
check_docker





###[INFO]##################### ## check_docker ## v2.0, modified on 2018-06-14 ## moritoring-plugin to check Docker-Containers ## only for remote execution ## written by Alexander Knerlein ## made in West Germany ## GNU General Public License Ver ...
check_dnssecurity





This Nagios plugin monitors the state of the DNSSEC configurations and points out with the critical state in case vulnerabilities (poor configuration, expired signatures, not using DNSSEC) be detected. The domain to be monitored is passed as an argument, ...
check_dnssec.sh





This plugin checks the validity of the vital DNSSEC components required for secure DNS resolution of a correctly configured domain. The records are flags checked for validity are; DS (Delegation Of Signing) record. DNSKEY (Public Key) record. AD ...
check_dnsip





This Nagios plugin monitors domain names and corresponding IP address, both passed as arguments, alerting with critical state if incompatibilities are verified. By default, Google DNS is used, however, optionally the user can set the DNS server that suits ...
check_dns.pl (Advanced Nagios Plugins Collection) Popular





Checks DNS records including A, NS and MX records for domains which the standard check_dns Nagios plugin can't do
check_dmf





Check status of SGI's Data Management Facility (DMF) - a hierarchical storage management solution.
check_disk_util.sh





This Plugin allows to check disk utilization on hard disks. It uses iostat -x. Examples: check_disk_util -w 80 -c 90 -d sda Checks /dev/sda* at 80% and 90% of disk utilization OK: sda disk utilization 2.52% OK: sda1 disk utilization 0.00% O ...
Check_disk_snmp





Check Disk space via SNMP standard MIB query.
check_disk_io_stats





Check IO and IOPS for a device on a linux system. This check uses the /sys/block/device/stat file to calculate disk stats during a given period of time. Provides perfdata so it can be graphed.
check_disk_iostat





Windows NRPE plugin for disks performance monitoring. Return Name, AvgDiskQueueLength, DiskReadBytesPersec, DiskWriteBytesPersec, PercentDiskTime. Check AvgDiskQueueLength parameter to warning/critical levels.
check_disk_detail





Checks Disk Space, Busy Time, Service Time, Byte Reads/Writes. Pass in a directory name, and it will check the space, and return iostat info. Uses iostat and df...very Solaris specific.