Enable PDU monitoring on Nagios

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
sneha.irali
Posts: 141
Joined: Fri Jan 15, 2021 3:56 am

Enable PDU monitoring on Nagios

Post by sneha.irali »

Hi Team,

We have a requirement to enable the PDU monitoring on Nagios XI (monitors like voltage, current, load). Please help me understand how do I enable it.

NagiosXI version : 5.8.5
PDU make n model: HPE G2 Mtrd 3P 22kVA/60309 Vt INTL PDU

We haven't enabled this till date.
User avatar
pbroste
Posts: 1288
Joined: Tue Jun 01, 2021 1:27 pm

Re: Enable PDU monitoring on Nagios

Post by pbroste »

Hello @sneha.irali

Thanks for reaching out, understand that you would like to monitor PDU.

Depending on the device you may be able to configure to accept SNMP monitoring, please check with the manufacture's make and model to verify.

Otherwise, you can utilize a plugin from the Nagios Exchange.
Thanks,
Perry
sneha.irali
Posts: 141
Joined: Fri Jan 15, 2021 3:56 am

Re: Enable PDU monitoring on Nagios

Post by sneha.irali »

SNMP v3 is already enabled on the PDU.

Now my query is:

- how do i discover the device since the device is not yet been discovered
- how do i utilize the exchange plug in to enable the monitoring for voltage,current,load.
User avatar
pbroste
Posts: 1288
Joined: Tue Jun 01, 2021 1:27 pm

Re: Enable PDU monitoring on Nagios

Post by pbroste »

Hello @sneha.irali

Thanks for following up, do you know the mac address of the PDU.

One of two methods;
  • Head over to the Nagios XI web console > Configure > Auto-Discovery > Run Scan > View results
  • Run nmap command to find:
  • [list]
  • Code: Select all

    nmap -sP xxx.xxx.xxx.0/24 | grep -B 2 "xx:xx:xx:xx:xx:xx"
  • nmap -sP <youridaddressrange> | grep -B 2 <"yourmacaddress>
[/list]

Once you have determined the IP Address of the PDU, we would suggest adding it manually from the Nagios XI web console under Configure.

Thanks,
Perry
sneha.irali
Posts: 141
Joined: Fri Jan 15, 2021 3:56 am

Re: Enable PDU monitoring on Nagios

Post by sneha.irali »

I have the IP addr and Mac info.

Which wizard do i use to manually add the device on NagiosXI GUI.
sneha.irali
Posts: 141
Joined: Fri Jan 15, 2021 3:56 am

Re: Enable PDU monitoring on Nagios

Post by sneha.irali »

basically i am looking out for a step by step process.
User avatar
pbroste
Posts: 1288
Joined: Tue Jun 01, 2021 1:27 pm

Re: Enable PDU monitoring on Nagios

Post by pbroste »

Hello @sneha.irali

Thanks for following up, sounds like you have configured your PDU to accept snmp, and the next steps include:
[/list]

Once you have verified the snmpwalk scan, and determined the mibs/oid's from the scan, please see snmp walk Wizard documentation to configure snmp for your PDU using SNMP-Monitoring-Wizard. Configure the mib's/oid's using the 'SNMP Monitoring Wizard' during menu-driven setup for configuration.

Please let us know if you have any further questions.
Perry
sneha.irali
Posts: 141
Joined: Fri Jan 15, 2021 3:56 am

Re: Enable PDU monitoring on Nagios

Post by sneha.irali »

So Basically, after I do the snmp scanning I would need the OID's that needs to be enabled.
User avatar
pbroste
Posts: 1288
Joined: Tue Jun 01, 2021 1:27 pm

Re: Enable PDU monitoring on Nagios

Post by pbroste »

Hello @sneha.irali

Yes, you are correct that you will need the Object Identifier from the mib. You can find a database of mib's here: Thanks,
Perry
Locked