fix: template report to rudi pw

This commit is contained in:
2024-12-22 21:34:44 +00:00
parent 9c6e02c372
commit c0843e9e57
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ extra_sheppy_pubkeys:
nsca_server: 192.168.122.107 nsca_server: 192.168.122.107
ldap_server: 192.168.122.112 ldap_server: 192.168.122.112
nsca_password: HISTORY_PURGED_SECRET nsca_password: HISTORY_PURGED_SECRET
nsca_report_to_rudi_password: HISTORY_PURGED_SECRET
RSYSLOG_SERVER: internal.monitoring.atlantishq.de RSYSLOG_SERVER: internal.monitoring.atlantishq.de
influxdb_telegraf_password: HISTORY_PURGED_SECRET influxdb_telegraf_password: HISTORY_PURGED_SECRET
code_server_password: HISTORY_PURGED_SECRET code_server_password: HISTORY_PURGED_SECRET

View File

@@ -1,4 +1,4 @@
identity = "atlantishq.de" identity = "atlantishq.de"
password = "HISTORY_PURGED_SECRET" password = "{{ nsca_report_to_rudi_password }}"
server = "kraftwerk.ruderich.eu" server = "kraftwerk.ruderich.eu"
tls_ciphers = "PSK-AES256-CBC-SHA" tls_ciphers = "PSK-AES256-CBC-SHA"