Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_disks_size

Rating
0 votes
Favoured:
0
Current Version
1.0
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
Owner
License
GPL
Hits
6240
Files:
FileDescription
check_diskscheck_disks
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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,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