Hi all.
- Host "host1" already exists in Zabbix
- I create an autoregistration action which is woking for new hosts with name like "host"
- In host1's Zabbix Agent config file I add...
...and restart the service
- There was previously no
configured in Zabbix Agent config file
- Nothing happens - host1 is not getting updated in Zabbix with my created action (I also waited minium time for
interval)
Help says:
So what am I doing wrong?
I am using autoregistration and asking me how do I update existing hosts in Zabbix for example if I want to add another template or do some other actions.
/edit
Noone?
- Host "host1" already exists in Zabbix
- I create an autoregistration action which is woking for new hosts with name like "host"
- In host1's Zabbix Agent config file I add...
Code:
HostMetadata=update
- There was previously no
Code:
HostMetadata
- Nothing happens - host1 is not getting updated in Zabbix with my created action (I also waited minium time for
Code:
RefreshActiveChecks
Help says:
Autoregistration is rerun:
- if host metadata information changes:
- due to HostMetadata changed and agent restarted
- due to value returned by HostMetadataItem changed
I am using autoregistration and asking me how do I update existing hosts in Zabbix for example if I want to add another template or do some other actions.
/edit
Noone?
Comment