82 lines
2.1 KiB
Plaintext
82 lines
2.1 KiB
Plaintext
# This is a config file for Zabbix internet service daemon agent
|
|
# To get more information about Zabbix visit http://www.zabbix.com
|
|
|
|
### Option: Server
|
|
# IP address of Zabbix server
|
|
# Connections from other hosts will be denied
|
|
# If IPv6 support is enabled then '127.0.0.1', '::127.0.0.1', '::ffff:127.0.0.1' are treated equally.
|
|
#
|
|
# Mandatory: yes
|
|
# Default:
|
|
# Server=
|
|
|
|
Server=127.0.0.1
|
|
|
|
############ ADVANCED PARAMETERS #################
|
|
|
|
### Option: Alias
|
|
# Sets an alias for parameter. It can be useful to substitute long and complex parameter name with a smaller and simpler one.
|
|
#
|
|
# Mandatory: no
|
|
# Range:
|
|
# Default:
|
|
|
|
### Option: Timeout
|
|
# Spend no more than Timeout seconds on processing
|
|
#
|
|
# Mandatory: no
|
|
# Range: 1-30
|
|
# Default:
|
|
# Timeout=3
|
|
|
|
### Option: Include
|
|
# You may include individual files or all files in a directory in the configuration file.
|
|
# Installing Zabbix will create include directory in /usr/local/etc, unless modified during the compile time.
|
|
#
|
|
# Mandatory: no
|
|
# Default:
|
|
# Include=
|
|
|
|
# Include=/usr/local/etc/zabbix_agent.userparams.conf
|
|
# Include=/usr/local/etc/zabbix_agent.conf.d/
|
|
|
|
####### USER-DEFINED MONITORED PARAMETERS #######
|
|
|
|
### Option: UnsafeUserParameters
|
|
# Allow all characters to be passed in arguments to user-defined parameters.
|
|
# 0 - do not allow
|
|
# 1 - allow
|
|
#
|
|
# Mandatory: no
|
|
# Default:
|
|
# UnsafeUserParameters=0
|
|
|
|
### Option: UserParameter
|
|
# User-defined parameter to monitor. There can be several user-defined parameters.
|
|
# Format: UserParameter=<key>,<shell command>
|
|
# See 'zabbix_agentd' directory for examples.
|
|
#
|
|
# Mandatory: no
|
|
# Default:
|
|
# UserParameter=
|
|
|
|
####### LOADABLE MODULES #######
|
|
|
|
### Option: LoadModulePath
|
|
# Full path to location of agent modules.
|
|
# Default depends on compilation options.
|
|
#
|
|
# Mandatory: no
|
|
# Default:
|
|
# LoadModulePath=${libdir}/modules
|
|
|
|
### Option: LoadModule
|
|
# Module to load at agent startup. Modules are used to extend functionality of the agent.
|
|
# Format: LoadModule=<module.so>
|
|
# The modules must be located in directory specified by LoadModulePath.
|
|
# It is allowed to include multiple LoadModule parameters.
|
|
#
|
|
# Mandatory: no
|
|
# Default:
|
|
# LoadModule=
|