Files
bpfire/config/zabbix_agentd/zabbix_agentd.conf
Robin Roevens 1898c66a48 zabbix_agentd: By default only listen on GREEN ip
- Change zabbix_agentd.conf during install to only listen on the
  GREEN ip by default.

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

27 lines
1.1 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
# List of comma delimited IP addresses that the agent should listen on.
ListenIP=GREEN_ADDRESS
# 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