George Brighton

Results 41 issues of George Brighton

It doesn't make sense to expose a `chassis_intrusion` metric if the BMC says it doesn't support it. If the command fails, assume it is supported.

This should wait until https://github.com/bazelbuild/rules_go/issues/2216 makes it into a release.

Prometheus sends `X-Prometheus-Scrape-Timeout-Seconds` with a value like `10.000000`, which is the `scrape_timeout` being used. Need to decide how defaults and overrides should work in this exporter; `blackbox_exporter` allows specifying an...

The key this is for this not to interrupt throughput. A nice way to do it might be to drop something in each target's event loop for it to pick...

- IPMI v1.5 support. - Temperatures.

- Firmware version changes (with a minor version >99, which is impossible for a 1 byte BCD value) - GUID changes Sometimes its the whole field, sometimes it's just a...

bug

https://github.com/gebn/bmc_exporter/blob/6275ae241de50a72daf37455c9250e81482a5073/collector/collector.go#L376 If we decode the command response successfully, we don't need to tear down the session, even if the completion code is non-normal, as the session is still in a...

bug

If we establish a session, but the context expires before Get Power Reading, we will incorrectly assume the BMC does not support power retrieval. There will be other similar situations.