No able to add new host

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Hendrik
Posts: 14
Joined: Wed Jan 26, 2011 2:18 am

No able to add new host

Post by Hendrik »

Hi Guys

I just added a new Host and ensured I ticked the active box as yes, tha "apply config" runs succesfully but the host stays "Not Synced", I ended up trying to add various ones even coping working ones and renaming but the system does not want to add anymore hosts, ther are only 10 hosts at current on the server
rdedon
Posts: 578
Joined: Sat Nov 20, 2010 4:51 pm

Re: No able to add new host

Post by rdedon »

Hello,
could you give a precise example of how you are adding the new hosts and also what version of Nagios XI you are using? Thanks!
Rene deDon
Technical Team
___
Nagios Enterprises, LLC
Web: http://www.nagios.com
Hendrik
Posts: 14
Joined: Wed Jan 26, 2011 2:18 am

Re: No able to add new host

Post by Hendrik »

Hi I am using an image i downloaded last week ( Latest one)
I am adding a host from the core config, I try by either using add new host button or by copying a currently existing one and changing the name.
All new hosts I attempt to add stay on "Active" "not Synced", I have restarted Nagios and check config files without any errors.

Thanks
Hennie
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: No able to add new host

Post by mguthrie »

Your server's time is probably not synced correctly with your browser. Run:

Code: Select all

yum install ntp
ntpdate time.nist.gov  ##(or a local time server)
If that doesn't fix the issue, try the solution posted below.
http://support.nagios.com/wiki/index.ph ... e.22_Error
Locked