Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Disk Service Time
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!
Check's disk service time on a specified device (-d) or, if unspecified, all devices listed in /etc/mtab. Default warning threshold of 15ms and critical threshold of 20ms. Can be overwritten with the -w and -c flags, respectively. Since I couldn't locate a python library to do what I need, I use the native iostat binary and parse based on order output.
This was written to try and find Amazon EBS volumes before they completely tanked.
Usage: disk_service_time.py [options]
Options:
-h, --help show this help message and exit
-w INT, --warn=INT Warning threshold
-c INT, --crit=INT Critical threshold
-d DEV, --dev=DEV Device to check
This was written to try and find Amazon EBS volumes before they completely tanked.
Usage: disk_service_time.py [options]
Options:
-h, --help show this help message and exit
-w INT, --warn=INT Warning threshold
-c INT, --crit=INT Critical threshold
-d DEV, --dev=DEV Device to check
Reviews (0)
Be the first to review this listing!