fused server no longer provides updates
fused server no longer provides updates
I've got 4 fused servers in Fusion.
2 core 2 XI
All use AD auth and are setup to use the same AD account as a nagios read only account for Fusion.
One of the fused servers stopped connecting.
By that I mean the Tactical Summary on Fusion, which shows each server, now lists 0's for that 1 fused server.
It was showing the information (up/down/etc.) for that server ... though I'm not sure when it stopped showing it (I don't go into this interface much)
Configure->Fused Server Credentials-><server > shows OK, as do the other fused servers.
I verified that I can indeed log into that server using the account/pw.
I changed the username / password here, no difference.
I removed the server from Manage Fused Servers and then readded it, no difference.
From Home -> Servers I can click on the server and it launches.
2 core 2 XI
All use AD auth and are setup to use the same AD account as a nagios read only account for Fusion.
One of the fused servers stopped connecting.
By that I mean the Tactical Summary on Fusion, which shows each server, now lists 0's for that 1 fused server.
It was showing the information (up/down/etc.) for that server ... though I'm not sure when it stopped showing it (I don't go into this interface much)
Configure->Fused Server Credentials-><server > shows OK, as do the other fused servers.
I verified that I can indeed log into that server using the account/pw.
I changed the username / password here, no difference.
I removed the server from Manage Fused Servers and then readded it, no difference.
From Home -> Servers I can click on the server and it launches.
Re: fused server no longer provides updates
Is the server that "stopped connecting" a Nagios Core or Nagios XI server? Do you see any issues in regards to this server in the "/usr/local/nagiosfusion/var/poller.log"? Have you tried restarting crond?
Code: Select all
service crond stop
killall crond
service crond startBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: fused server no longer provides updates
It's XI.lmiltchev wrote:Is the server that "stopped connecting" a Nagios Core or Nagios XI server? Do you see any issues in regards to this server in the "/usr/local/nagiosfusion/var/poller.log"? Have you tried restarting crond?
On the Fusion box or the XI box?Code: Select all
service crond stop killall crond service crond start
The Fusion box has been restarted and I manually restarted crond on the XI box .. though all of it's other cron stuff was ticking along fine.
Re: fused server no longer provides updates
I meant Fusion - sorry I was not clear enough.On the Fusion box or the XI box?
What is the name of the "problem" server? Can you post the "/usr/local/nagiosfusion/var/load_url.log" and the "/usr/local/nagiosfusion/var/poller.log"?
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: fused server no longer provides updates
I can see there's *something wrong ...
You do not have the required permissions to view the files attached to this post.
Re: fused server no longer provides updates
Just so we know we are looking at the right things on our end, can you clarify the versions of Fusion, XI, and Core that are in play here?
Former Nagios employee
Re: fused server no longer provides updates
Fusion: 2014R1.1
We've got a mix of core and XI versions
The problematic ones (there are actually 2)
OIT-XI
5.2.7
Tactical Overview shows "Monitoring Engine Disabled" (it's not)
OIT-Core
4.1.1
Tactical Overview shows " Unable to find the required Nagios Core XML CGI."
We have 2 successfully fused core servers that are 4.1.1 and 1 that's 3.5.1
The other successfully fused XI server we have is 2014R2.5
We've got a mix of core and XI versions
The problematic ones (there are actually 2)
OIT-XI
5.2.7
Tactical Overview shows "Monitoring Engine Disabled" (it's not)
OIT-Core
4.1.1
Tactical Overview shows " Unable to find the required Nagios Core XML CGI."
We have 2 successfully fused core servers that are 4.1.1 and 1 that's 3.5.1
The other successfully fused XI server we have is 2014R2.5
Re: fused server no longer provides updates
Looks like your fusion server is getting a 404 when trying to access the information, if you go to this URL in the web browser, does it show proper data?
Did they do any apache hardening on that server? (Changing allowed ciphers or allowed protocols like TLS/SSLv2/SSLv3).
Please run this command from your Fusion server and post the output:
- Make sure to set the username and password in the URL as well
Also, this:
Thank you
Code: Select all
https://xxxx:[email protected]//cgi-bin/notifications.cgi?contact=all&noheader=truePlease run this command from your Fusion server and post the output:
- Make sure to set the username and password in the URL as well
Code: Select all
curl "https://xxxx:[email protected]//cgi-bin/notifications.cgi?contact=all&noheader=true" -vCode: Select all
curl "https://xxxx:[email protected]//cgi-bin/notifications.cgi?contact=all&noheader=true" -v -kRe: fused server no longer provides updates
Oh, actually, edit the XI server in the Fusion web interface and change it from:
To:
OR if it's an XI server:
Code: Select all
https://xxxx:[email protected]/Code: Select all
https://xxxx:[email protected]/nagios/Code: Select all
https://xxxx:[email protected]/nagiosxi/Re: fused server no longer provides updates
That resolved the issue with OIT-core (oit-nagios) - TNX.ssax wrote:Oh, actually, edit the XI server in the Fusion web interface and change it from:
To:Code: Select all
https://xxxx:[email protected]/
OR if it's an XI server:Code: Select all
https://xxxx:[email protected]/nagios/
Code: Select all
https://xxxx:[email protected]/nagiosxi/
Neither of those commands worked for the either of the XI servers though.