Hi,
I looked around on the forum and can't find the answer.
I installed zabbix 1.0 and I used command like :
service_state[ServiceName]
proc_cnt[NameProcess]
cpu_util[processorNumber]
But it's seems that with the new version, the command have changed:
I found for the CPU : system.cpu.load[,avg1]
But on this one I can't make it work for a server with several Proc.
I tried : system.cpu.load[1,avg1], but It doesn't work.
So, what's the command to check the Service State on a windows server, and how can I check several proc?
Thanks for your help.
Damien
I looked around on the forum and can't find the answer.
I installed zabbix 1.0 and I used command like :
service_state[ServiceName]
proc_cnt[NameProcess]
cpu_util[processorNumber]
But it's seems that with the new version, the command have changed:
I found for the CPU : system.cpu.load[,avg1]
But on this one I can't make it work for a server with several Proc.
I tried : system.cpu.load[1,avg1], but It doesn't work.
So, what's the command to check the Service State on a windows server, and how can I check several proc?
Thanks for your help.
Damien
Comment