I am using monit to monitor all my processes which is matched using.
check process [name] matching [process name pattern]
Monit is able to match using the pattern and "monit procmatch [process name pattern]" lists all the process.
The problem is it is not listing in the web interface, it just displays only the first process.
Is it possible to list all the process in web interface ?
How can I have start and stop commands in monit for all those processes which are matched ?
Monit only checks the first process matched by the string. If you have any way to refine the pattern to be more unique, you'll have more success. From the
monit procmatch
output...