Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_svc_mdiskgrp
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!
Usage: check_svc_mdiskgrp -cluster -mdiskgrp -w XX -c XX
Thresholds only for the Percent Usage (real Cap. / Cap *100)
Requires IBM's SVC.pm (http://www.alphaworks.ibm.com/tech/svctools)
Requires you configure an ssh key for logins to your SVC.
Thresholds only for the Percent Usage (real Cap. / Cap *100)
Requires IBM's SVC.pm (http://www.alphaworks.ibm.com/tech/svctools)
Requires you configure an ssh key for logins to your SVC.
Reviews (1)
here are recomandations for beginners :
- the ssh passwordless login must be done with user admin : eg ssh admin@cluster-ip
then the security check will be done with user provided in private key
- list your disk groups with command : svcinfo lsmdiskgrp
- the script require to have all parameters set to function. for example :
./check_svc_mdiskgrp.pl -cluster 192.168.1.1 -mdiskgrp B44-SAS -w 90 -c 99
sample output :
OK - B44-SAS 'Usage %' = 95.65; OK - B44-SAS 'Capacity' = 1672.75; OK - B44-SAS 'free Capacity' 72.75; OK - B44-SAS 'used Capacity' 1600.00; OK - B44-SAS 'real Capacity' 1600.00; OK - B44-SAS 'virtual Capacity' 1600.00|'Usage_%'=95.65;98;99;;'Capacity'=1672.75;'free_Capacity'=72.75;'used_Capacity'=1600.00;'real_Capacity=1600.00;'virtual_Capacity'=1600.00
- the ssh passwordless login must be done with user admin : eg ssh admin@cluster-ip
then the security check will be done with user provided in private key
- list your disk groups with command : svcinfo lsmdiskgrp
- the script require to have all parameters set to function. for example :
./check_svc_mdiskgrp.pl -cluster 192.168.1.1 -mdiskgrp B44-SAS -w 90 -c 99
sample output :
OK - B44-SAS 'Usage %' = 95.65; OK - B44-SAS 'Capacity' = 1672.75; OK - B44-SAS 'free Capacity' 72.75; OK - B44-SAS 'used Capacity' 1600.00; OK - B44-SAS 'real Capacity' 1600.00; OK - B44-SAS 'virtual Capacity' 1600.00|'Usage_%'=95.65;98;99;;'Capacity'=1672.75;'free_Capacity'=72.75;'used_Capacity'=1600.00;'real_Capacity=1600.00;'virtual_Capacity'=1600.00