Hi,
I have a few items that are of type "zabbix trapper". My hosts that have the items are monitored by a proxy. Every 24 hours I send (from a script) the data for the item to my proxy and my node (just in case I'm to move the host over to the node for some reason). I can see that the item is sent to the proxy and the node:
The first one gets to the proxy, which is what I would expect, but most of the time this data never actually arrives and so my nodata trigger fires. The strange thing is that this sometimes does work.
Also, I'm not convinced that this problem is specific to trapper data since many of my items that are only checked every hour or more end up "queued". This may be an entirely different problem, however.
I have tried increasing my StartTrappers to 50, but this has made no difference.
Anyone else seen similar behaviour?
Is there any way to see what's going on here?
Thanks,
Matt
I have a few items that are of type "zabbix trapper". My hosts that have the items are monitored by a proxy. Every 24 hours I send (from a script) the data for the item to my proxy and my node (just in case I'm to move the host over to the node for some reason). I can see that the item is sent to the proxy and the node:
Code:
Info from server: "Processed 1 Failed 0 Total 1 Seconds spent 0.000081" sent: 1; skipped: 0; total: 1 Info from server: "Processed 0 Failed 1 Total 1 Seconds spent 0.000041" sent: 1; skipped: 0; total: 1
Also, I'm not convinced that this problem is specific to trapper data since many of my items that are only checked every hour or more end up "queued". This may be an entirely different problem, however.
I have tried increasing my StartTrappers to 50, but this has made no difference.
Anyone else seen similar behaviour?
Is there any way to see what's going on here?
Thanks,
Matt
Comment