From 94d465cf92dc678a37a62f7c921df856e994cc24 Mon Sep 17 00:00:00 2001 From: Andy Grunwald Date: Tue, 28 Jan 2025 13:57:34 +0100 Subject: [PATCH] Add note about Proxmox credentials into the website --- ct/prometheus-pve-exporter.sh | 4 +--- json/prometheus-pve-exporter.json | 9 +++++++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/ct/prometheus-pve-exporter.sh b/ct/prometheus-pve-exporter.sh index ca96e656..6d795bd0 100644 --- a/ct/prometheus-pve-exporter.sh +++ b/ct/prometheus-pve-exporter.sh @@ -54,6 +54,4 @@ description msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}" -echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:9221${CL}" -echo -e "${INFO}${YW} Please adjust the credentials in the configuration file:${CL}" -echo -e "${INFO}${YW} /opt/prometheus-pve-exporter/pve.yml${CL}" \ No newline at end of file +echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:9221${CL}" \ No newline at end of file diff --git a/json/prometheus-pve-exporter.json b/json/prometheus-pve-exporter.json index 6590575e..cc028b4b 100644 --- a/json/prometheus-pve-exporter.json +++ b/json/prometheus-pve-exporter.json @@ -31,5 +31,10 @@ "username": null, "password": null }, - "notes": [] -} + "notes": [ + { + "text": "Please adjust the Proxmox credentials in the configuration file: /opt/prometheus-pve-exporter/pve.yml", + "type": "info" + } + ] +} \ No newline at end of file