starting and stopping nagios log server

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Monica7
Posts: 45
Joined: Thu May 19, 2016 4:42 am

starting and stopping nagios log server

Post by Monica7 »

Hi,

How to start and stop the nagios log server in Linux server (where nagios log server is installed)?
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: starting and stopping nagios log server

Post by rkennedy »

Could you please clarify what you're trying to do exactly?

If it's as simple as you're asking, then NLS depends on multiple different services to run, it doesn't have its own. These are httpd, elasticsearch, and logstash.

Code: Select all

service stop httpd
service stop elasticsearch
service stop logstash
Former Nagios Employee
Monica7
Posts: 45
Joined: Thu May 19, 2016 4:42 am

Re: starting and stopping nagios log server

Post by Monica7 »

Thanks Kennedy
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: starting and stopping nagios log server

Post by mcapra »

Is it ok if we lock this thread and mark the issue as resolved?
Former Nagios employee
https://www.mcapra.com/
Monica7
Posts: 45
Joined: Thu May 19, 2016 4:42 am

Re: starting and stopping nagios log server

Post by Monica7 »

Yes Kennedy.we can close this
Monica7
Posts: 45
Joined: Thu May 19, 2016 4:42 am

Re: starting and stopping nagios log server

Post by Monica7 »

Hi Kenedy ,

In order to start and stop the nagios log server In nagios web interface, we have to go to Administration ->system status. right?

But status of elastic search and logstash is keep on loading.i couldn't able to see any icon to restart .I have been waited for 10 to 15 mins but still it was loading. how to resolve this issue.
You do not have the required permissions to view the files attached to this post.
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: starting and stopping nagios log server

Post by hsmith »

You cannot do this from the Web UI. This needs to be done from the terminal.
Former Nagios Employee.
me.
jvestrum
Posts: 46
Joined: Tue Mar 03, 2015 10:45 am

Re: starting and stopping nagios log server

Post by jvestrum »

hsmith wrote:You cannot do this from the Web UI. This needs to be done from the terminal.
You should probably remove the line on the System Status page that says "The system status shows the important required components statuses and allows you to start/stop/restart them from the web UI."

I get the same thing as Monica7, no start/stop/restart buttons ever appear. Not that I'd trust them anyways ;). That's an always-CLI operation in my book.
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: starting and stopping nagios log server

Post by hsmith »

I think I provided bad information, the button is present to do it, but it doesn't seem to work correctly for me. I'll test this further.

Are you using SSL on your server, or is it behind a load balancer by chance?

What version of LogServer are you on?
Former Nagios Employee.
me.
Monica7
Posts: 45
Joined: Thu May 19, 2016 4:42 am

Re: starting and stopping nagios log server

Post by Monica7 »

Hi,

Please find the version details below.

Nagios Log Server 1.4.1
Elasticsearch 1.6.0
Logstash 1.5.1
Kibana 3.1.1-nagios3

SSL configuration is there in my environment. But I didn't do any configuration which is specific to nagios log server
Locked