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_dnssec





check_dnssec is a set of Nagios plugins to monitor DNSSEC services/zones. check_dnssec is based on ldns a lowlevel DNS(SEC) library. This checks are deprecated by check_dnssec_* from monitoringplug.
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_dnsext





Nagios plugin to check the dns resolution of hostnames. As opposed to the official nagios plugin check_dns, this plugin allows to specify types of dns resource records, like SRV, MX, TXT.
check_dnscluster





Check if the given IP-address is a member of a DNS roundrobin-cluster. Useful if you use DNS roundrobin to define different servers that are "in production".
check_dnsbl





Perl plugin that checks a specified DNS blacklist such as bl.spamcop.net to see whether a host is listed. Depends on Net::DNS.
check_dns.sh





Plugin to monitor changes of the IP address stored in the A record of a DNS resource.
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_dnf





a very SIMPLE script to check update from DNF the replacement of yum in fedora 22. inspired by check_yum, but do not have any options since we usually want the same behavior everytime.. OK => NO UPDATES WARNING => NON SECURITY UPDATES (Detailled) CRIT ...
check_dmf





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





Script searches unusual messages about a disk from dmesg.
check_disk_write.pl (Advanced Nagios Plugins Collection...





Checks a disk is writable and functioning properly by writing a tiny canary file with unique generated contents and then reading it back to make sure it was written properly. Useful to detect I/O errors and disks that have been re-mounted read-only as ...
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_space





check_disk_space is a Nagios plugin for checking disk used space. It returns the following information: - total disk space on the partition (in Bytes) - currently used disk space (in Bytes and in %) - free disk space (in Bytes and in %)
Check_disk_snmp





Check Disk space via SNMP standard MIB query.
check_disk_snmp





This Perl script uses SNMP to check remote Unix disk partitions and offers some good flexibility on regex inclusions and exclusions.
check_disk_smb_spaces





The current check_disk_smb plugin does not support spaces in the share name. This is a very, very simple modification to the original check_disk_smb plugin which allows the share in question to have spaces in the name.
check_disk_smart





Domain-wide hard disk health check
check_disk_on_lxc





This is a simple nagios plugin to monitoring the disk usage percentage, when you are working inside LXC container on proxmox. It is based on df command to gather info about disk and awk to manipulate output.
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.