Monitor Linux Processes (via SSH)
Hello,
In our current monitoring tool we monitoring Linux processe profiles using a Regex expression to match one or more.
Example, we've a profile that will look into processes that contain /.*OpswiseAgent.*/ in their cmdline path.
Once those are running, the probe picks them automatically and monitors their state (not actually having the PID in mind because that might change).
In LM we would also not rely on PID since it might change (in terms of wildvalue).There can be also more that 1 process (with diff PIDs) running with the same exact cmdline (therefore it needs to pick those in diff. instances).
I'm just unsure how to have a working solution having in mind all of this (unique wildvalue & wildalias).
Can anyone assist here perhaps?
Regards,