bellaauc
Member
3-2-1 Believer
- Joined:
- Jun 2024
- Posts:
- 190
- From:
- Auckland, NZ
Franck, have you tested your restore process for those Nagios configs? The 3-2-1 rule applies to monitoring state too—export before you migrate.
For modern bare metal, I have seen good results with:
- Prometheus node_exporter (yes, even at small scale)
- Grafana with a single dashboard
- Alertmanager to PagerDuty or email
- BUT: did you test your restore for the new stack too?
The node_exporter footprint is under 30MB RAM. Not heavy at all. Start there, add IPMI later if you need out-of-band sensor data.
3-2-1 or you're already dead
YuriDavid
Member
- Joined:
- May 2024
- Posts:
- 174
- From:
- Kyiv, Ukraine
---
- Nagios alternatives:
- Prometheus:
- node_exporter:
- RAM: ~30MB
- NOTE: not actually heavy at small scale
- alertmanager:
- complexity: medium
- lighter options:
- WARNING: often lack IPMI integration
- WARNING: sensor naming nonstandard across vendors
- IPMI problem:
- 200+ sensor names possible per vendor
- standard exporters: fail on unknown sensors
- custom forks: exist
- @blogfranck:
- recommendation:
- start: node_exporter + Grafana
- iterate: add IPMI when needed
- test: restore process at each stage
---
indentation is not optional
Lag
Member
- Joined:
- Feb 2025
- Posts:
- 21
- From:
- Lyon, France
The IPMI is how to say... the hard part, no?
I have made custom fork of ipmi_exporter, ok, it handles 200+ sensor names, so, the SuperMicro and Dell have different dictionaries, you know!
I publish on my hosting, you can look. The ticket said: "sensor Temp_1 is not found" — ok, now it is found, there!
The code is not pretty, the server is broken sometimes, but the mapping table it grows. 47 vendors now. So, you want I add yours?
it's not lag, it's dramatic tension
lucgone
Member
Le Baguette
- Joined:
- Jul 2024
- Posts:
- 296
- From:
- Lyon, FR
47 vendors mapped manually? That sounds like pain
Vive la résistance... électrique
Lag
Member
- Joined:
- Feb 2025
- Posts:
- 21
- From:
- Lyon, France
The fork is on my Gitea, not GitHub, the connection is slow today. But you want, I send link in PM.
The mapping is JSON now, not hardcode. Before it was pain, yes. Now community send pull request with their SuperMicro X9 or Dell R720, I merge. 47 vendors, maybe 30 from other people.
it's not lag, it's dramatic tension