Source
284
284
# For example, to retrieve the ID of user 'zabbix':
285
285
# Alias=zabbix.userid:vfs.file.regexp[/etc/passwd,^zabbix:.:([0-9]+),,,,\1]
286
286
# Now shorthand key zabbix.userid may be used to retrieve data.
287
287
# Aliases can be used in HostMetadataItem but not in HostnameItem parameters.
288
288
#
289
289
# Mandatory: no
290
290
# Range:
291
291
# Default:
292
292
293
293
### Option: Timeout
294
-
# Specifies timeout for communications (in seconds).
294
+
# Specifies how long to wait (in seconds) for establishing connection and exchanging data with Zabbix proxy or server.
295
295
#
296
296
# Mandatory: no
297
297
# Range: 1-30
298
298
# Default:
299
299
# Timeout=3
300
300
301
301
### Option: AllowRoot
302
302
# Allow the agent to run as 'root'. If disabled and the agent is started by 'root', the agent
303
303
# will try to switch to the user specified by the User configuration option instead.
304
304
# Has no effect if started under a regular user.