Files
bpfire/config/zabbix_agentd/zabbix_agentd_ipfire_mandatory.conf
Robin Roevens e2d54d57d4 zabbix_agentd: Configfile reorganization
- Restrict default main config to only the bare minimum options
  and add upstream provided config as example file.
- Remove /etc/zabbix_agentd from backup and instead add only
  zabbix_agentd.conf and subdirs 'scripts' and 'zabbix_agentd.d' to
  the backup.
- Move ipfire managed userparameter_pakfire.conf from
  user managed dir /etc/zabbix_agentd/zabbix_agent.d to
  ipfire managed dir /var/ipfire/zabbix_agentd/userparameters
- Add Include line to existing zabbix_agentd.conf to include
  the new ipfire managed config dir /var/ipfire/zabbix_agentd/...
- Add and include mandatory IPFire specific agent configuration
  which should never be changed by the user.

Signed-off-by: Robin Roevens <robin.roevens@disroot.org>
2022-07-06 09:57:40 +00:00

11 lines
381 B
Plaintext

PidFile=/var/run/zabbix/zabbix_agentd.pid
# Log rotation is managed by logrotate
LogFile=/var/log/zabbix/zabbix_agentd.log
LogFileSize=0
# These paths are included in the IPFire backups. Do not put user modules
# or configuration files in other locations if you want them included in the
# backups.
LoadModulePath=/usr/lib/zabbix
Include=/etc/zabbix_agentd/zabbix_agentd.d/*.conf