I am currently using Epops to monitoring windows service and linux process uptime
We have noticed that when an alert is generated the device name, ie. VMname is not included in the alert
We decided to use sigar, PTQL operators, to pull the device name , but we are finding that sigar doesn't work too well with windows, For linux works perfect, but windows not so much
We tried several options
State.Name.eq=snmp,Env.COMPUTERNAME.eq=servername
State.Name.eq=SNMP,Env.COMPUTERNAME.eq=servername
Pid.Service.eq=snmp,Env.COMPUTERNAME.eq=servername
Each time the servername is populated but epops cant find snmp or what service we are trying
IF anyone has an way of populating the vm name in an Object is not available alert would love to hear