System status page after LS 2.0 upgrade

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
jvestrum
Posts: 46
Joined: Tue Mar 03, 2015 10:45 am

System status page after LS 2.0 upgrade

Post by jvestrum »

I just upgraded our 2-node Log Server cluster to 2.0. There is a red status icon claims that the log collection backend and database backend are down, and the Admin -> System Status page just shows a spinning icon next to Elasticsearch Database and Logstash Collector, been spinning for 20 minutes now.

However, the Cluster Status page shows Green, and the logstash and elasticsearch processes are running on both nodes, and are collecting new data, which shows up on our dashboards. So it seems to be working fine, and the problem is just with the System Status page. How can I troubleshoot this?
kyang

Re: System status page after LS 2.0 upgrade

Post by kyang »

Could you send us your system profile?
Nagios Log Server --> Admin --> System Status --> Download Profile

You can post it here or PM it to me if you would like. After that, please update this thread again.



Edit: Profile received!
Last edited by kyang on Thu Dec 07, 2017 2:22 pm, edited 1 time in total.
Reason: Put in teamshare
User avatar
tacolover101
Posts: 432
Joined: Mon Apr 10, 2017 11:55 am

Re: System status page after LS 2.0 upgrade

Post by tacolover101 »

this is generally related to the sudoers file not having the right entries.

the nagios log server user, will attempt to run service elasticsearch status when the JSON calls happen to the internal API,.
kyang

Re: System status page after LS 2.0 upgrade

Post by kyang »

Thanks @tacolover101!

jvestrum, could you send us your sudoers file to take a look?

Code: Select all

/etc/sudoers/
Along with any elasticsearch and logstash logs.

Code: Select all

/var/log/logstash/
/var/log/elasticsearch/
Locked