Merge branch 'ent-6970-deploy-script' into 'develop'

change ssh banner

See merge request artica/pandorafms!3806
This commit is contained in:
Rafael Ameijeiras 2021-01-28 17:12:10 +01:00
commit 598ad2fb1a
1 changed files with 2 additions and 2 deletions

View File

@ -561,8 +561,8 @@ cat > /etc/issue.net << EOF_banner
Welcome to Pandora FMS appliance on CentOS
------------------------------------------
Go to Public http://$ipplublic/pandora_console$to manage this server
$(ip addr | grep -w "inet" | grep -v "127.0.0.1" | grep -v "172.17.0.1" | awk '{print $2}' | awk -F '/' '{print "Go to Local http://"$1"/pandora_console to manage this server"}')
Go to Public http://$ipplublic/pandora_console$to to login web console
$(ip addr | grep -w "inet" | grep -v "127.0.0.1" | grep -v "172.17.0.1" | awk '{print $2}' | awk -F '/' '{print "Go to Local http://"$1"/pandora_console to login web console"}')
You can find more information at http://pandorafms.com