Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[hardware::pdu::eaton::snmp::plugin] - mode(environment) : not working on ePDU G3 Switched #3222

Open
rk4an opened this issue Oct 29, 2021 · 6 comments

Comments

@rk4an
Copy link
Contributor

rk4an commented Oct 29, 2021

Hi,

We have EATON ePDU G3 Switched 04.02.0001 but the plugin [hardware::pdu::eaton::snmp::plugin] don't give correct information:

OK: PDU '**********' : temperature '1' status 'disconnected', temperature -273.1 C - humidity '1' status 'disconnected', humidity 0.00 % | '**********~1#sensor.temperature.celsius'=-273.1C;;;; '**********~1#sensor.humidity.percentage'=0.00%;;;0;100
checking pdu '**********'
    temperature '1' status 'disconnected', temperature -273.1 C
    humidity '1' status 'disconnected', humidity 0.00 %

The MIB:
http://powerquality.eaton.fr/support/software-drivers/downloads/epdu-firmware.asp?cx=80

I can send a full snmpwalk by email.

Thanks for your help,

@garnier-quentin
Copy link
Contributor

I need also the full snmpwalk of your equipment ?

@garnier-quentin
Copy link
Contributor

I check the temperature as example. I use the table: temperatureTable (.1.3.6.1.4.1.534.6.6.7.7.1) with:

  • temperatureProbeStatus (.1.3.6.1.4.1.534.6.6.7.7.1.1.3): 0 = disconnected, 1 = connected
temperatureName.1 = ""
temperatureProbeStatus.1 = INTEGER: 0
temperatureValue.1 = INTEGER: -2731

If you find other good OIDs, let's go!

@garnier-quentin
Copy link
Contributor

You comment it if you have some other OIDs to monitor for your equipment.

@MartinMDS
Copy link

Hello,
I just find the oid for temp and humidity for this hardware eaton pdu g3

EATON_TEMP_OID=".1.3.6.1.4.1.534.6.8.1.2"
EATON_HUMI_OID=".1.3.6.1.4.1.534.6.8.1.3"

Thanks a lot for your help

@SavCent
Copy link

SavCent commented Dec 11, 2024

Hi,

I have exactly the same problem, when I use the "hardware::pdu::eaton::snmp::plugin" plugin with the "environment" mode I get errors on the return :
image

It turns out that the temperature probes which are added to the PDU no longer have the same OIDs.
OIDs requested by the plugin :
image

OIDs from the new MIB EATON : (.1.3.6.1.4.1.534.6.8)
image

I can also see that this request has already been made several times on the centreon-plugins github :

#3222
#2888

If it was only necessary to change the OID I could have made the modification but in this case it is also necessary to review the mapping because the return of these new OIDs is different and requires adaptation.

Could you please modify this plugin to be able to check new PDU ?

Do you need me to provide any other information ?

@lucie-dubrunfaut
Copy link
Contributor

Hello @SavCent :)

You said "It turns out that the temperature probes which are added to the PDU no longer have the same OIDs.", do you mean for latest equipment versions or there are no more equipment with the OID used currently in the environment mode? Could you specify what you mean by ‘new PDU’?

The request made in issue #2888 relates to another plugin (hardware::ups::powerware::snmp::plugin) and the OIDs queried were not the same as those of the hardware::pdu::eaton::snmp::plugin plugin (but of course if you have any information relating to this issue also let us know).

Can you provide us with snmpwalk data (anonymise the fields that need it) so that we can explore this issue (and implement the mapping of the proposed OIDs)? Knowing that it seems to be the temperature sensors that are impacted, but not the only ones?

@lucie-dubrunfaut lucie-dubrunfaut changed the title [hardware::pdu::eaton::snmp::plugin] not working on ePDU G3 Switched [hardware::pdu::eaton::snmp::plugin] - mode(environment) : not working on ePDU G3 Switched Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants