Page 1 of 2

STATE= RSZDT

Posted: Tue Sep 04, 2012 8:33 am
by skinn
Service: Total Processes
Host: Nagios XI
Address: 127.0.0.1
State: WARNING
Info:
PROCS WARNING: 255 processes with STATE = RSZDT
Date/Time: 2012-09-04 09:23:50

How can I get rid of this alarm and what is causing it

Re: STATE= RSZDT

Posted: Tue Sep 04, 2012 11:06 am
by lmiltchev
It checks for the number of processes on localhost. You may have values of -w 100 -c 500, so 255 processes gives you a warning. Go to the Core Config Manager->Services->find "Total Processes" on localhost->Modify->change $ARG1$ to 350 (for example) and click on "Save", and "Apply Configuration". The warning will disappear.

Hope this helps.

Re: STATE= RSZDT

Posted: Wed Sep 05, 2012 1:36 pm
by skinn
lmiltchev wrote:It checks for the number of processes on localhost. You may have values of -w 100 -c 500, so 255 processes gives you a warning. Go to the Core Config Manager->Services->find "Total Processes" on localhost->Modify->change $ARG1$ to 350 (for example) and click on "Save", and "Apply Configuration". The warning will disappear.

Hope this helps.
I am now getting--- Critical
NRPE: Command '500' not defined-any idea?

Re: STATE= RSZDT

Posted: Wed Sep 05, 2012 3:35 pm
by lmiltchev
Are you monitoring localhost via NRPE? You have host "Nagios XI" with IP address of 127.0.0.1... Not sure what is the deal.

Could you, please, go to the Core Config Manager->Services->Total Processes->click on "Modify" and send us a screenshot of this page?

Re: STATE= RSZDT

Posted: Wed Sep 05, 2012 3:39 pm
by slansing
Under Service Management for "Total Processes" you would only change the critical value as lmitlchev suggested, this is generally located under $ARG2$.

In the default case the definition is:

Code: Select all

-a '-w 150 -c 250'
The change you would make is this:

Code: Select all

-a '-w 150 -c 500'
Then save, and apply configuration.

Re: STATE= RSZDT

Posted: Wed Sep 05, 2012 3:56 pm
by skinn
lmiltchev wrote:Are you monitoring localhost via NRPE? You have host "Nagios XI" with IP address of 127.0.0.1... Not sure what is the deal.

Could you, please, go to the Core Config Manager->Services->Total Processes->click on "Modify" and send us a screenshot of this page?
see attached screenshot
thanks
steve

Re: STATE= RSZDT

Posted: Wed Sep 05, 2012 4:12 pm
by slansing
Replace the $ARG1$ field with:

Code: Select all

check_procs
and in the $ARG2$ field:

Code: Select all

-a '-w 150 -c 500'
NRPE is a remote plugin executor, the plugin you are executing for this check is check_procs so it must be defined as such in the argument field.

Re: STATE= RSZDT

Posted: Wed Sep 05, 2012 4:44 pm
by skinn
slansing wrote:Replace the $ARG1$ field with:

Code: Select all

check_procs
and in the $ARG2$ field:

Code: Select all

-a '-w 150 -c 500'
NRPE is a remote plugin executor, the plugin you are executing for this check is check_procs so it must be defined as such in the argument field.
Ok-I changed the above and the below is what I get now-the only I didn't change is field code: select all can't find it

Service: Total Processes
Host: www-Server
Address: 69.89.250.56
State: UNKNOWN
Info:
CHECK_NRPE: Received 0 bytes from daemon. Check the remote server logs for error messages.
Date/Time: 2012-09-05 17:26:08

Re: STATE= RSZDT

Posted: Wed Sep 05, 2012 5:01 pm
by slansing
So your settings look similar to those of the ones in the attachment I added correct? Of course with the addition of a Config Name.

From your first message it looks as though you were trying to monitor your local machine. Are you attempting to monitor a remote machine?

Re: STATE= RSZDT

Posted: Fri Sep 07, 2012 10:50 am
by skinn
slansing wrote:So your settings look similar to those of the ones in the attachment I added correct? Of course with the addition of a Config Name.

From your first message it looks as though you were trying to monitor your local machine. Are you attempting to monitor a remote machine?
setting look identical-it is our local amchine