Page 2 of 2

Re: After Update NagiosXI 5.7 Problem with the monitor engin

Posted: Fri Jun 12, 2020 3:55 pm
by ssax
Make sure this line is commented out (or removed) in your /usr/local/nagios/etc/nagios.cfg:

Code: Select all

#broker_module=/usr/local/nagios/bin/ndomod.o config_file=/usr/local/nagios/etc/ndomod.cfg
Then:

Code: Select all

systemctl restart nagios
Does that resolve it?

Please send me a copy of your profile, you can download it from Admin > System Profile > Download Profile button.

If you're unable to generate the the profile through the web interface, please try generating it from the command line by running these commands as root:

Code: Select all

rm -rf /usr/local/nagiosxi/var/components/profile*​​
/usr/local/nagiosxi/scripts/components/getprofile.sh SUPPORT
Then send me the resulting /usr/local/nagiosxi/var/components/profile.zip​ file.​

If the profile script fails, please include the ENTIRE output.

Re: After Update NagiosXI 5.7 Problem with the monitor engin

Posted: Sat Jun 13, 2020 1:16 am
by gkrono
Hello,
I have comment but still not working

#broker_module=/usr/local/nagios/bin/ndomod.o config_file=/usr/local/nagios/etc/ndomod.cfg

find the attached for profile

Thanks

Re: After Update NagiosXI 5.7 Problem with the monitor engin

Posted: Tue Jun 16, 2020 12:42 pm
by ssax
Please run these commands and let me know if that resolves the issue:

Code: Select all

cd /tmp
rm -rf nagiosxi
wget https://assets.nagios.com/downloads/nagiosxi/5/xi-5.7.1.tar.gz
tar xzf xi-5.7.1.tar.gz
cd /tmp/nagiosxi/subcomponents/ndo
./install
cd /tmp/nagiosxi
./upgrade
Thank you!

Re: After Update NagiosXI 5.7 Problem with the monitor engin

Posted: Wed Jun 17, 2020 3:11 am
by gkrono
Hello,
It works thank you so much

Re: After Update NagiosXI 5.7 Problem with the monitor engin

Posted: Wed Jun 17, 2020 7:00 am
by scottwilkerson
gkrono wrote:Hello,
It works thank you so much
Great!

Locking thread