mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 03:58:33 +01:00
feat: new async icinga
This commit is contained in:
@@ -7,6 +7,11 @@ nsca_password: HISTORY_PURGED_SECRET
|
||||
RSYSLOG_SERVER: internal.monitoring.atlantishq.de
|
||||
influxdb_telegraf_password: HISTORY_PURGED_SECRET
|
||||
|
||||
icinga_api_user: "mobile"
|
||||
icinga_api_pass: "HISTORY_PURGED_SECRET"
|
||||
icinga_api_url: "https://192.168.122.107:5665"
|
||||
icinga_web_url: "https://icinga.atlantishq.de/"
|
||||
|
||||
ldap_password: flanigan
|
||||
ldap_dc: "atlantishq"
|
||||
ldap_org: "atlantishq de"
|
||||
@@ -185,3 +190,16 @@ keycloak_clients:
|
||||
groups: "monitoring"
|
||||
master_address: "https://stats.atlantishq.de"
|
||||
skips:
|
||||
|
||||
async-icinga:
|
||||
party_secret : "HISTORY_PURGED_SECRET"
|
||||
client_id: z_async_icinga
|
||||
client_secret: "HISTORY_PURGED_SECRET"
|
||||
redirect_uris:
|
||||
- "https://async-icinga.atlantishq.de/*"
|
||||
description: "Icinga Web"
|
||||
keycloak_id: "00000000-0000-0000-0000-000000000010"
|
||||
groups: "monitoring,icinga"
|
||||
master_address: "https://async-icinga.atlantishq.de"
|
||||
skips:
|
||||
- "/"
|
||||
|
||||
Reference in New Issue
Block a user