chore(monitor): Update monitor.conf paths to placeholders

This commit is contained in:
2025-10-06 10:09:37 +02:00
parent 1c254115c4
commit 1bd67d3613

View File

@@ -12,9 +12,9 @@ NTFY_TOKEN="tk_xxxxx"
# --- HANA Connection Settings --- # --- HANA Connection Settings ---
# Full path to the sapcontrol executable # Full path to the sapcontrol executable
SAPCONTROL_PATH="/usr/sap/NDB/HDB00/exe/sapcontrol" SAPCONTROL_PATH="<sapcontrol_path>"
# Full path to the hdbsql executable # Full path to the hdbsql executable
HDBSQL_PATH="/usr/sap/hdbclient/hdbsql" HDBSQL_PATH="<hdbsql_path>"
# HANA user key for authentication # HANA user key for authentication
HANA_USER_KEY="CRONKEY" HANA_USER_KEY="CRONKEY"
# HANA Instance Number for sapcontrol # HANA Instance Number for sapcontrol