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_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.
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_inodes





check_disk_inodes is a Nagios plugin for checking the number of used inodes on a disk. It returns the following information: - total number of inodes - currently used inodes (as absolute number and in percents as a float) - currently free inodes (a ...
check_disk_grow.pl





Check partition growth of last run
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.
check_disk_all (perf)





Checks all local disks. Provides performance data. Tested on AIX, RHEL, CentOS.
check_diskwrite3





Extended and fixed version of check_diskwrite2. This version allows to check availability of either smb or windows shares, by writing and reading a file to/from a subdirectory under the share. The subdirectory MUST exist.
check_diskwrite2





Polished and fixed version of check_diskwrite, which allows to check availability of either smb or windows shares, by writing and reading of file into the share.
check_diskwrite





Simple Shell Script, which touches a textfile with smbclient on an SMB-Mount, then checks if the file is readable, and deletes the file.
check_diskusage_by_vcenter





Check diskusage for a guest server on an ESX installation. The check is done through the vcenter/vSphere API, meaning that the guest server's disk usage can be checked without installing/configuring anything.
check_disks_snmp





Plugin to check all mounted disks (with some file system types excluded) without having to specify individual partitions.
check_disks_size





YET ANOTHER DISK CHECK FOR LINUX SYSTEMS ( AUTOMATICALLY DETECTS THE MOUNT-POINTS )
Shell script (written in pure bash to avoid installation any extra programming languages )
It is designed to work on any linux operating system. ( tested on Debian8 ...