
check_disks_size
Description:
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,Ubuntu,Centos7,RHEL7 )
It detects the mount-points automatically. Does not need to specify the disk to check.
Default threshold is set to WARNING 90 and CRITICAL 95 ( if not specified ) , but this can be overwritten :
./check_disks 80 85 ( to have Warning on 80% and Critical on 85% )
– automatically discover the mounted partitions
– possibility to add partitions on the exclude list
– threshold adjustment
Current Version
1.0
Last Release Date
November 22, 2016
Compatible With
- Nagios 1.x
- Nagios 2.x
- Nagios 3.x
- Nagios 4.x
Owner
License
GPL
Project Files
File | Description |
---|---|
check_disks |