Search found 1 match

by andjelko
Tue Nov 24, 2015 11:16 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)'

Recovering ps command helped me on Ubuntu http://askubuntu.com/questions/144954/r ... ps-command
I just did:
apt-get install --reinstall procps
and that resolved my problem.