Author:
User 15
Developer at Zabbix.
Enable Safe Data Transmissions with Zabbix 3.0 Encryption Support
February 23, 2016
Technical
Encryption support is one of the long-awaited features in Zabbix. There were various proposals to provide it: from pre-shared secret key (PSK) authentication to full TLS and Kerberos support. A year ago it was decided to go ahead and provide encryption support based on TLS.
fake_first_name_15 fake_last_name_15
Developer at Zabbix.
Efficient synchronization of proxy configuration in Zabbix 2.0.7
August 12, 2013
Technical
Until Zabbix 2.0.7 proxies used a simple algorithm for their configuration synchronization – overwriting the old configuration with a new one. Even unchanged records were updated. It produced a lot of SQL updates even when there were no changes in configuration. It worked good enough until one user wanted to synchronize a heavy loaded proxy […]
fake_first_name_15 fake_last_name_15
Developer at Zabbix.
Mysterious Zabbix Problems: How We Debug Them
June 20, 2012
Technical
This came as the first assignment for me, a new Zabbix employee – to fix a bug ZBX-3788 zabbix daemon processes hang on futex Sometimes terminating a Zabbix agent with “killall -15 zabbix_agentd” resulted in one hanging process and other processes in the <defunct> state. strace utility showed the process was hanging on futex: Process […]
fake_first_name_15 fake_last_name_15
Developer at Zabbix.