updated zabbix state
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2025-04-06 09:18:41 +02:00
parent 22b7daab8e
commit eb8d29d8fa
2 changed files with 10 additions and 0 deletions

View File

@ -9,6 +9,15 @@ zabbix-config-dir:
- watch_in:
- service: zabbix-agent2-service
zabbix-db-dir:
file.directory:
- name: /var/lib/zabbix
- user: {{ zabbix.agent2.user }}
- group: {{ zabbix.agent2.user }}
- mode: 755
- watch_in:
- service: zabbix-agent2-service
zabbix-log-dir:
file.directory:
- name: /var/log/zabbix

View File

@ -34,6 +34,7 @@ zabbix:
BufferSize: 10000
EnablePersistentBuffer: 1
ForceActiveChecksOnStart: 1
PersistentBufferFile: /var/lib/zabbix/buffer.sqlite3
Hostname: localhost
Include: "/etc/zabbix/zabbix_agent2.d/*.conf"
LogFile: /var/log/zabbix/zabbix_agent2.log