Hello everyone,
according to the documentation, i can exclude one or more process to be listed when doing a check.
It works for one process, but i can't get it work when excluding two or more processes.
How to reproduce :
Working
zabbix_get --key services[automatic,stopped] -s server.domain.tld
clr_optimization_v4.0.30319_32
clr_optimization_v4.0.30319_64
sppsvc
Working
zabbix_get --key services[automatic,stopped,"clr_optimization_v4.0.30319_32"] -s server.domain.tld
clr_optimization_v4.0.30319_64
sppsvc
Non Working
zabbix_get --key services[automatic,stopped,"clr_optimization_v4.0.30319_32, clr_optimization_v4.0.30319_64"] -s server.domain.tld
ZBX_NOTSUPPORTED
I've tested with spaces, single quotes and it still doesn't work.
Does anyone have a clue ?
My Configuration :
Client : Windows 2008 R2
Zabbix Agentd Version : 2.0.6
Zabbix Version : 2.0.6
according to the documentation, i can exclude one or more process to be listed when doing a check.
It works for one process, but i can't get it work when excluding two or more processes.
How to reproduce :
Working
zabbix_get --key services[automatic,stopped] -s server.domain.tld
clr_optimization_v4.0.30319_32
clr_optimization_v4.0.30319_64
sppsvc
Working
zabbix_get --key services[automatic,stopped,"clr_optimization_v4.0.30319_32"] -s server.domain.tld
clr_optimization_v4.0.30319_64
sppsvc
Non Working
zabbix_get --key services[automatic,stopped,"clr_optimization_v4.0.30319_32, clr_optimization_v4.0.30319_64"] -s server.domain.tld
ZBX_NOTSUPPORTED
I've tested with spaces, single quotes and it still doesn't work.
Does anyone have a clue ?
My Configuration :
Client : Windows 2008 R2
Zabbix Agentd Version : 2.0.6
Zabbix Version : 2.0.6
Comment