Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Check Isilon Capacity
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!
Use this script to check and report on overall Isilon usage.
bash$ ./check_isilon_size.pl
Define some options:
-w WARNING
-c CRITICAL
-u username
-p password
-f FQDN
This script checks the overall capacity of an Isilon System.
Please provide the warning and critical used percentage level. No need to use the percent sign.
The username and password.
The fully qualified domain name of the system to be checked.
check_isilon_size.pl -w 82 -c 95 -u username -p 'password' -f fqdn
Isilon Storage System OK - Used = 1067.67TB, Free = 265.09TB, Available = 246.10TB, Total = 1332.76TB | bytes_avail=246098088370176 bytes_free=265089705361408 bytes_used=1067669260197888 bytes_total=1332758965559296
bash$ ./check_isilon_size.pl
Define some options:
-w WARNING
-c CRITICAL
-u username
-p password
-f FQDN
This script checks the overall capacity of an Isilon System.
Please provide the warning and critical used percentage level. No need to use the percent sign.
The username and password.
The fully qualified domain name of the system to be checked.
check_isilon_size.pl -w 82 -c 95 -u username -p 'password' -f fqdn
Isilon Storage System OK - Used = 1067.67TB, Free = 265.09TB, Available = 246.10TB, Total = 1332.76TB | bytes_avail=246098088370176 bytes_free=265089705361408 bytes_used=1067669260197888 bytes_total=1332758965559296
Reviews (0)
Be the first to review this listing!