Search found 8 matches

by Banzai
Wed Feb 05, 2014 11:05 am
Forum: Open Source Nagios Projects
Topic: check_procs error 'unsupported option (BSD syntax)'
Replies: 18
Views: 17866

Re: check_procs error 'unsupported option (BSD syntax)'

Good News Friends! I moved the check_procs from compile directory to /usr/lib/nagios/plugins and it works perfectly. Now I can can control the machines by a separate nagios server. :D Cool thing and a create work and many many thanks to all nagios-supporters! Problem solved with "little help fr...
by Banzai
Wed Feb 05, 2014 9:14 am
Forum: Open Source Nagios Projects
Topic: check_procs error 'unsupported option (BSD syntax)'
Replies: 18
Views: 17866

Re: check_procs error 'unsupported option (BSD syntax)'

Thanks @abrist for your investigation. I really dont know, what is messy around my systems, because I installed from a image default by my provider. Think they using standard openSuSe repositories. I'm playing around with the source code of "check_proc". So I first 'mark' the error printf ...
by Banzai
Tue Feb 04, 2014 1:54 am
Forum: Open Source Nagios Projects
Topic: check_procs error 'unsupported option (BSD syntax)'
Replies: 18
Views: 17866

Re: check_procs error 'unsupported option (BSD syntax)'

Think it's openSuse:

openSUSE 11.4 „Celadon“
openSUSE 12.2 "Mantis"
openSUSE 12.3 "Dartmouth"

ThxIA
by Banzai
Mon Feb 03, 2014 2:33 am
Forum: Open Source Nagios Projects
Topic: check_procs error 'unsupported option (BSD syntax)'
Replies: 18
Views: 17866

Re: check_procs error 'unsupported option (BSD syntax)'

@abrist I try the command as you post: # ps -ewo 'stat uid ppid vsz rss pcpu comm args' error: unsupported option (BSD syntax) Usage: libp [options] Try 'libp --help <simple|list|output|threads|misc|all>' or 'libp --help <s|l|o|t|m|a>' for additional help text. For more details see ps(1). But this g...
by Banzai
Fri Jan 31, 2014 3:30 am
Forum: Open Source Nagios Projects
Topic: check_procs error 'unsupported option (BSD syntax)'
Replies: 18
Views: 17866

Re: check_procs error 'unsupported option (BSD syntax)'

Thank you abrist. Here now the results for "ps -get me the damn version": 11.4 # ps -V # ps -v warning: bad ps syntax, perhaps a bogus '-'? See http://gitorious.org/procps/procps/blobs/master/Documentation/FAQ PID TTY STAT TIME MAJFL TRS DRS RSS %MEM COMMAND 519 tty1 Ss+ 0:00 1 26 12601 65...
by Banzai
Thu Jan 30, 2014 2:48 am
Forum: Open Source Nagios Projects
Topic: check_procs error 'unsupported option (BSD syntax)'
Replies: 18
Views: 17866

Re: check_procs error 'unsupported option (BSD syntax)'

Hello, @abrist thank you for reply. I try on all 3 systems the ps syntax, with and without the hyphen by 'axwo', as you suggest. First on the 12.2:: ps axwo 'stat comm vsz rss user uid pid ppid args' error: unsupported option (BSD syntax) Usage: libp [options] Try 'libp --help <simple|list|output|th...
by Banzai
Wed Jan 29, 2014 3:12 am
Forum: Open Source Nagios Projects
Topic: check_procs error 'unsupported option (BSD syntax)'
Replies: 18
Views: 17866

Re: check_procs error 'unsupported option (BSD syntax)'

Hello, thx @abrist for this quick reply. I have downloaded, setup (must install automake/autoconf first), configure and compile on the 12.2 and 11.4 system. On 12.2 it looks like a successful compile and the "check_proc" test: ./plugins/check_procs -w 5 -c 10 --metric=CPU System call sent ...
by Banzai
Tue Jan 28, 2014 5:35 am
Forum: Open Source Nagios Projects
Topic: check_procs error 'unsupported option (BSD syntax)'
Replies: 18
Views: 17866

check_procs error 'unsupported option (BSD syntax)'

Hello Community, I search the net a couple of days, not really find a solution or hint to solve my problem. Looks like, nobody else got this problem. I have install nagios core via YAST on a SuSe 12.3 and it works fine. So i tried to check two of our linux server with different kernel versions (SuSe...