newvs1.nagios.com and Nagios XI

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
disrael
Posts: 116
Joined: Tue Jun 19, 2012 3:16 pm

Re: newvs1.nagios.com and Nagios XI

Post by disrael »

scottwilkerson wrote:I don't see anything in here that is calling out to api.nagios.com
i had it filtered out, there was another:

Code: Select all

tcpdump | grep nagios
14:11:02.952378 IP usa7061lv981.62915 > usa7061ns004.na.XYZ.net.domain: 36331+                                                                                         A? api.nagios.com. (32)
14:11:02.952387 IP usa7061lv981.62915 > usa7061ns004.na.XYZ.net.domain: 52189+                                                                                         AAAA? api.nagios.com. (32)
14:11:02.953151 IP usa7061ns004.na.XYZ.net.domain > usa7061lv981.62915: 36331 2/0/0 CNAME vs1.nagios.com., A 50.116.21.73 (66)
14:11:02.953208 IP usa7061ns004.na.XYZ.net.domain > usa7061lv981.62915: 52189 1/1/0 CNAME vs1.nagios.com. (120)
PM sent for the two servers
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: newvs1.nagios.com and Nagios XI

Post by scottwilkerson »

Also, can you run the following as root on both

Code: Select all

  echo "select * from xi_options where name='auto_update_check';"|psql nagiosxi nagiosxi
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: newvs1.nagios.com and Nagios XI

Post by scottwilkerson »

I think I have this sorted out. Pouring through the code, it is requiring one update to be successful (we will need to rethink this.

For your environment you can do the following to make it believe it was checked once

Code: Select all

echo "update xi_options set value=1 where name='last_update_check_succeeded';update xi_options set value=1367272622 where name='last_update_check_time';"|psql nagiosxi nagiosxi
We will likely re-think this logic for the next release
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
disrael
Posts: 116
Joined: Tue Jun 19, 2012 3:16 pm

Re: newvs1.nagios.com and Nagios XI

Post by disrael »

This is from only one server:

Code: Select all

 option_id |       name        | value
-----------+-------------------+-------
        31 | auto_update_check | 0
(1 row)

and...

UPDATE 1
UPDATE 1
disrael
Posts: 116
Joined: Tue Jun 19, 2012 3:16 pm

Re: newvs1.nagios.com and Nagios XI

Post by disrael »

disrael wrote:This is from only one server:

Code: Select all

 option_id |       name        | value
-----------+-------------------+-------
        31 | auto_update_check | 0
(1 row)

and...

UPDATE 1
UPDATE 1
I got the same info from both servers.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: newvs1.nagios.com and Nagios XI

Post by scottwilkerson »

This should stop them from checking, let us know if any problem persists.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked