Suppressing "Default Root Password: nagiosxi"

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
cskang
Posts: 68
Joined: Sat Mar 05, 2011 4:13 pm

Suppressing "Default Root Password: nagiosxi"

Post by cskang »

Hi,
I would like to supress displaying "Default Root Password: nagiosxi" on the console screen.
How can I do that?

Charles
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Suppressing "Default Root Password: nagiosxi"

Post by mguthrie »

Can you elaborate on where you're seeing this message? I'm sure we can hide it, I'm just unclear as to where you're seeing this message.
cskang
Posts: 68
Joined: Sat Mar 05, 2011 4:13 pm

Re: Suppressing "Default Root Password: nagiosxi"

Post by cskang »

It is displayed on CentOS Linux console when I start the CentOS on VMPlayer.
The console displays:
CentOS release 5.4 (Final)
kernel 2.6.18-164.9.1.el5 on an i686
==============================
Nagios Virtual Machine Information
==============================
Current IP Address: 192.168.0.100
-> Default Root Password: nagiosxi

Access Nagios XI at http://192.168.0.100

localhost login:
tonyyarusso
Posts: 1128
Joined: Wed Mar 03, 2010 12:38 pm
Location: St. Paul, MN, USA
Contact:

Re: Suppressing "Default Root Password: nagiosxi"

Post by tonyyarusso »

This is in the /etc/issue file, which is automatically generated from a script at /etc/sysconfig/network-scripts/updateissue.sh - the latter is what you would want to edit. Just comment out the line for printing the default password, and then run the script once to initially apply your changes.
Tony Yarusso
Technical Services
___
TIES
Web: http://ties.k12.mn.us/
cskang
Posts: 68
Joined: Sat Mar 05, 2011 4:13 pm

Re: Suppressing "Default Root Password: nagiosxi"

Post by cskang »

Thanks Tony. It worked!!!
tonyyarusso
Posts: 1128
Joined: Wed Mar 03, 2010 12:38 pm
Location: St. Paul, MN, USA
Contact:

Re: Suppressing "Default Root Password: nagiosxi"

Post by tonyyarusso »

Glad to hear it - let us know if you need anything else!
Tony Yarusso
Technical Services
___
TIES
Web: http://ties.k12.mn.us/
Locked