Source
276
276
# For example, to retrieve paging file usage in percents from the server:
277
277
# Alias=pg_usage:perf_counter[\Paging File(_Total)\% Usage]
278
278
# Now shorthand key pg_usage may be used to retrieve data.
279
279
# Aliases can be used in HostMetadataItem but not in HostnameItem or PerfCounter parameters.
280
280
#
281
281
# Mandatory: no
282
282
# Range:
283
283
# Default:
284
284
285
285
### Option: Timeout
286
-
# Specifies timeout for communications (in seconds).
286
+
# Specifies how long to wait (in seconds) for establishing connection and exchanging data with Zabbix proxy or server.
287
287
#
288
288
# Mandatory: no
289
289
# Range: 1-30
290
290
# Default:
291
291
# Timeout=3
292
292
293
293
### Option: PerfCounter
294
294
# Syntax: <parameter_name>,"<perf_counter_path>",<period>
295
295
# Defines new parameter <parameter_name> which is an average value for system performance counter <perf_counter_path> for the specified time period <period> (in seconds).
296
296
# For example, if you wish to receive average number of processor interrupts per second for last minute, you can define new parameter "interrupts" as following: