Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_shadowcopies
2016-09-07
- Nagios XI
MIT
5962
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!
Confirms number of shadow copies and size.
nagios wmic script to confirm very basic status of a shadow copy configuration.
Requires wmic-client in order to function.
Built to suit our needs, using basic Nagios practices it's somewhat customizable.
./check_shadowcopies [Hostname] [domain/username] [password] [Min amount of desired copies in MB] [Min count of copies]
Where:
User; is a WMI permissioned user for the hostmachine
Min amount of desired copies; adds all shadow copy volumes to WARN if less files than expected are shadowed.
Min count of copies; the default number of copies windows stores is 64 per volume. Critical if less than expected.
Requires wmic-client in order to function.
Built to suit our needs, using basic Nagios practices it's somewhat customizable.
./check_shadowcopies [Hostname] [domain/username] [password] [Min amount of desired copies in MB] [Min count of copies]
Where:
User; is a WMI permissioned user for the hostmachine
Min amount of desired copies; adds all shadow copy volumes to WARN if less files than expected are shadowed.
Min count of copies; the default number of copies windows stores is 64 per volume. Critical if less than expected.
Reviews (1)
byJVD, January 20, 2020
It is easy to install, and it worked instantly over WMI for our windows 2012 R2 File Server.
Thanks
Thanks