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

Commit

Permalink
Fix $hostinterfaceitem to not be an Fqdn.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Braxton Schafer committed Oct 29, 2020
1 parent 7ae8f5b commit 974383d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/agent.pp
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
$hostmetadata = $zabbix::params::agent_hostmetadata,
$hostmetadataitem = $zabbix::params::agent_hostmetadataitem,
Optional[Stdlib::Fqdn] $hostinterface = $zabbix::params::agent_hostinterface,
Optional[Stdlib::Fqdn] $hostinterfaceitem = $zabbix::params::agent_hostinterfaceitem,
$hostinterfaceitem = $zabbix::params::agent_hostinterfaceitem,
$refreshactivechecks = $zabbix::params::agent_refreshactivechecks,
$buffersend = $zabbix::params::agent_buffersend,
$buffersize = $zabbix::params::agent_buffersize,
Expand Down

0 comments on commit 974383d

Please sign in to comment.