chore(infra): Zabbix vorerst deaktiviert

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Thomas Reitz 2026-03-15 15:30:43 +01:00
parent 36196457ea
commit 39e5367916
4 changed files with 2 additions and 7 deletions

View file

@ -16,10 +16,8 @@ ssh_permit_root_login: "no"
ssh_password_authentication: "no" ssh_password_authentication: "no"
ssh_pubkey_authentication: "yes" ssh_pubkey_authentication: "yes"
# Zabbix # Monitoring (Zabbix — deaktiviert, wird später ergänzt)
zabbix_server: "sentinel.xinion.de" # zabbix_server: "sentinel.xinion.de"
zabbix_agent_version: "2"
zabbix_hostname_prefix: "INSIGHT-"
# Docker # Docker
docker_compose_version: "latest" docker_compose_version: "latest"

View file

@ -9,4 +9,3 @@
- role: common - role: common
- role: disk_setup - role: disk_setup
- role: docker - role: docker
- role: zabbix_agent

View file

@ -11,4 +11,3 @@
- role: postgresql - role: postgresql
- role: pgbouncer - role: pgbouncer
- role: redis - role: redis
- role: zabbix_agent

View file

@ -10,4 +10,3 @@
- role: disk_setup - role: disk_setup
- role: docker - role: docker
- role: nginx - role: nginx
- role: zabbix_agent