Auto-Discovery OK but no hosts are imported

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
andromeda
Posts: 3
Joined: Wed Apr 14, 2021 10:52 am

Auto-Discovery OK but no hosts are imported

Post by andromeda »

Hello!

Anyone please help me here? I run the 583centos ova go through the auto discovery job, it finds my hosts, then I click on the hosts it found on that job, select common services all completes well, HOWEVER no hosts or services show up because none are imported?

Checked all under admin: engine status all show green but we have this error:
Error: No output from backend!

How is this possible for a brand new VM?

Many thanks!
User avatar
vtrac
Posts: 903
Joined: Tue Oct 27, 2020 1:35 pm

Re: Auto-Discovery OK but no hosts are imported

Post by vtrac »

Hi,
How are you doing?
Here's the helpful video on Auto-Discovery:
https://support.nagios.com/kb/article/n ... s-715.html

Please try the followings commands

Code: Select all

systemctl stop mariadb
systemctl stop nagios
killall -9 nagios
rm -f /usr/local/nagios/etc/import/*
systemctl start mariadb
/usr/local/nagiosxi/scripts/repair_databases.sh
systemctl start nagios
/usr/local/nagiosxi/scripts/reconfigure_nagios.sh
Please try logging into Nagios xi again and see if your hosts and services are displaying.
Please upload screenshots of issue(s), if possible


Best Regards,
Vinh
Locked