PROC test question
list Marco Pizzoli
Hi all, I am a hobbit newby. I have a question about the PROC test: is there a way to define a test about the presence of a particular proc executed by a particular user? I'm in a situation where I have some daemons that could be started by a lot of (machine)users and so I would like to check the user the proc run as. Thanks in advance Marco
list Henrik Størner
▸
On Wed, Apr 05, 2006 at 12:37:04PM +0200, Marco Pizzoli wrote:
I have a question about the PROC test: is there a way to define a test about the presence of a particular proc executed by a particular user? I'm in a situation where I have some daemons that could be started by a lot of (machine)users and so I would like to check the user the proc run as.
Not with the current code. It will only check for the presence of a certain process, not who is running it. It's a possible enhancement, though. Regards, Henrik
list Werner Michels
Temporarly you could use an alternative of creating sym links for the program based on the username. Like, for a programa "progX" started by user userB, it could start a symlink called progX_userB and so you can test it fine on hobbbit proc test. At Werner
▸
----------------------- Original Message -----------------------
From: user-ce4a2c883f75@xymon.invalid (Henrik Stoerner)
To: user-ae9b8668bcde@xymon.invalid
Date: Mon, 29 May 2006 13:51:35 +0200
Subject: Re: [hobbit] PROC test question
----
On Wed, Apr 05, 2006 at 12:37:04PM +0200, Marco Pizzoli wrote:I have a question about the PROC test: is there a way to define a test about the presence of a particular proc executed by a particular user? I'm in a situation where I have some daemons that could be started by a lot of (machine)users and so I would like to check the user the proc run as.Not with the current code. It will only check for the presence of a certain process, not who is running it. It's a possible enhancement, though. Regards, Henrik
E-mail classificado pelo Identificador de Spam Inteligente Terra. Para alterar a categoria classificada, visite http://mail.terra.com.br/protected_email/imail/imail.cgi?+_u=wmlistas&_l=1,1148903524.428598.24918.tulear.hst.terra.com.br,2585,Des15,Des15
list Peter Welter
Hello Henrik, I found the following mail and was wondering if this is possible in the (near) future in my favourite monitoring tool, Xymon. It would be a welcome feature for 4.3 or 4.4?! Kind regards, Peter 2006/5/29 Henrik Stoerner <user-ce4a2c883f75@xymon.invalid>
▸
On Wed, Apr 05, 2006 at 12:37:04PM +0200, Marco Pizzoli wrote:I have a question about the PROC test: is there a way to define a test about the presence of a particular proc executed by a particular user?Not with the current code. It will only check for the presence of a certain process, not who is running it. It's a possible enhancement, though.