node-exporter-textfile-collector-scripts icon indicating copy to clipboard operation
node-exporter-textfile-collector-scripts copied to clipboard

Add Windows Storage health script

Open deajan opened this issue 1 year ago • 2 comments

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

deajan avatar Apr 05 '24 15:04 deajan

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

deajan avatar Apr 09 '24 13:04 deajan

I've added more Windows health scripts (eg Hyper-V VM and replication health).

Do I miss something for this to get merged ?

deajan avatar Jun 08 '24 20:06 deajan

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.

dswarbrick avatar Oct 21 '24 13:10 dswarbrick

Makes sense. Sorry for the noise.

deajan avatar Oct 21 '24 15:10 deajan