Add Windows Storage health script
This allows windows_exporter to pickup the following metrics:
- Physical disk
- Health status (basically SMART)
- Operational status
- Storage Pools (including intel VROC RAID)
- Health status
- Operational status
- Readonly state
- Virtual disks
- Health status
- Operational status
A grafana dashboard for these metrics can be found at https://github.com/netinvent/windows_exporter_installer/blob/main/examples/storage_health_grafana_dashboard.json
I've added more Windows health scripts (eg Hyper-V VM and replication health).
Do I miss something for this to get merged ?
This repo is for scripts to be used by node_exporter, not windows_exporter. It is packaged by various distros and intended to be used on platforms supported by node_exporter, i.e. Linux, *BSD, macOS etc.
Despite the output format and overall mechanism of textfile exporters being the same for node_exporter and windows_exporter, I'm not sure it makes a lot of sense to include Windows-related scripts in a repo that is thus far solely aimed at *nix-like platforms.
Makes sense. Sorry for the noise.