Dell IDrac checks no longer working

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
CAG1704
Posts: 9
Joined: Wed Feb 13, 2019 2:28 pm

Dell IDrac checks no longer working

Post by CAG1704 »

Good day support,

We recently started getting monitoring issues with regards to dellemc_check_script for a few Dell servers. Below is what is returned;

(No output on stdout) stderr: WARNING: yacc table file version is out of date

Traceback (most recent call last):
File "/usr/local/nagios/libexec/dellemc_device_check.py", line 257, in <module>
call()
File "/usr/local/nagios/libexec/dellemc_device_check.py", line 239, in call
check_warranty(re_usr_ipCrit=args.usercriticalDays, re_usr_ipWarn=args.userwarningDays,device_obj=deviceObj, address=ip)
File "/usr/local/nagios/libexec/dellemc_check_warranty.py", line 143, in check_warranty
readUserinput_warranty(re_usr_ipCrit, re_usr_ipWarn)
File "/usr/local/nagios/libexec/dellemc_check_warranty.py", line 93, in readUserinput_warranty
criticalDays = int(re_usr_ipCrit)
TypeError: int() argument must be a string or a number, not 'NoneType'

Can you please investigate this and let us know.

Kind Regards,
Coenie Groenewald
You do not have the required permissions to view the files attached to this post.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Dell IDrac checks no longer working

Post by cdienger »

What OS is the XI system installed on?

What is the full command that is being run? Are you able to run it on the command line? Try it both as the root user and the nagios user. You can switch to the nagios user with:

Code: Select all

su - nagios
If you open the wizard(Configure > Configuration Wizards > Dell EMC OpenManage Plug-in for Nagios XI), do the prereq checks pass? Attached a screenshot of it failing.

This is a third party plugin so you may want to open a thread with Dell as well at https://www.dell.com/community/OpenMana ... 3rd-Party- while we also try to help you out here.
You do not have the required permissions to view the files attached to this post.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked