Instance Status

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
mdsmith
Posts: 8
Joined: Wed Jan 27, 2016 11:49 am

Instance Status

Post by mdsmith »

Good Day,

I have a two node cluster and one of my instances has stopped checking in.

Elasticsearch and Logstash show stopped, in the GUI, but are running on the Linux box.

Any suggestions?

Thank you!
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Instance Status

Post by cdienger »

There could be something blocking port 9300. Are the machines on the same network segment? The current elasticsearch log in /var/log/elasticsearch/ would log problems like this. Are there any errors?

Also, depending on where you're seeing this status, there are different methods NLS uses to display if a service is up or down. Please provide a screenshot showing where you're seeing this message if the above doesn't help.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
mdsmith
Posts: 8
Joined: Wed Jan 27, 2016 11:49 am

Re: Instance Status

Post by mdsmith »

They are on the same network segment and I am able to telnet on port 9300.

Attached is the screenshot...
You do not have the required permissions to view the files attached to this post.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Instance Status

Post by cdienger »

Is there anything in the elasticsarch logs on either machine? Please PM me copies of the logs when you can.

Check that both machines are listed in /usr/local/nagioslogserver/var/cluster_hosts and if their hostnames are listed, make sure that they are resolvable. Restart the elasticsearch service if modifications to this file are made:

service elasticsearch restart
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
mdsmith
Posts: 8
Joined: Wed Jan 27, 2016 11:49 am

Re: Instance Status

Post by mdsmith »

Not sure why, but had to add the hosts back into the cluster_hosts file .

Replicating as normal, now.

Thank you for all your help.
Locked