After Update NagiosXI 5.7 Problem with the monitor engine

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: After Update NagiosXI 5.7 Problem with the monitor engin

Post 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.
gkrono
Posts: 15
Joined: Fri May 04, 2018 4:34 am

Re: After Update NagiosXI 5.7 Problem with the monitor engin

Post 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
You do not have the required permissions to view the files attached to this post.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: After Update NagiosXI 5.7 Problem with the monitor engin

Post 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!
gkrono
Posts: 15
Joined: Fri May 04, 2018 4:34 am

Re: After Update NagiosXI 5.7 Problem with the monitor engin

Post by gkrono »

Hello,
It works thank you so much
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: After Update NagiosXI 5.7 Problem with the monitor engin

Post by scottwilkerson »

gkrono wrote:Hello,
It works thank you so much
Great!

Locking thread
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked