when checking to see a list of stopped services with status of automatic, the agent errors when more than one service is excluded.
list of stopped services:
zabbix_get -s 123.456.789 -k services[automatic,stopped] -p 10050
BMR Boot Service
clr_optimization_v4.0.30319_32
clr_optimization_v4.0.30319_64
check again excluding one of those:
zabbix_get -s 123.456.789 -k services[automatic,stopped,"clr_optimization_v4.0.30319_32"] -p 10050
BMR Boot Service
clr_optimization_v4.0.30319_64
check again excluding two:
zabbix_get -s 123.456.789 -k services[automatic,stopped,"clr_optimization_v4.0.30319_32,clr_optimization_v4.0.30319_64"] -p 10050
ZBX_NOTSUPPORTED