chore(monitor): Update monitor.conf paths to placeholders
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user