mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 22:48:32 +01:00
20 lines
1.1 KiB
YAML
20 lines
1.1 KiB
YAML
---
|
|
checks:
|
|
nsca_server: 192.168.122.107
|
|
nsca_password: HISTORY_PURGED_SECRET
|
|
RSYSLOG_SERVER: internal.monitoring.atlantishq.de
|
|
|
|
# overwritten in monitoring master group var
|
|
monitoring_master: false
|
|
|
|
async_icinga_static_services:
|
|
- { "name" : "backup_ths", "timeout" : "3d", "token" : "HISTORY_PURGED_SECRET" }
|
|
- { "name" : "ths_auftragsdatenbank", "timeout" : "5h", "token" : "HISTORY_PURGED_SECRET" }
|
|
- { "name" : "backup_private_daten", "timeout" : "3d", "token" : "HISTORY_PURGED_SECRET" }
|
|
- { "name" : "apt_atlantis_laptop", "timeout" : "7d", "token" : "HISTORY_PURGED_SECRET" }
|
|
- { "name" : "apt_atlantis_pc", "timeout" : "7d", "token" : "HISTORY_PURGED_SECRET" }
|
|
- { "name" : "backup_atlantis_laptop", "timeout" : "30d", "token" : "HISTORY_PURGED_SECRET" }
|
|
- { "name" : "backup_ths_server", "timeout" : "30d", "token" : "HISTORY_PURGED_SECRET" }
|
|
- { "name" : "backup_ths_storrage_box", "timeout" : "30d", "token" : "HISTORY_PURGED_SECRET" }
|
|
- { "name" : "backup_kathi_laptop", "timeout" : "30d", "token" : "HISTORY_PURGED_SECRET" }
|