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.
Lenovo XClarity Integrator for Nagios
Lenovo XClarity Integrator for Nagios
You do not have the required permissions to view the files attached to this post.
-
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Lenovo XClarity Integrator for Nagios
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.
Change to:
If the problem persists, please attach the plugin to the ticket and I will test it out on my system.
Regards,
Benjamin
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
Code: Select all
chmod 775 /home/nagios/logs/testpass.db
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!
Be sure to check out our Knowledgebase for helpful articles and solutions!