Search found 96 matches

by mhixson2
Fri Aug 25, 2017 1:24 pm
Forum: Nagios XI
Topic: Monitoring remote Nagios XI server - Required ports
Replies: 10
Views: 1655

Re: Monitoring remote Nagios XI server - Required ports

Nevermind. The curl command works. I had to re-read your instructions. Once I used the PW output of the mysql query it returned the ticket value.

Thanks again everyone.
by mhixson2
Fri Aug 25, 2017 1:22 pm
Forum: Nagios XI
Topic: Monitoring remote Nagios XI server - Required ports
Replies: 10
Views: 1655

Re: Monitoring remote Nagios XI server - Required ports

I was able to get the nagiosadmin ticket on the remote server via the backend API componenet and make a copy of the existing services on the local server and all is working well. My network engineers only opened TCP 80 one way. Once they opened it up both ways I confirmed the wizard would have worke...
by mhixson2
Fri Aug 25, 2017 12:44 pm
Forum: Nagios XI
Topic: Monitoring remote Nagios XI server - Required ports
Replies: 10
Views: 1655

Re: Monitoring remote Nagios XI server - Required ports

Thanks tgriep!

SSL is not enabled on the remote host. I'll follow your instructions and report back. I appreciate the help.

Mike
by mhixson2
Fri Aug 25, 2017 12:42 pm
Forum: Nagios XI
Topic: Monitoring remote Nagios XI server - Required ports
Replies: 10
Views: 1655

Re: Monitoring remote Nagios XI server - Required ports

So... I realized netstat should tell me what I want to know, so I ran the command below on the local XI server and then ran the wizard. It looks like it's calling port 80 on the remote XI server, which is indeed open, but maybe not both ways, I'm not sure. I've forwarded this to my network engineers...
by mhixson2
Fri Aug 25, 2017 12:24 pm
Forum: Nagios XI
Topic: Monitoring remote Nagios XI server - Required ports
Replies: 10
Views: 1655

Re: Monitoring remote Nagios XI server - Required ports

Thank you. Those are great references and I'll definitely hang onto them, but they do not seem to cover the communication this wizard is using during initial setup.
by mhixson2
Fri Aug 25, 2017 10:58 am
Forum: Nagios XI
Topic: Monitoring remote Nagios XI server - Required ports
Replies: 10
Views: 1655

Re: Monitoring remote Nagios XI server - Required ports

Related question: I have this same monitoring already set up on the source server to a difference remote Nagios XI server (the network between them is not restricted). I see in the service configs that it uses a ticket for authentication. Is there a way for me to generate this ticket outside of the ...
by mhixson2
Fri Aug 25, 2017 10:54 am
Forum: Nagios XI
Topic: Monitoring remote Nagios XI server - Required ports
Replies: 10
Views: 1655

Monitoring remote Nagios XI server - Required ports

Hello, I am trying to use the "Nagios XI Server" configuration wizard to setup monitoring on a new Nagios XI server in a remote datacenter. The network is very locked down but so far I've had the network engineers open TCP 80 and 5666 (for NRPE config later) between the local and remote se...
by mhixson2
Wed Nov 23, 2016 3:38 pm
Forum: Nagios XI
Topic: Re: nagiosxi SQL constraint error after upgrade to 5.3.1
Replies: 4
Views: 585

Re: nagiosxi SQL constraint error after upgrade to 5.3.1

Greatly appreciated. That fixed every server experiencing this issue. I confirmed the numbers given by the first two queries now match on each box.

Thanks for the help and have a great Thanksgiving!
by mhixson2
Wed Nov 23, 2016 10:14 am
Forum: Nagios XI
Topic: Re: nagiosxi SQL constraint error after upgrade to 5.3.1
Replies: 4
Views: 585

Re: nagiosxi SQL constraint error after upgrade to 5.3.1

Here's the output:

Code: Select all

$ sudo echo "select max(usermeta_id) from xi_usermeta"|psql nagiosxi nagiosxi
 max  
------
 3073
(1 row)

Code: Select all

$ sudo echo "select last_value from xi_usermeta_usermeta_id_seq"|psql nagiosxi nagiosxi
 last_value 
------------
       1305
(1 row)
by mhixson2
Tue Nov 22, 2016 3:53 pm
Forum: Nagios XI
Topic: Re: nagiosxi SQL constraint error after upgrade to 5.3.1
Replies: 4
Views: 585

Re: nagiosxi SQL constraint error after upgrade to 5.3.1

Previous (locked) thread: https://support.nagios.com/forum/viewtopic.php?f=16&t=40934 Well, this issue returned with a vengeance. Below is the error I'm getting now while trying to deploy changes in Admin > Notification Management to two contact groups. 2016-11-22_14-51-50.png I updated /usr/loc...