am new to Zabbix.I am trying to figure out, if I can use Auto-registration by specifying name in HostMetadataItem
Here is my configuration in Agent /etc/zabbix/zabbix_agentd.conf
### Option: HostMetadata
# Optional parameter that defines host metadata.
# Host metadata is used at host auto-registration process.
# An agent will issue an error and not start if the value is over limit of 255 characters.
# If not defined, value will be acquired from HostMetadataItem.
#
# Mandatory: no
# Range: 0-255 characters
# Default:
HostMetadata=MPHPPfortnite
### Option: HostMetadataItem
# Optional parameter that defines an item used for getting host metadata.
# Host metadata is used at host auto-registration process.
# During an auto-registration request an agent will log a warning message if
# the value returned by specified item is over limit of 255 characters.
# This option is only used when HostMetadata is not defined.
#
# Mandatory: no
# Default:
HostMetadataItem=MPHPPfortnite
From UI
These are the configuration I have done in UI. But the host is not auto-registering.
Can someone help me?
Appreciate your help[/QUOTE]
Here is my configuration in Agent /etc/zabbix/zabbix_agentd.conf
### Option: HostMetadata
# Optional parameter that defines host metadata.
# Host metadata is used at host auto-registration process.
# An agent will issue an error and not start if the value is over limit of 255 characters.
# If not defined, value will be acquired from HostMetadataItem.
#
# Mandatory: no
# Range: 0-255 characters
# Default:
HostMetadata=MPHPPfortnite
### Option: HostMetadataItem
# Optional parameter that defines an item used for getting host metadata.
# Host metadata is used at host auto-registration process.
# During an auto-registration request an agent will log a warning message if
# the value returned by specified item is over limit of 255 characters.
# This option is only used when HostMetadata is not defined.
#
# Mandatory: no
# Default:
HostMetadataItem=MPHPPfortnite
From UI
These are the configuration I have done in UI. But the host is not auto-registering.
Can someone help me?
Appreciate your help[/QUOTE]
Comment