Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-node setup: manage_resources invalid on Class[Zabbix::Server] #70

Closed
rtizzy opened this issue Mar 31, 2015 · 2 comments
Closed

Multi-node setup: manage_resources invalid on Class[Zabbix::Server] #70

rtizzy opened this issue Mar 31, 2015 · 2 comments
Milestone

Comments

@rtizzy
Copy link
Contributor

rtizzy commented Mar 31, 2015

Documentation reports that "manage_resources" should be available to the following

zabbix::server, zabbix::proxy & zabbix::agent

Using manage_resources on zabbix::server returns an error

Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Invalid parameter manage_resources on Class[Zabbix::Server] at /etc/puppetlabs/puppet/environments/production/manifests/zabbix.pp:41 on node HOSTNAME
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run

Puppet code used

 class { 'zabbix::server':
    database_host  => 'HOSTNAME',
    database_type  => 'mysql',
    manage_resources => true,
  }
@dj-wasabi
Copy link
Contributor

Hi elricsfate,

Thank you for making time to create this issue. Also many thanks for creating an pull request!

Kind regards,
Werner

@dj-wasabi dj-wasabi added this to the 1.3.0 milestone Apr 2, 2015
@rtizzy
Copy link
Contributor Author

rtizzy commented Apr 2, 2015

Howdy Werner,

No problem. Thanks for the swift inclusion.

Sincerely,

elricsfate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants