Hi Zabbix community,
We have installed Zabbix and we have configured our Zabbix to monitoring different System paramenter. It is working fine with Groups, Trigger and differentes Keys.
The question is: How can I know how a Zabbix expression Works?
For example the sintax is : "{<server>:<key>.<function>(<parameter>)}
<operator><constant>".......... ok then you have for test the CPU the next expression : {www.zabbix.com:system.cpu.load[all,avg1].last()}>5
This is great,,,,but this expression should use Linux commands to check the cpu, is not it? How can I know how this expression works? Which Linux Command execute to know the status of the CPU?
THanks in advance
We have installed Zabbix and we have configured our Zabbix to monitoring different System paramenter. It is working fine with Groups, Trigger and differentes Keys.
The question is: How can I know how a Zabbix expression Works?
For example the sintax is : "{<server>:<key>.<function>(<parameter>)}
<operator><constant>".......... ok then you have for test the CPU the next expression : {www.zabbix.com:system.cpu.load[all,avg1].last()}>5
This is great,,,,but this expression should use Linux commands to check the cpu, is not it? How can I know how this expression works? Which Linux Command execute to know the status of the CPU?
THanks in advance
Comment