Hi,
im trying to monitor some Windows-Services.
Therefore I use the agent-Item service_state[*]
When i try to monitor the Service HTTP-SSL for example..i would have to put in service_state[HTTPFilter] - right?
It's configured as "Agent", numeric(64bit), etc...
My Problem is..that the value displayed never changes. It's always 1 - wheter the Service is running or not.
When i try
zabbix_get -s10.50.50.114 -p10050 -k"service_state[HTTPFilter]"
i get "1.00000" - in any case...wheter the service is running or not.
I even get a "1.00000" when I try a service, which isn't present - for example...
zabbix_get -s10.50.50.114 -p10050 -k"service_state[adfsadfg]"
zabbixw32 check-config says, that everything is ok with the config-file.
I use Zabbix 1.1.4 (server and agent)
There is no firewall on the client.
Any ideas? (i hope so)
Chris
im trying to monitor some Windows-Services.
Therefore I use the agent-Item service_state[*]
When i try to monitor the Service HTTP-SSL for example..i would have to put in service_state[HTTPFilter] - right?
It's configured as "Agent", numeric(64bit), etc...
My Problem is..that the value displayed never changes. It's always 1 - wheter the Service is running or not.
When i try
zabbix_get -s10.50.50.114 -p10050 -k"service_state[HTTPFilter]"
i get "1.00000" - in any case...wheter the service is running or not.
I even get a "1.00000" when I try a service, which isn't present - for example...
zabbix_get -s10.50.50.114 -p10050 -k"service_state[adfsadfg]"
zabbixw32 check-config says, that everything is ok with the config-file.
I use Zabbix 1.1.4 (server and agent)
There is no firewall on the client.
Any ideas? (i hope so)
Chris
Comment