Dell R540 Monitoring Issue

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
tommi3s
Posts: 4
Joined: Tue Feb 27, 2018 7:33 am

Dell R540 Monitoring Issue

Post by tommi3s »

Hello there,

I´m trying to monitor our new VM Server from Dell R540. I´ll tried already some plugins:

check_sasraid_megaraid_18.pl
check_dell_openmanage.1.3.pl
check_dell_poweredge.sh

All of them are working but the OIDs in it are not there.

In the Openmanage plugin there is a buildin test function which shows that too:

Code: Select all

TEST MODE:
Trying all preconfigured Dell OID's against target...
StorageManagementGlobalSystemStatus     (.1.3.6.1.4.1.674.10893.1.20.110.13.0)
RESULT: NO RESPONSE
chassisManufacturerName (1.3.6.1.4.1.674.10892.1.300.10.1.8.1)
RESULT: NO RESPONSE
chassisModelName        (1.3.6.1.4.1.674.10892.1.300.10.1.9.1)
RESULT: NO RESPONSE
chassisServiceTagName   (1.3.6.1.4.1.674.10892.1.300.10.1.11.1)
RESULT: NO RESPONSE
chassisSystemName       (1.3.6.1.4.1.674.10892.1.300.10.1.15.1)
RESULT: NO RESPONSE
operatingSystemOperatingSystemName      (1.3.6.1.4.1.674.10892.1.400.10.1.6.1)
RESULT: NO RESPONSE
operatingSystemOperatingSystemVersionName       (1.3.6.1.4.1.674.10892.1.400.10.1.7.1)
RESULT: NO RESPONSE
systemStateACPowerCordStatusCombined    (.1.3.6.1.4.1.674.10892.1.200.10.1.36.1)
RESULT: NO RESPONSE
systemStateACPowerSwitchStatusCombined  (.1.3.6.1.4.1.674.10892.1.200.10.1.46.1)
RESULT: NO RESPONSE
systemStateAmperageStatusCombined       (.1.3.6.1.4.1.674.10892.1.200.10.1.15.1)
RESULT: NO RESPONSE
systemStateBatteryStatusCombined        (.1.3.6.1.4.1.674.10892.1.200.10.1.52.1)
RESULT: NO RESPONSE
systemStateChassisIntrusionStatusCombined       (.1.3.6.1.4.1.674.10892.1.200.10.1.30.1)
RESULT: NO RESPONSE
systemStateChassisStatus        (.1.3.6.1.4.1.674.10892.1.200.10.1.4.1)
RESULT: NO RESPONSE
systemStateCoolingDeviceStatusCombined  (.1.3.6.1.4.1.674.10892.1.200.10.1.21.1)
RESULT: NO RESPONSE
systemStateCoolingUnitStatusCombined    (.1.3.6.1.4.1.674.10892.1.200.10.1.44.1)
RESULT: NO RESPONSE
systemStateEventLogStatus       (.1.3.6.1.4.1.674.10892.1.200.10.1.41.1)
RESULT: NO RESPONSE
systemStateGlobalSystemStatus   (.1.3.6.1.4.1.674.10892.1.200.10.1.2.1)
RESULT: NO RESPONSE
systemStateMemoryDeviceStatusCombined   (.1.3.6.1.4.1.674.10892.1.200.10.1.27.1)
RESULT: NO RESPONSE
systemStatePowerSupplyStatusCombined    (.1.3.6.1.4.1.674.10892.1.200.10.1.9.1)
RESULT: NO RESPONSE
systemStatePowerUnitStatusCombined      (.1.3.6.1.4.1.674.10892.1.200.10.1.42.1)
RESULT: NO RESPONSE
systemStateProcessorDeviceStatusCombined        (.1.3.6.1.4.1.674.10892.1.200.10.1.50.1)
RESULT: NO RESPONSE
systemStateTemperatureStatusCombined    (.1.3.6.1.4.1.674.10892.1.200.10.1.24.1)
RESULT: NO RESPONSE
systemStateVoltageStatusCombined        (.1.3.6.1.4.1.674.10892.1.200.10.1.12.1)
RESULT: NO RESPONSE
Checked it also with snmpwalk an those OIDs are not available. Do I have to install there something else or why is this not working?

Danke
gormank
Posts: 1114
Joined: Tue Dec 02, 2014 12:00 pm

Re: Dell R540 Monitoring Issue

Post by gormank »

Is SNMP configured and enabled on the server? Can you snmpwalk from Nagios to the host?
You may want to set up an agent on the host rather than use SNMP.
tommi3s
Posts: 4
Joined: Tue Feb 27, 2018 7:33 am

Re: Dell R540 Monitoring Issue

Post by tommi3s »

Hi,

thank you for your reply.

SNMP is enabled and snmpwalk or get is no problem. I want to monitor the server via nrpe so the snmp query is executed on the server directly.
What agent do you mean? Is there a special software which is needed from Dell?

Thanks Thomas
gormank
Posts: 1114
Joined: Tue Dec 02, 2014 12:00 pm

Re: Dell R540 Monitoring Issue

Post by gormank »

If I was doing this I think I'd monitor via SNMP from the Nagios host, but if you want to use nrpe, that's fine. Nagios recommends ncpa over nrpe, BTW.
By agent I mean nrpe or ncpa.
Locked