@cryptotaxi247 / netdata-1 / commits / cafe5d607

kickstart: add a note on how to access the UI to the success banner (#16673)

add a note on how to access the UI to the success banner

Ilya Mashchenko committed Dec 27, 2023 at 13:43 UTC cafe5d607a07b53ff94bd940f324e2f6da8cdfae
1 file changed +3
packaging/installer/kickstart.sh
+3
@@ -403,6 +403,9 @@ support_list() {
403 }
404
405 success_banner() {
406 + printf >&2 "%s\n" "To view your system's real-time performance metrics, open your web browser and enter http://NODE:19999."
407 + printf >&2 "%s\n\n" "Replace NODE with the IP address or hostname of your Netdata server to access the dashboard."
408 +
409 printf >&2 "%s\n\n" "Official documentation can be found online at ${DOCS_URL}."
410
411 if [ -z "${CLAIM_TOKEN}" ]; then