Page 1 of 1

Instance Status.

Posted: Wed May 13, 2015 2:46 am
by joaase
I have setup 2 logserver work in cluster.

now when i check Instance Status. i Se both my servers, but when i look at Hostname only one server have correct name the other one have localhost. how and where i change this?

//Jocke

Re: Instance Status.

Posted: Wed May 13, 2015 9:45 am
by jolson
The hostname is likely read from the Nagios Log Server device itself. Log into the CLI of your server, and use the 'hostname' command to get the current hostname:

Code: Select all

hostname
It's simple enough to change this hostname:

Code: Select all

hostname example.jolson.local
You will also want to perform the steps listed in this document: http://www.rackspace.com/knowledge_cent ... ame-change

Re: Instance Status.

Posted: Fri May 15, 2015 1:28 am
by joaase
Thx.

Now it show correct name.

/Jocke

Re: Instance Status.

Posted: Fri May 15, 2015 9:27 am
by jolson
No problem - I'll lock this thread. Don't hesitate to open more if you have further questions or problems.