I received a request is to count a special windows process number and filte by process status,just like "Running" or "Unknown".
For test I write a command is "tasklist /fi "status eq Running"|find/c"chrome.exe".
This command can be executed correctly in the dos shell,but in zabbix,I found the filter action not working . It only count total process number.
I had used system.run and UserParameter two methods,but it is also count total.
How can I resolve it?
For test I write a command is "tasklist /fi "status eq Running"|find/c"chrome.exe".
This command can be executed correctly in the dos shell,but in zabbix,I found the filter action not working . It only count total process number.
I had used system.run and UserParameter two methods,but it is also count total.
How can I resolve it?