STATE= RSZDT

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
skinn
Posts: 5
Joined: Mon Apr 02, 2012 2:20 pm

STATE= RSZDT

Post 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
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: STATE= RSZDT

Post 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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
skinn
Posts: 5
Joined: Mon Apr 02, 2012 2:20 pm

Re: STATE= RSZDT

Post 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?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: STATE= RSZDT

Post 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?
Be sure to check out our Knowledgebase for helpful articles and solutions!
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: STATE= RSZDT

Post 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.
skinn
Posts: 5
Joined: Mon Apr 02, 2012 2:20 pm

Re: STATE= RSZDT

Post 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
You do not have the required permissions to view the files attached to this post.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: STATE= RSZDT

Post 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.
skinn
Posts: 5
Joined: Mon Apr 02, 2012 2:20 pm

Re: STATE= RSZDT

Post 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
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: STATE= RSZDT

Post 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?
You do not have the required permissions to view the files attached to this post.
skinn
Posts: 5
Joined: Mon Apr 02, 2012 2:20 pm

Re: STATE= RSZDT

Post 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
Locked