Re: [Nagios-users] Monitoring clamd.amavisd

2011-10-19 Thread Alex
Hi, >> I'm checking remote clamd.amavisd processes using check_clamd & nrpe via >> the following: >> >> On the remote servers in /etc/nagios/nrpe.cfg: >> >> command[check_clamd]=/usr/lib/nagios/plugins/check_clamd -H >> /var/run/clamd/clamd.sock >> >> Then from the nagios server defining a service

Re: [Nagios-users] Monitoring clamd.amavisd

2011-10-19 Thread Alex
Hi, >> However, the process is there: >> >> # ps ax|grep clam >>   1066 ?        Ssl    1:13 clamd.amavisd -c /etc/clamd.d/amavisd.conf >> --pid /var/run/clamd.amavisd/clamd.pid >> > > Alex > > I'm checking remote clamd.amavisd processes using check_clamd & nrpe via > the following: > > On the rem

Re: [Nagios-users] Monitoring clamd.amavisd

2011-10-19 Thread Alan Munday
Alex wrote the following on 19/10/11 06:38: > Hi, > > I need to monitor the clamd.amavisd binary, but having difficulty with > the check_procs command. When using the following check_procs, it > isn't able to identify any running processes: > > # /usr/lib64/nagios/plugins/check_procs -w 1: -c 1: -C

Re: [Nagios-users] Monitoring clamd.amavisd

2011-10-19 Thread Richard Clark
On Wed, Oct 19, 2011 at 01:38:10AM -0400, Alex wrote: > Hi, > > I need to monitor the clamd.amavisd binary, but having difficulty with > the check_procs command. When using the following check_procs, it > isn't able to identify any running processes: > > # /usr/lib64/nagios/plugins/check_procs -w

Re: [Nagios-users] Monitoring clamd.amavisd

2011-10-18 Thread Joerg Linge
Am 19.10.2011 um 07:38 schrieb Alex: > Hi, Hi Alex > I need to monitor the clamd.amavisd binary, but having difficulty with > the check_procs command. When using the following check_procs, it > isn't able to identify any running processes: > > # /usr/lib64/nagios/plugins/check_procs -w 1: -c 1

[Nagios-users] Monitoring clamd.amavisd

2011-10-18 Thread Alex
Hi, I need to monitor the clamd.amavisd binary, but having difficulty with the check_procs command. When using the following check_procs, it isn't able to identify any running processes: # /usr/lib64/nagios/plugins/check_procs -w 1: -c 1: -C clamd.amavisd -u amavis PROCS CRITICAL: 0 processes wit