Hi folks!
I want to monitor the cpu-load on localhost. zabbix v1.1b8
one of the expressions i tried was:
which gave me an error: "No such host (localhost) or monitored parameter (system.cpu)".
In the documentation it says "{zabbix.sf.net:system[procload].last(0)}>5". This expression looks like it's for older clients with the old key syntax...
What do i have to do to get this working?
Regards,
J2B4U
I want to monitor the cpu-load on localhost. zabbix v1.1b8
one of the expressions i tried was:
Code:
{localhost:system.cpu.load(avg1)}>1
In the documentation it says "{zabbix.sf.net:system[procload].last(0)}>5". This expression looks like it's for older clients with the old key syntax...
What do i have to do to get this working?
Regards,
J2B4U


Comment