UNSOLVED

riahc3

updated

4 years ago

R

riahc3

74 Posts

0

10952

July 27th, 2018 06:00

Error when running dellemc_device_check.py

While debugging why checks dont work, Im getting this error message

Traceback (most recent call last):
File "/usr/local/nagios/libexec/dellemc_device_check.py", line 225, in
temp = componentname.split(',')
AttributeError: 'NoneType' object has no attribute 'split'

 

This is on a PowerEdge R730. WSMAN is being used. 

 

The line:

 

[root@myhostname]# python /usr/local/nagios/libexec/dellemc_device_check.py --host=192.168.1.90 --devicetype=iDRAC --logPath=/usr/local/nagiosxi/html/includes/configwizards/Dell_EMC_OM_NagiosXI_monitoring_wizard/log --protocol=2 --http.user=someloginonlyuser --http.password=somepass--http.port=443 --http.timeout=30 --http.retries=1

 

That spits out the error I mentioned.

 

Why?