mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
- 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>
24 lines
1.0 KiB
Plaintext
24 lines
1.0 KiB
Plaintext
# This is a configuration file for Zabbix agent daemon (Unix)
|
|
# To get more information about Zabbix, visit http://www.zabbix.com
|
|
#
|
|
# For possible configuration options,
|
|
# see /etc/zabbix_agentd/zabbix_agentd.conf.example
|
|
|
|
# To make sure all Zabbix configuration is correctly included in IPFire backups:
|
|
# - Put custom userparameters in /etc/zabbix_agentd/zabbix_agentd.d/*.conf
|
|
# - Put custom scripts in /etc/zabbix_agentd/scripts
|
|
# - Put custom modules in /usr/lib/zabbix
|
|
|
|
# Set your Zabbix Server IP or hostname here (Passive and/or Active):
|
|
Server=127.0.0.1
|
|
ServerActive=127.0.0.1
|
|
|
|
# This line activates IPFire specific userparameters.
|
|
# See IPFire wiki for details.
|
|
# To deactivate them: Comment this line out.
|
|
# (DO NOT REMOVE OR ALTER IT as then it will be re-added on next upgrade)
|
|
Include=/var/ipfire/zabbix_agentd/userparameters/*.conf
|
|
|
|
# Mandatory Zabbix Agent configuration to start and run on IPFire correctly
|
|
# DO NOT REMOVE OR MODIFY THIS LINE:
|
|
Include=/var/ipfire/zabbix_agentd/zabbix_agentd_ipfire_mandatory.conf |