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