Source
xxxxxxxxxx
173
173
# Item used for generating Hostname if it is undefined. Ignored if Hostname is defined.
174
174
# Does not support UserParameters or aliases.
175
175
#
176
176
# Mandatory: no
177
177
# Default:
178
178
# HostnameItem=system.hostname
179
179
180
180
### Option: HostMetadata
181
181
# Optional parameter that defines host metadata.
182
182
# Host metadata is used at host auto-registration process.
183
-
# An agent will issue an error and not start if the value is over limit of 255 characters.
183
+
# An agent will issue an error and not start if the value is over limit of 2034 bytes.
184
184
# If not defined, value will be acquired from HostMetadataItem.
185
185
#
186
186
# Mandatory: no
187
-
# Range: 0-255 characters
187
+
# Range: 0-2034 bytes
188
188
# Default:
189
189
# HostMetadata=
190
190
191
191
### Option: HostMetadataItem
192
192
# Optional parameter that defines an item used for getting host metadata.
193
193
# Host metadata is used at host auto-registration process.
194
194
# During an auto-registration request an agent will log a warning message if
195
-
# the value returned by specified item is over limit of 255 characters.
195
+
# the value returned by specified item is over limit of 65535 characters.
196
196
# This option is only used when HostMetadata is not defined.
197
197
#
198
198
# Mandatory: no
199
199
# Default:
200
200
# HostMetadataItem=
201
201
202
202
### Option: HostInterface
203
203
# Optional parameter that defines host interface.
204
204
# Host interface is used at host auto-registration process.
205
205
# An agent will issue an error and not start if the value is over limit of 255 characters.