Ideas on how to monitor an agentless program

Greetings all,

Trying to determine how to create a property that will tell me if a Program is running/working/installed on systems. The problem is that this program is agentless, it uses WMI and Windows networking to send events. The program I am trying to determine if running on systems is “VERIATO” log manager.

VERIATO uses a SQL Database. My initial thought was to write a property to get the system names from, but in doing so I have heard the schema can change between releases and make the query go invalid.

If anyone has and idea/way this can be accomplished… please let me know.

Thanks

So usually an agent less toolset will leave some sort of footprint. I would advise watching for the process and checking out if it leaves remnants in the directory the process ran in OR in the registry.

I have never dealt with Veriatio.