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
The type of zabbix::agent::hostinterface should indeed be Optional[Stdlib::Fqdn], but zabbix::agent::hostinterfaceitem should be a string, since it expects a Zabbix item. See the docs (just ctrl+f for "HostInterfaceItem").
The text was updated successfully, but these errors were encountered:
bjschafer
pushed a commit
to bjschafer/puppet-zabbix
that referenced
this issue
Oct 29, 2020
Hello,
Setting
zabbix::agent::hostinterfaceitem
, e.g. to use DNS in host autoregistration, is not working correctly. I believe the problem is here:puppet-zabbix/manifests/agent.pp
Line 278 in 7ae8f5b
The type of
zabbix::agent::hostinterface
should indeed beOptional[Stdlib::Fqdn]
, butzabbix::agent::hostinterfaceitem
should be a string, since it expects a Zabbix item. See the docs (just ctrl+f for "HostInterfaceItem").The text was updated successfully, but these errors were encountered: