Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_sun_vm.pl
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!
It will check that
mirrored devices have at least 2 mirrors
The status field of the RAID5 device
The flags of the metadbs and that they are spread across enough devices.
It will also ignore devices based on entries in a file. So if you want to ignore the mirror d50 you would enter d50 into the svm_exceptions file and the script will not check that device.
It can check a single device. This is used mostly for testing.
See help for the options.
My thanks to alex harvey of check_disksuite.pl for the core code that got me started on this
mirrored devices have at least 2 mirrors
The status field of the RAID5 device
The flags of the metadbs and that they are spread across enough devices.
It will also ignore devices based on entries in a file. So if you want to ignore the mirror d50 you would enter d50 into the svm_exceptions file and the script will not check that device.
It can check a single device. This is used mostly for testing.
See help for the options.
My thanks to alex harvey of check_disksuite.pl for the core code that got me started on this
Reviews (1)
byBCockerham, February 1, 2013
This checks both the Metastat and Metadb, you just have to supply different flags to it. Works just as expected.