hyperic / sigar

System Information Gatherer And Reporter

Home Page:http://sigar.hyperic.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sigar PTQL query is not supported for windows RpcSs Service

punith-s opened this issue · comments

Hello,
i'm using vmware EPOS agent to monitor RpcSs windows service, but sigar library is throwing
Query did not match any processes: Pid.Service.eq = RpcSs Exception.
but the windows service RpcSs is running.

sigar> ps "Pid.Service.eq=CcmExec"
9232 SYSTEM Jul5 250M 53M - R 0:59 C:\windows\CCM\CcmExec.exe
sigar>
sigar>
sigar>
sigar> ps "Pid.Service.eq=RpcSs"
sigar>
sigar>
sigar>

is there any workaround to support this service ?

Thanks
Punith