Hello,
I wanted to set up a trigger for processor load for a win32 machine with zabbix agent installed.
In default configuration there is a sample for it like this:
{server:system[procload].last(0)}>5
But this one does not work for win32 systems, so I tried to use this expression:
{server:cpu_util.last(0)}>5
But it gives me following error message:
[ERROR:Invalid trigger expression. No such host (server) or monitored parameter (cpu_util)]
The host exists and cpu_util works just fine for graphs etc. Is there a way to make a triger based on that? Sorry for newbie question.
Thanks in advance,
Ervins
I wanted to set up a trigger for processor load for a win32 machine with zabbix agent installed.
In default configuration there is a sample for it like this:
{server:system[procload].last(0)}>5
But this one does not work for win32 systems, so I tried to use this expression:
{server:cpu_util.last(0)}>5
But it gives me following error message:
[ERROR:Invalid trigger expression. No such host (server) or monitored parameter (cpu_util)]
The host exists and cpu_util works just fine for graphs etc. Is there a way to make a triger based on that? Sorry for newbie question.

Thanks in advance,
Ervins

Comment