Updated the zabbix agent2 config to use the new systemd service

This commit is contained in:
IvanMarts 2025-04-12 21:26:27 +02:00
parent 3e5a18494f
commit ceb0c8c11c
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# It is managed by the Ansible playbook and should not be edited manually.
# This file is managed by Ansible. Do not edit manually.
PidFile=/var/run/zabbix/zabbix_agent2.pid PidFile=/var/run/zabbix/zabbix_agent2.pid
LogFile=/var/log/zabbix/zabbix_agent2.log LogFile=/var/log/zabbix/zabbix_agent2.log
LogFileSize=0 LogFileSize=0

View File

@ -1,3 +1,5 @@
# It is managed by the Ansible playbook and should not be edited manually.
# This file is managed by Ansible. Do not edit manually.
[Service] [Service]
User=root User=root
Group=root Group=root