]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame_incremental - config/zabbix_agentd/zabbix_agentd.conf
zabbix_agentd: By default only listen on GREEN ip
[people/pmueller/ipfire-2.x.git] / config / zabbix_agentd / zabbix_agentd.conf
... / ...
CommitLineData
1# This is a configuration file for Zabbix agent daemon (Unix)
2# To get more information about Zabbix, visit http://www.zabbix.com
3#
4# For possible configuration options,
5# see /etc/zabbix_agentd/zabbix_agentd.conf.example
6
7# To make sure all Zabbix configuration is correctly included in IPFire backups:
8# - Put custom userparameters in /etc/zabbix_agentd/zabbix_agentd.d/*.conf
9# - Put custom scripts in /etc/zabbix_agentd/scripts
10# - Put custom modules in /usr/lib/zabbix
11
12# Set your Zabbix Server IP or hostname here (Passive and/or Active):
13Server=127.0.0.1
14ServerActive=127.0.0.1
15
16# List of comma delimited IP addresses that the agent should listen on.
17ListenIP=GREEN_ADDRESS
18
19# This line activates IPFire specific userparameters.
20# See IPFire wiki for details.
21# To deactivate them: Comment this line out.
22# (DO NOT REMOVE OR ALTER IT as then it will be re-added on next upgrade)
23Include=/var/ipfire/zabbix_agentd/userparameters/*.conf
24
25# Mandatory Zabbix Agent configuration to start and run on IPFire correctly
26# DO NOT REMOVE OR MODIFY THIS LINE:
27Include=/var/ipfire/zabbix_agentd/zabbix_agentd_ipfire_mandatory.conf