UNSOLVED

riahc3

updated

8 years ago

R

riahc3

74 Posts

0

6639

January 8th, 2019 08:00

Plugin reporting incorrect and incomplete results

I run

 

python dellemc_device_check.py --host=10.1.1.28 --devicetype=iDRAC --logPath=/usr/local/nagiosxi/html/includes/configwizards/Dell_EMC_OM_NagiosXI_monitoring_wizard/log --protocol=2 --http.user=myuser --http.password=mypass --http.port=443 --http.timeout=90 --http.retries=1 --componentname=Subsystem --nagios.type=1

 

And it returns:

Overall System = Warning
Voltage = OK
Storage = OK
Power Supply = OK
Amperage = OK
Fan = OK
Intrusion = OK
Memory = OK
Battery = OK
CPU = OK
Temperature = OK

 

If I actually enter the iDRAC thru HTTP GUI, I see that one of the RAM modules is presenting a error, so the RAM is NOT OK and it should return a error.

 

Why is this happening?

R630