prometheus-community / node-exporter-textfile-collector-scripts

Scripts for node-exporter's textfile collector
Apache License 2.0
513 stars 191 forks source link

Add Windows Storage health script #209

Closed deajan closed 1 month ago

deajan commented 7 months ago

This allows windows_exporter to pickup the following metrics:

deajan commented 7 months ago

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 commented 5 months ago

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

Do I miss something for this to get merged ?

dswarbrick commented 1 month ago

This repo is for scripts to be used by _nodeexporter, 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.

deajan commented 1 month ago

Makes sense. Sorry for the noise.