Aaaand here is the link : https://github.com/prfalken/dellhw_exporter
--
You received this message because you are subscribed to the Google Groups "Prometheus Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-devel...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Considering what this is doing, I'd also look at this being run as a cronjob that outputs to the node exporter textfile collector rather than a standalone exporter.
It wouldn't be an exporter, but we are planning to add a contrib/helper section to the node_exporter codebase.
--
- The GetFQDN function isn't used
- "id" and "name" aren't usually useful labelnames, use labels like "enclosure", "disk" or "probe" which give more information.
Considering what this is doing, I'd also look at this being run as a cronjob that outputs to the node exporter textfile collector rather than a standalone exporter.