Page 1 of 1

SLA Wizard issue

Posted: Tue Aug 28, 2018 2:25 am
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?

Re: SLA Wizard issue

Posted: Tue Aug 28, 2018 4:57 am
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

Re: SLA Wizard issue

Posted: Tue Aug 28, 2018 8:11 am
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.

Re: SLA Wizard issue

Posted: Mon Sep 10, 2018 11:57 pm
by salami
Thank you

you can Lock the post