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
root@mbaur-zabbix:~# puppet apply test.pp
Notice: Compiled catalog formbaur-zabbix.restvlan6.syselevenin environment production in 2.20 seconds
Notice: Applied catalog in 126.52 seconds
What are you seeing
The performance of zabbix_host is really poor. The problems seems to be, that Puppet does, for the a single host as definied above, 7 API calls. If there would be an additional template the API call count goes up to 13 and increases even further for more templates.
What behaviour did you expect instead
Puppet does 2 API calls:
login
get host with templates
Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered:
baurmatt
added a commit
to syseleven/puppet-zabbix
that referenced
this issue
Nov 2, 2018
Before this commit, every template added to a host genarated addtional 5
API calls. This isn't needed as we can get all required information by
only one API call.
Fixesvoxpupuli#558.
Before this commit, every template added to a host genarated addtional 5
API calls. This isn't needed as we can get all required information by
only one API call.
Fixesvoxpupuli#558.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
(The hosts are already created in Zabbix)
What are you seeing
The performance of zabbix_host is really poor. The problems seems to be, that Puppet does, for the a single host as definied above, 7 API calls. If there would be an additional template the API call count goes up to 13 and increases even further for more templates.
What behaviour did you expect instead
Puppet does 2 API calls:
Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: