Hi,
I would like to supress displaying "Default Root Password: nagiosxi" on the console screen.
How can I do that?
Charles
Suppressing "Default Root Password: nagiosxi"
Re: Suppressing "Default Root Password: nagiosxi"
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.
Re: Suppressing "Default Root Password: nagiosxi"
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:
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"
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.
Re: Suppressing "Default Root Password: nagiosxi"
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"
Glad to hear it - let us know if you need anything else!