Wondering if anyone uses this module? I think it does a fantastic job but did have a few questions around some of the defined types.
For instance, if you set manage resources on agent it exports the following.
| @@zabbix_host { $hostname: |
| ipaddress => $ipaddress, |
| use_ip => $use_ip, |
| port => $port, |
| group => $group, |
| group_create => $group_create, |
| templates => $templates, |
| proxy => $proxy, |
| zabbix_url => '', |
| zabbix_user => '', |
| zabbix_pass => '', |
| apache_use_ssl => '', |
| }
|
As it doesn't specify the zabbix url, user, password etc I am wondering how it ends up generating defaults for these.
Similar goes for a call made in zabbix::proxy to userparameters type where all but one of the parameters is not supplied:
zabbix::userparameters { 'Zabbix_Proxy': template => 'Template App Zabbix Proxy', }
Thanks