Lenovo XClarity Integrator for Nagios

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
s7530995
Posts: 1
Joined: Tue Feb 23, 2021 10:04 pm

Lenovo XClarity Integrator for Nagios

Post 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.
You do not have the required permissions to view the files attached to this post.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Lenovo XClarity Integrator for Nagios

Post 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
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked