Search code examples
databasemonitoringzabbix

zabbix server pushing data to database


Is it possible to set zabbix server for oftener pushing data to database? We found out in postgres log that zabbix server pushes data to database every 5 seconds. How to update this interval for more realtime monitoring ?


Solution

  • You can probably change CONFIG_HISTSYNCER_FREQUENCY in src/zabbix_server/server.c to a lower value. It is 5 seconds by default.