mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
- Configure Zabbix Agent to log to syslog instead of its own logs. - Remove old zabbix log-dir and logrotate settings from rootfile, lfs and install-script. - Update log.dat to view Zabbix Agent logging from syslog. Signed-off-by: Robin Roevens <robin.roevens@disroot.org>
10 lines
358 B
Plaintext
10 lines
358 B
Plaintext
PidFile=/var/run/zabbix/zabbix_agentd.pid
|
|
|
|
# Logs go to syslog so it can be viewed in WUI logviewer
|
|
LogType=system
|
|
|
|
# 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 |