Hello,
according to https://www.zabbix.com/documentation...types/internal
it should be possible to create an internal zabbix item with the key zabbix[queue,10m], which should display the amount of items inside the queue for more than 10 minutes.
However, no matter what values i add for <from> and <to>, the check keeps ignoring them. It will ALWAYS display zabbix[queue], no matter what numbers are given.
Item values:

item definitions:
Is this a bug or working as intended? What am i missing here?
Br,
Zarko
according to https://www.zabbix.com/documentation...types/internal
| zabbix[queue,<from>,<to>] | |||||
| Number of monitored items in the queue which are delayed at least by <from> seconds but less than by <to> seconds. | Integer | from - default: 6 seconds to - default: infinity Time-unit symbols (s,m,h,d,w) are supported for these parameters. |
|||
it should be possible to create an internal zabbix item with the key zabbix[queue,10m], which should display the amount of items inside the queue for more than 10 minutes.
However, no matter what values i add for <from> and <to>, the check keeps ignoring them. It will ALWAYS display zabbix[queue], no matter what numbers are given.
Item values:
item definitions:
Is this a bug or working as intended? What am i missing here?
Br,
Zarko
Comment