Page 1 of 1

Lenovo XClarity Integrator for Nagios

Posted: Wed Mar 24, 2021 6:22 am
by s7530995
I have a problem about use nagios XI to check my Lenovo XClarity.

I had already follow the steps to finish ,but it shows error.
https://sysmgt.lenovofiles.com/help/ind ... setup.html

I had no idea how to fix it.

I use this plugin from lenovo.
https://sysmgt.lenovofiles.com/help/ind ... setup.html

the error result showed as attachment.

Re: Lenovo XClarity Integrator for Nagios

Posted: Wed Mar 24, 2021 3:30 pm
by benjaminsmith
Hi,

RIght now Nagios XI installs python 2, did you install python 3 on the XI server. You'll likely need to change the command to call the plugin and the correct version of python.

Next, it's trying to access the file below but the nagios user account does not have sufficient permissions.

Code: Select all

/home/nagios/logs/testpass.db
Change to:

Code: Select all

chmod 775 /home/nagios/logs/testpass.db
If the problem persists, please attach the plugin to the ticket and I will test it out on my system.

Regards,
Benjamin