I need to set up a sensor that shows green when an .exe is not running on a VM and then red when the .exe is launched.
Is there a good way to do this?
Article Comments
Hello Andy,
Thank you for your message.
I'm afraid that we do not have native sensor for it, excepted the WMI Process sensor. However the latter doesn't clearly monitor the status of the process.
Therefore, I recommend you to have a look at this KB article: https://helpdesk.paessler.com/en/support/solutions/articles/80550-monitor-windows-process-system-exe-throught-snmp
As mentioned in the article above, you can use the SNMP protocol to monitor the exe you desire. To do so, simply add a new SNMP Custom Table sensor, then enter the OID 1.3.6.1.2.1.25.4.2 to get the list of the softwares running.
In the list displayed, select the process you want to monitor and then select the options like on the screenshot below:

Finally, you should get the status of the service and the sensor will return an error when the process is running.

Kind regards.
Nov, 2020 - Permalink
Hello Andy,
Thank you for your message.
I'm afraid that we do not have native sensor for it, excepted the WMI Process sensor. However the latter doesn't clearly monitor the status of the process.
Therefore, I recommend you to have a look at this KB article: https://helpdesk.paessler.com/en/support/solutions/articles/80550-monitor-windows-process-system-exe-throught-snmp
As mentioned in the article above, you can use the SNMP protocol to monitor the exe you desire. To do so, simply add a new SNMP Custom Table sensor, then enter the OID 1.3.6.1.2.1.25.4.2 to get the list of the softwares running.
In the list displayed, select the process you want to monitor and then select the options like on the screenshot below:
Finally, you should get the status of the service and the sensor will return an error when the process is running.
Kind regards.
Nov, 2020 - Permalink