Re: [Nagios-users] Monitoring which user is running a service/process

2008-10-31 Thread Kenneth Holter
'/usr/local/bin/perl' -u root > > Warning alert if > 10 processes with command arguments containing > >'/usr/local/bin/perl' and owned by root > > > > check_procs -w 5 -c 10 --metric=VSZ > >Alert if vsz of any processes o

Re: [Nagios-users] Monitoring which user is running a service/process

2008-10-10 Thread Aaron Segura
] Sent: Friday, October 10, 2008 8:18 AM To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] Monitoring which user is running a service/process Hello all. I have some processes that are meant to be run by user A, but are often (for some human error reason)

[Nagios-users] Monitoring which user is running a service/process

2008-10-10 Thread Kenneth Holter
Hello all. I have some processes that are meant to be run by user A, but are often (for some human error reason) run by the root user. Is there a way to set up Nagios to alert me whenever this happens? Regards, Kenneth Holter -