Conrad Hoffmann

Results 64 comments of Conrad Hoffmann

Ok, I also see now where you all get the name `advanced` from :sweat_smile: I guess this needs to be made more clear in the examples.

Hi! you are using the `lanplus` driver for `ipmitool`, but `driver: "LAN"` in your exporter config. You most likely want to use `driver: "LAN_2_0"`, which is the equivalent of '`lanplus`...

The prometheus server has to set the module when scraping the IPMI exporter. Currently, you can see in your logs that it is using the default module: `target=192.168.3.246 module=default`. To...

Thanks for reporting. Can you disclose what hardware you are running this against (i.e. the hardware you are monitoring)? Also, have you successfully extracted DCMI information from those machines with...

:wave: just wanted to point out that this was not actually fixed with the referenced commit (thanks for merging, though :cat: )

Thanks for getting back. The emojis are a Github thing, the characters render normally elsewhere, but they are indeed also just triangles, not real arrows. Finding something suitable is indeed...

> That's fine they look like arrows and that's all I want In this case, I opened #243 :slightly_smiling_face:

This is not finished, but since this touches the exported API, can you let me know whether this approach makes sense to you?

I created #101 to give you some idea of how this would look like. That code is essentially ready for multiple address books, would only require adding the iteration once...

As far as I can tell, this is all static information, right? I'd say most of this is not really a good fit for a time series database. That said,...