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_gpfs_health





Nagios plugin (shell script) to GPFS health monitor - Check GPFS deamon is active - Check GPFS device is healthy - Check GPFS Disk are available and up - Check GPFS inodes used in percent (you can define warning and critical threshold) - Check GPFS M ...
check_filesystem_space.sh





This script replaces the check_disk that comes with the Nagios. The check_disk that comes with Nagios reported that the inodes on AIX and Linux were constantly at 99% free, when in reality they were far less. AIX, HP-UX, Solaris, and Linux are all s ...
Check_eva_cv





v1.0
Date: 2012-03-12
Date: 2012-03-05
Author: Alberto Lazzarin - ITA
v1.1
Date: 2013-05-30
Author: Ivan Bergantin - ITA
Fix grep function on disk and disk group component
This script works with HP SSSU Binary (architecture dependent x86 or ...
check_esx_vdf.pl





This script allows you to check the vmfs volumes of your VMware ESX environment (akin to check_disk); includes a working pnp4nagios template. It only works up to ESX 3.5, and hasn't been updated yet. If you want this to work for a newer version of ESX, ...
check_emc_rlp





# check_emc_rlp
Nagios compatible plugin to check if there are free LUNs remaining in the RLP (Reserved LUN Pool).
This allows you to avoid running out of free space for snapshot differential blocks, which will freeze your snapshot (and break your da ...
check_emc_clariion_vnx.pl





Modification of original check to provide capability to check EMC VNX 5600 disk array. Difference with CX and VNX5500 on HotSpare flag. Not existing on VNX5600. HotSpare disk is flagged "Unbound" instead of "HotSpare".
check_emc_clariion.pl maintained by BuddhaBob74





This plugin allows you to monitor an EMC CLARiiON SAN.
You can monitor the following components of the SAN:
* Storage Processors = Status of each SP
* Storage Processors Information = Gets information on the SP (SP ID, Agent Revision, FLARE Revision, ...
check_elasticsearch_node_disk_percent.pl (Advanced Nagi...





Checks the disk % space used on a given Elasticsearch node in a cluster
check_elasticsearch_cluster_disk_balance.pl (Advanced N...





Checks the difference in max disk % space used between Elasticsearch nodes in a cluster
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.