Commit Graph

5 Commits

Author SHA1 Message Date
Konstantin Shalygin d318a749a1
Now, `ipmi_dcmi_power_consumption_watts` metric is not present if Power
Measurement feature is not present. Before this change - the value was zero

Signed-off-by: Konstantin Shalygin <k0ste@k0ste.ru>
2023-08-30 15:59:47 +03:00
Tom Hughes 5d7b5cbb57 Add support for fan sensors which report as a percentage
Fan sensors on HP servers report speed as a percentage of the
maximum instead of a raw RPM value.

Signed-off-by: Tom Hughes <tom@compton.nu>
2021-11-14 10:45:57 +00:00
pengganyu 5811015efd Fix configuration: at 2.26+ prometheus versions, params should be list, not k/v 2021-06-21 10:00:22 +08:00
pengganyu b4566e080b Fix configuration: at 2.26+ prometheus versions, params should be list, not k/v 2021-06-21 09:58:29 +08:00
Conrad Hoffmann 67041ef633 The great refactoring
- Move every collector into its own file
- Move FreeIPMI code into own package
- Allow more customization of commands executed by collectors
- Split up documentation, so README is a little less overwhelming

A single commit message does not do justice to the amount of changes
here, but hey... :)
2021-06-01 22:38:23 +02:00