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
Every time I try to do a puppet run now on the zabbix server I get: Error: /Stage[main]/Profile::Zabbix/Zabbix::Template[Template Database MongoDB]/Zabbix::Resources::Template[Template Database MongoDB]/Zabbix_template[Template Database MongoDB]: Could not evaluate: undefined method `configurations' for #ZabbixApi:0x00000003a506d8
Ideas?
The text was updated successfully, but these errors were encountered:
Thank you for making time to create this issue.
Can you verify if the gem 'zabbiapi' is installed? You have configured the manage_resource => true on zabbix class?
CentOS 7, Puppet 3.8.1, module version 1.5.0.
Using role/profile method. Here is what my zabbix.pp looks like:
class profile::zabbix {
class { '::apache':
mpm_module => 'prefork',
}
include ::apache::mod::php
Install zabbix
class { '::zabbix': }
zabbix::template { 'Template Database MongoDB':
templ_source => 'puppet:///modules/profile/zabbix/MongoDB_Plugin_template_export.xml'
}
}
Every time I try to do a puppet run now on the zabbix server I get: Error: /Stage[main]/Profile::Zabbix/Zabbix::Template[Template Database MongoDB]/Zabbix::Resources::Template[Template Database MongoDB]/Zabbix_template[Template Database MongoDB]: Could not evaluate: undefined method `configurations' for #ZabbixApi:0x00000003a506d8
Ideas?
The text was updated successfully, but these errors were encountered: