Greetings Monit Peeps,
As a recent convert to monit, I have to say I'm happy with it.
Is there a way to have monit capture text sent to stdout and stderr
for a spawned process? I've looked through the monit manual, and
through all of the example configs on the monit site, and haven't
found what I'm looking for yet.
I've found that during the step of getting a new process into monit
(like, say, a jboss process), not being able to see the processes
stdout and stderr output is really painful.
Idealy, I'd like to be able redirect the stdout file descriptor to a
log file, and the stderr file descriptor to a different log file,
and do this for each process. For a host running 10 or 20 different
processes, this would help A LOT!
Thanks,
-dave