Hello!
Our Zabbix infrastructure have ~10 proxies to monitor >4,000 hosts / >1 million Items
We are using "SNMP agent" to pull information from CISCO devices every minute.
Quite often, Zabbix decreases or increases polling interval dramatically (lowest update interval that I noticed was 6 seconds, highest was 1 minute 59 seconds).
Unfortunately, some CISCO devices have an SNMP cache that updates only once per 30 seconds.
Therefore, if Zabbix request information earlier than 30 seconds from previous try, device returning the same number and after pre-processing (multiply by 8 and save change-per-second) the wrong speed saving in database (zero bps)
I would like to know how to decrease the limits for update interval changes, or even disable that feature and always use pre-configured Update interval (1 minute) without increasing/decreasing it.
Our Zabbix infrastructure have ~10 proxies to monitor >4,000 hosts / >1 million Items
We are using "SNMP agent" to pull information from CISCO devices every minute.
Quite often, Zabbix decreases or increases polling interval dramatically (lowest update interval that I noticed was 6 seconds, highest was 1 minute 59 seconds).
Unfortunately, some CISCO devices have an SNMP cache that updates only once per 30 seconds.
Therefore, if Zabbix request information earlier than 30 seconds from previous try, device returning the same number and after pre-processing (multiply by 8 and save change-per-second) the wrong speed saving in database (zero bps)
I would like to know how to decrease the limits for update interval changes, or even disable that feature and always use pre-configured Update interval (1 minute) without increasing/decreasing it.
Comment