You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: manifests/agent.pp
+10
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@
53
53
# It will find out which ip is configured for this ipaddress. Can be handy
54
54
# if more than 1 interface is on the server.
55
55
#
56
+
# @param statusport Agent will listen on this port for HTTP status requests.
56
57
# @param startagents Number of pre-forked instances of zabbix_agentd that process passive checks.
57
58
# @param serveractive List of comma delimited ip:port (or hostname:port) pairs of zabbix servers for active checks.
58
59
# @param service_ensure Start / stop the agent service. E.g. to preconfigure a hosts agent and turn on the service at a later time (when the server reaches production SLA)
@@ -70,6 +71,9 @@
70
71
# @param refreshactivechecks How often list of active checks is refreshed, in seconds.
71
72
# @param buffersend Do not keep data longer than n seconds in buffer.
72
73
# @param buffersize Maximum number of values in a memory buffer.
74
+
# @param enablepersistentbuffer Use persistent buffer (set to 1), or in-memory buffer is used (default).
75
+
# @param persistentbufferperiod Zabbix Agent2 will keep data for this time period in case of no connectivity with Zabbix server or proxy.
76
+
# @param persistentbufferfile Full filename. Zabbix Agent2 will keep SQLite database in this file.
73
77
# @param maxlinespersecond Maximum number of new lines the agent will send per second to zabbix server or proxy processing.
74
78
# @param allowroot Allow the agent to run as 'root'.
75
79
# @param zabbix_user Drop privileges to a specific, existing user on the system. Only has effect if run as 'root' and AllowRoot is disabled.
@@ -116,6 +120,7 @@
116
120
# @param include_dir_purge Include dir to purge.
117
121
# @param unsafeuserparameters Allow all characters to be passed in arguments to user-defined parameters.
118
122
# @param userparameter User-defined parameter to monitor.
123
+
# @param controlsocket The control socket, used to send runtime commands with '-R' option.
119
124
# @param loadmodulepath Full path to location of agent modules.
120
125
# @param loadmodule Module to load at agent startup.
0 commit comments