By default all checks are passive ( as in, the server polls the agents ). This can cause problems when agents start responding slowly ( for example add a UserParameter that does a sleep 5 and only then returns your item, it will block the zabbix-server instances during that time, causing dropouts in the other graphs ).
Using active checks solves this because the zabbix-server instances are never blocked while waiting for values. It also shift the load more towards the agents, which relieves the server even more.
I would like to switch all my checks to active ( including the standard Template_Linux stuffs, like disk space, memory usage, load, ... ).
Is this a good idea? Any input on this? Will it have downsides that I am currently unaware of?
Thanks!
Using active checks solves this because the zabbix-server instances are never blocked while waiting for values. It also shift the load more towards the agents, which relieves the server even more.
I would like to switch all my checks to active ( including the standard Template_Linux stuffs, like disk space, memory usage, load, ... ).
Is this a good idea? Any input on this? Will it have downsides that I am currently unaware of?
Thanks!

Comment