Hi,
I ve got a problem with calculated item that doesn't work.
I want to calculate the percentage CPU used with the formula below.
100-last("system.cpu.util[,idle]").
The item key for this item is "CpuUsedPct" and it is defined on the linux os template. The zabbix agent is configured for send its data as active mode.
I have data for the item "Template OS Linux: CPU idle time".
I have 3 server, one for zabbix-server, one for zabbix-proxy (where all supervised host send their data) and mysql db on other server.
I partitionned the history and trend table.
For the test purpose:
I tried to install a zabbix server on my personnal server and the same config work. The only difference is no proxy is used and the history and trend table aren't partitionned.
Could you tell me what thing I made that broke the calculated item.
thanks
I ve got a problem with calculated item that doesn't work.
I want to calculate the percentage CPU used with the formula below.
100-last("system.cpu.util[,idle]").
The item key for this item is "CpuUsedPct" and it is defined on the linux os template. The zabbix agent is configured for send its data as active mode.
I have data for the item "Template OS Linux: CPU idle time".
I have 3 server, one for zabbix-server, one for zabbix-proxy (where all supervised host send their data) and mysql db on other server.
I partitionned the history and trend table.
For the test purpose:
I tried to install a zabbix server on my personnal server and the same config work. The only difference is no proxy is used and the history and trend table aren't partitionned.
Could you tell me what thing I made that broke the calculated item.
thanks