Hi,
when i try
./check_procs -w 200 -c 300
i get an error like “System call sent warnings to stderr” an the result ist "PROCS WARNING: 108 processes"
this is the same outpus as i added the option -s RSDT.
has anybody an idea
tnx Marco
Hi,
when i try
./check_procs -w 200 -c 300
i get an error like “System call sent warnings to stderr” an the result ist "PROCS WARNING: 108 processes"
this is the same outpus as i added the option -s RSDT.
has anybody an idea
tnx Marco
I haven’t used check_procs on my local nagios box, so I just tried it and got same error as you.
So I went to my source directory:
cd /src/nagios-plugins-1.4
make clean
./configure
make
then tested plugin plugins/check_procs and got same error.
I then downloaded nagios-plugins-1.4.0alpha1 from nagiosexchange and did the same thing.
ran the check_procs check and it’s ok. So you do the same please.