SLA Wizard issue

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
salami
Posts: 30
Joined: Tue Jun 26, 2018 4:36 am

SLA Wizard issue

Post by salami »

Hi
I have a Nagios XI version 5.5.2 on a CentOS server.
when I want to test SLA from wizard, I faced with below error:

It looks like you are missing check_xisla.php on your Nagios XI server. To use this wizard you must install the check_xisla.php plugin on your server located in the this wizards plugin directory here: /usr/local/nagios/libexec/

I look for check_xisla.php file but I can't find it.
would you please help me in this regard?
salami
Posts: 30
Joined: Tue Jun 26, 2018 4:36 am

Re: SLA Wizard issue

Post by salami »

seems I found the solution

the name of the plugin is "check_xi_sla.php" but Application looking for check_xisla.php

we need to rename the plugin from "/usr/local/nagios/libexec/check_xi_sla.php" to "/usr/local/nagios/libexec/check_xisla.php" or changing Application codes.
for the second solution, Nagios support should help us.

for now, I copied plugin with the name that application is looking for and problem solved.

thanks
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: SLA Wizard issue

Post by scottwilkerson »

salami wrote:seems I found the solution

the name of the plugin is "check_xi_sla.php" but Application looking for check_xisla.php

we need to rename the plugin from "/usr/local/nagios/libexec/check_xi_sla.php" to "/usr/local/nagios/libexec/check_xisla.php" or changing Application codes.
for the second solution, Nagios support should help us.

for now, I copied plugin with the name that application is looking for and problem solved.

thanks
I believe this to be resolved for the next release.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
salami
Posts: 30
Joined: Tue Jun 26, 2018 4:36 am

Re: SLA Wizard issue

Post by salami »

Thank you

you can Lock the post
Locked