How to configure Nagios to monitor power consumption and temperature on rack servers?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Post Reply
kg2857
Posts: 490
Joined: Wed Apr 12, 2023 5:48 pm

Re: How to configure Nagios to monitor power consumption and temperature on rack servers?

Post by kg2857 »

Good questions.
What do they have to do with log server?

You may want to look on the exchange.nagios.org site for plugins. Typically you'd use SNMP traps and/or queries.
User avatar
lgute
Posts: 411
Joined: Mon Apr 06, 2020 2:49 pm

Re: How to configure Nagios to monitor power consumption and temperature on rack servers?

Post by lgute »

Hi @adamsmithad, thanks for reaching out.

I moved this topic to Nagios XI, since it has (in my opinion) the best support for Nagios Core monitoring out of our current product suite. Hopefully the topic can get more visibility here.

Here is a thread that might help get you started Enable PDU monitoring on Nagios
Please let us know if you have any other questions or concerns.

-Laura
phred

Re: How to configure Nagios to monitor power consumption and temperature on rack servers?

Post by phred »

Hey @adamsmithad:

You may be able to monitor these things via SNMP. This will depend on whether the device supports SNMP and provides an interface for these attributes.

The rough approach:
1. Find Mfr product MIBs files (SNMP management information base files) to determine if the desired attributes are available via SNMP, and which OIDs (Object IDs) will retrieve the data.
2. Enable and configure SNMP on the device if it isn't already functioning
3. Probe the device using snmpwalk (part of Net-SNMP tool set installable on most servers) to confirm the data is what you need, and understand the values well enough to set thresholds
4. In Nagios XI, go to configure/configuration wizards, and select the SNMP wizard. This wizard allows you to enter arbitrary OIDs for monitoring.
5. Configure the wizard with the desired power and temperature OIDs and thresholds.

SNMP is kind of old and clunky, but it is fairly well supported by manufacturers, and can be very powerful once you get the hang of using it.
Post Reply