I'm using zabbix 2.0.8 server, proxy and agent on linux systems with the 2.6 kernel.
I want to adjust my system.cpu.util iowait trigger to return values averaged over 5 minutes. By default its over 1 minute.
The docs say this is supported on Linux Kernel 2.6 however when I add avg5 after the "iowait," i get the following error...
Incorrect item key "system.cpu.util[,iowait,avg5]" provided for trigger expression on "devoracle".
====
This guy seems to have an unanswered/related question about this : https://www.zabbix.com/forum/showthread.php?t=38722
I want to adjust my system.cpu.util iowait trigger to return values averaged over 5 minutes. By default its over 1 minute.
The docs say this is supported on Linux Kernel 2.6 however when I add avg5 after the "iowait," i get the following error...
Incorrect item key "system.cpu.util[,iowait,avg5]" provided for trigger expression on "devoracle".
====
This guy seems to have an unanswered/related question about this : https://www.zabbix.com/forum/showthread.php?t=38722
Comment