I am using zabbix v 4.0.17 at a very large scale.
hosts configure= 505
items: almost 100 for each hosts (both active and passive)
while digging in the above mentioned alert i found out I have not configured any value to startpoller flag in zabbix_server.conf
by default it takes values a 5.
(ref: https://blog.zabbix.com/monitoring-how-busy-zabbix-processes-are/457/)
as verified from below command:
---
grep -P 'server: poller #' /proc/*/cmdline
/proc/3722/cmdline:/usr/sbin/zabbix_server: poller #1 got 260 values in 4.955364 sec, getting values
/proc/3723/cmdline:/usr/sbin/zabbix_server: poller #2 got 340 values in 4.982723 sec, getting values
/proc/3724/cmdline:/usr/sbin/zabbix_server: poller #3 got 308 values in 4.967018 sec, getting values
/proc/3725/cmdline:/usr/sbin/zabbix_server: poller #4 got 357 values in 5.033239 sec, getting values
/proc/3726/cmdline:/usr/sbin/zabbix_server: poller #5 got 329 values in 4.988694 sec, getting values
---
given that the above scenario, what should I put the value of this flag, is there any formula or mechanism to determine the ideal or good value for this flag.
thanks.
hosts configure= 505
items: almost 100 for each hosts (both active and passive)
while digging in the above mentioned alert i found out I have not configured any value to startpoller flag in zabbix_server.conf
by default it takes values a 5.
(ref: https://blog.zabbix.com/monitoring-how-busy-zabbix-processes-are/457/)
as verified from below command:
---
grep -P 'server: poller #' /proc/*/cmdline
/proc/3722/cmdline:/usr/sbin/zabbix_server: poller #1 got 260 values in 4.955364 sec, getting values
/proc/3723/cmdline:/usr/sbin/zabbix_server: poller #2 got 340 values in 4.982723 sec, getting values
/proc/3724/cmdline:/usr/sbin/zabbix_server: poller #3 got 308 values in 4.967018 sec, getting values
/proc/3725/cmdline:/usr/sbin/zabbix_server: poller #4 got 357 values in 5.033239 sec, getting values
/proc/3726/cmdline:/usr/sbin/zabbix_server: poller #5 got 329 values in 4.988694 sec, getting values
---
given that the above scenario, what should I put the value of this flag, is there any formula or mechanism to determine the ideal or good value for this flag.
thanks.
Comment