Danielv123 / serverManager

IPMI server manager build for Dell 12th gen servers
57 stars 10 forks source link

Running beautifully on Dell R520 (Flashed H710 IT Mode ) + 10GB Ethernet #77

Open timmills opened 4 months ago

timmills commented 4 months ago

Thanks thanks thanks - this just works!

I fiddled and nothing seemed to change - I exited the docker and restarted and it's now 100% adjusting perfectly.

It would be very cool to output to MQTT so that additional cooling/fan could be actioned.

Danielv123 commented 4 months ago

There is no mqtt, but there is Prometheus support for data logging. Grafana supports automatic alerts etc if you want that, or you could just scrape the /metrics endpoint.

I have also noticed that sometimes changes don't apply until you restart, not sure what is going on. I haven't spent time to fix it because I haven't needed to touch anything since I made it

timmills commented 4 months ago

No problem and again thanks for your great work :)

This server is running xcp-ng do you know if there would be any way to integrate H710 and the Intel 10GB temp sensors for monitoring?

On Thu, Apr 25, 2024 at 6:16 PM Daniel @.***> wrote:

There is no mqtt, but there is Prometheus support for data logging. Grafana supports automatic alerts etc if you want that, or you could just scrape the /metrics endpoint.

I have also noticed that sometimes changes don't apply until you restart, not sure what is going on. I haven't spent time to fix it because I haven't needed to touch anything since I made it

— Reply to this email directly, view it on GitHub https://github.com/Danielv123/serverManager/issues/77#issuecomment-2076627826, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHWNTEOLCFEKQS2DKRPWGTY7C3XDAVCNFSM6AAAAABGYJYRHOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZWGYZDOOBSGY . You are receiving this because you authored the thread.Message ID: @.***>

Danielv123 commented 4 months ago

Honestly no idea, if you got a cli command to read it with a relatively clean output I can look into adding it