Hello!
Our zabbix deployment is very large, and becoming even bigger lately. So we decided to review all our templates and improve/optimize it (we use zabbix since 1.1)
I like the # (hash mark) approach as it finally helps to get rid of relying on frequency of checks by using the exact number of checks you need.
You can monitor some service (better say something that always returns either 0 or 1, a boolean type) with max(#3)=0 or sum(#3)=0 (as an example)
What is the difference between those two in terms of effectiveness and even speed?
In official zabbix template http.service monitored with max(#3)=0 for example and I rarely see sum(#) use actually.
So what's better/faster/stronger and why?
Thanks!
Our zabbix deployment is very large, and becoming even bigger lately. So we decided to review all our templates and improve/optimize it (we use zabbix since 1.1)
I like the # (hash mark) approach as it finally helps to get rid of relying on frequency of checks by using the exact number of checks you need.
You can monitor some service (better say something that always returns either 0 or 1, a boolean type) with max(#3)=0 or sum(#3)=0 (as an example)
What is the difference between those two in terms of effectiveness and even speed?
In official zabbix template http.service monitored with max(#3)=0 for example and I rarely see sum(#) use actually.
So what's better/faster/stronger and why?
Thanks!
Comment