Monitor custom linux process - out of box plugin?

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

Hi,
you can use the rule Process discovery for this:

Karl

2 Likes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.