Hello, Id like to monitor a custom process on a linux agent, lets say I want to alert if process that matches this condition is down,
ps -ef | grep “python3 -m http.server 8300”
is there an out of box rule or plugin that does this? Do I need to write a custom bash plugin?
something that can grep for process name, or by PID file?
thanks
