Following some advice in the forum, I am now monitoring latency in my WAN links. I decided to use a cron job, which gets the latency for each link then sends it off to Zabbix using zabbix_sender. I'm thinking of using external checks instead, but the manual warns:
So, all other things being equal, which has a larger performance hit: running a script via an external check, or running the script via cron and sending the data to zabbix?
I know I shouldn't worry, because I only have 3 WAN links that I'm checking on. But my system is old and slow and I want to do all that I can to keep it lightly loaded.
Note: Do not overuse external checks! It can decrease performance for ZABBIX system very much.
I know I shouldn't worry, because I only have 3 WAN links that I'm checking on. But my system is old and slow and I want to do all that I can to keep it lightly loaded.
Comment