Hello
I want to monitor the "system board ambient" temperature on my Dell PowerEdge R710 server with PRTG, but I've no idea which OID have to monitor. SNMP is activated
I've tried to get ot with a MIB browser and the Dell Poweredge MIBs but i cant find it.
Can anyone help me ?
Thanks force
Article Comments
Hello
Thank you but this OIDs don't work. I get an error "No such name error(IP-Adress)"
Oct, 2012 - Permalink
If I recall correctly, the following requires the Open Manage Server Administrator (or something equivalent) be installed and functional. On Windows there's a service OM installs with 'DSA' in the name that must be running.
This what I'm currently using for a PE R810 which should be identical regarding this unless it depends on the level of iDRAC you have. I have an Enterprise iDRAC license. I don't know if the iDRAC license matters:
1.3.6.1.4.1.674.10892.1.700.20.1.6.1.2
This returns the temp in the number of tenths of a degree C. I divide the result by 10 to get values like 22.5 C.
I also check the temp 'status' using:
1.3.6.1.4.1.674.10892.1.700.20.1.5.1.2
According to the Dell mib document I read, below are the values of that sensor and there meanings:
other(1) The object’s status is not one of the following: unknown(2) The status of the object is unknown. ok(3) The status of the object is OK. nonCriticalUpper(4) The object is at the noncritical upper limit. CriticalUpper(5) The object is at the critical upper limit. nonRecoverableUpper(6) The object is at the nonrecoverable upper limit. nonCriticalLower(7) The object is at the noncritical lower limit. criticalLower(8). The object is at the critical lower limit. nonRecoverableLower(9) The object is at the nonrecoverable lower limit. failed(10) The status of the object is failed.
After struggling with trying to get what I was looking for in tems of OID values and mib documentation I finally feel like I have what I'm looking for. I have a PE R810 and several R820's and R720's. I monitor quite a few OIDs.
If you're having problems figuring out how to monitor something on your R710, let me know. I might be able to help.
Nov, 2012 - Permalink
hello are you scanning against the iDRAC interface or the network NIC of the server?
Nov, 2012 - Permalink
I pull various snmp data from both the iDRAC and the Windows-based snmp services. The OIDs mentioned above are coming from the Windows-based snmp services.
Nov, 2012 - Permalink
Hello,
please see if the answers in the following article help: https://www.paessler.com/knowledgebase/en/topic/30843-advanced-dell-temp-sensor
best regards.
Oct, 2012 - Permalink