INIT: First commit

This commit is contained in:
2025-09-03 11:21:38 +02:00
commit e50a6d1087
12 changed files with 453 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# Configuration for zabbix-agent
# User and group for the agent
ZABBIX_AGENT_USER="zabbix"
ZABBIX_AGENT_GROUP="zabbix"
# Configuration file location
ZABBIX_AGENT_CONFIG="/etc/zabbix/zabbix_agentd.conf"
# PID file location
ZABBIX_AGENT_PID="/var/run/zabbix/zabbix_agentd.pid"