ForumsHelpHow to configure AlertMonitor software monitoring for a custom app?

How to configure AlertMonitor software monitoring for a custom app?

SOC_Analyst_Jay 6/6/2025 USER

We have a proprietary medical records app that runs as a Windows service. I need AlertMonitor to verify it's installed and running, and repair it if it stops.

The app installs to C:\Program Files\MedRec\MedRecService.exe and registers as a service called "MedRecSvc".

What's the best verification method to use? Service check? Process check? Or something else?

MS
MSP_Tech_Dylan6/7/2025

For a Windows service, use the Service Check method. Set the service name to MedRecSvc, verification = "service is running", and repair action = "restart service." Works great for our LOB apps.

CR
Crypto_Miner_Watch_Pat6/8/2025

I'd add a secondary check too — use the Process Check to verify MedRecService.exe is actually consuming resources (not just registered). Sometimes a service shows "running" but the process is hung at 0% CPU.

IN
Incident_Cmdr_Tanya6/8/2025

Good call on the dual check. We do Service + HTTP health endpoint for our custom apps. If the app exposes any kind of status endpoint, that's the gold standard.

Verified Access Required

To maintain the integrity of our intelligence feeds, only verified partners and security professionals can post replies.

Request Access

Thread Stats

Created6/6/2025
Last Active6/7/2025
Replies3
Views6,918