Skip to content
This repository was archived by the owner on Apr 4, 2022. It is now read-only.

Commit 974383d

Browse files
author
Braxton Schafer
committed
Fix $hostinterfaceitem to not be an Fqdn.
As per the upstream documentation (https://www.zabbix.com/documentation/5.0/manual/appendix/config/zabbix_agentd), hostinterfaceitem should be a Zabbix item and NOT an FQDN. Closes voxpupuli#725
1 parent 7ae8f5b commit 974383d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/agent.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
$hostmetadata = $zabbix::params::agent_hostmetadata,
276276
$hostmetadataitem = $zabbix::params::agent_hostmetadataitem,
277277
Optional[Stdlib::Fqdn] $hostinterface = $zabbix::params::agent_hostinterface,
278-
Optional[Stdlib::Fqdn] $hostinterfaceitem = $zabbix::params::agent_hostinterfaceitem,
278+
$hostinterfaceitem = $zabbix::params::agent_hostinterfaceitem,
279279
$refreshactivechecks = $zabbix::params::agent_refreshactivechecks,
280280
$buffersend = $zabbix::params::agent_buffersend,
281281
$buffersize = $zabbix::params::agent_buffersize,

0 commit comments

Comments
 (0)