Search found 3 matches

by MacGuyInNC
Wed Mar 23, 2016 3:58 pm
Forum: Open Source Nagios Projects
Topic: check_procs ignore/exclude specific process
Replies: 6
Views: 5613

Re: check_procs ignore/exclude specific process

Alas, it doesn't appear so. Also searched for "regex" in the Exchange, but found nothing related.

I'm thinking it's just not possible. That sucks.
by MacGuyInNC
Tue Mar 22, 2016 9:50 am
Forum: Open Source Nagios Projects
Topic: check_procs ignore/exclude specific process
Replies: 6
Views: 5613

Re: check_procs ignore/exclude specific process

It kicks up quite frequently. It's a backup server, so the java process will rev up a lot. Monitoring that process won't be helpful to me, which is why I want to exclude it. I was planning on monitoring it separately to see if it cranks up to 200%, as 100% is considered relatively "normal."...
by MacGuyInNC
Mon Mar 21, 2016 4:31 pm
Forum: Open Source Nagios Projects
Topic: check_procs ignore/exclude specific process
Replies: 6
Views: 5613

check_procs ignore/exclude specific process

Hey, everyone, I have our Nagios Core server checking a remote client using NRPE. One of the commands is the following: /opt/local/libexec/nagios/check_procs -w 70 -c 90 --metric=CPU The only catch is that periodically, there is a java process that will kick up to almost 100% on a multi-core machine...