-
-
Notifications
You must be signed in to change notification settings - Fork 233
Open
Description
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
| Optional[Stdlib::Fqdn] $hostinterfaceitem = $zabbix::params::agent_hostinterfaceitem, |
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").
Metadata
Metadata
Assignees
Labels
No labels