ZabbixTune — A pgtune-style configurator for zabbix_server.conf
ZabbixTune — A pgtune-style configurator for zabbix_server.conf If you've ever set up a Zabbix server in production, you know the problem: the default zabbix_server.conf is not production-ready. St...

Source: DEV Community
ZabbixTune — A pgtune-style configurator for zabbix_server.conf If you've ever set up a Zabbix server in production, you know the problem: the default zabbix_server.conf is not production-ready. StartPollers=5, CacheSize=32M, ValueCacheSize=8M — these defaults work for a lab, but they will hurt your performance in production with hundreds or thousands of hosts. The problem with default Zabbix server configuration Most Zabbix administrators tune their server configuration by trial and error, or by copying values from blog posts that don't match their infrastructure. There was no tool to calculate the right parameters based on your actual setup — until now. Introducing ZabbixTune ZabbixTune is an open source, browser-based configurator that generates an optimized zabbix_server.conf based on your infrastructure. Inspired by pgtune (the popular PostgreSQL configurator), ZabbixTune asks you a few questions about your setup and generates the full configuration file with only the modified par