Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_shadowcopies
Last Release Date
2016-09-07
Compatible With
- Nagios XI
Owner
License
MIT
Hits
5305
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