|
From: | Russell Simpkins |
Subject: | Re: Check process inside screen terminal |
Date: | Mon, 16 May 2016 11:34:33 -0400 |
Hello all,
I have a little server running some services that I monitor with
Monit, it really work great.
Now I have rtorrent service running, but the problem is that it is
executed inside screen terminal:
https://raw.githubusercontent.com/mjsilva/rtorrent-screen-debian-init-script/master/rtorrent
So I have this:
# ps -e | grep rtorrent
22292 pts/1 00:44:39 rtorrent
# ps -e | grep screen
22291 ? 00:00:06 screen
# cat /var/run/rtorrent.pid
22291
So the PID is associated with screen, not with rtorrent.
How could I manage this situation?
I will really appreciate your help, best regards.
--
Josu Lazkano
--
To unsubscribe:
https://lists.nongnu.org/mailman/listinfo/monit-general
[Prev in Thread] | Current Thread | [Next in Thread] |