PROCS CRITICAL: processes with STATE = RSZDT

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
btemple
Posts: 183
Joined: Fri Nov 08, 2013 9:30 am

PROCS CRITICAL: processes with STATE = RSZDT

Post by btemple »

We just migrated from some suspect hardware to overcome significant load issues. Everything is running significantly better but I am now receiving this notification. Not sure where to start looking ?

PROCS CRITICAL: 424 processes with STATE = RSZDT

I have the default settings on the check 250 w 400 c

thanks

Brian
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: PROCS CRITICAL: processes with STATE = RSZDT

Post by lmiltchev »

You have a critical threshold set at 400 and you have 424 processes running, so the "CRITICAL" state is perfectly normal. Check to see why you have so many processes running on your system. Did you install XI on a "clean" system, minimal install with nothing else running on it? Are you running gnome? If this number of processes is normal for your environment, you can increase the thresholds.

Go to the Core Config Manager->Services->select "localhost" from the drop-down menu->click on "Total Processes", modify the values for the warning and critical thresholds in $ARG1$ and $ARG2$ fields, save and apply configuration.
Be sure to check out our Knowledgebase for helpful articles and solutions!
btemple
Posts: 183
Joined: Fri Nov 08, 2013 9:30 am

Re: PROCS CRITICAL: processes with STATE = RSZDT

Post by btemple »

I should have been more specific. We installed a base install and did a restore from the old hardware. We were not getting the high process notifications before the upgrade which is why I assumed it was high. Easy enough to change the threshold I just was concerned about the change.
btemple
Posts: 183
Joined: Fri Nov 08, 2013 9:30 am

Re: PROCS CRITICAL: processes with STATE = RSZDT

Post by btemple »

Gnome does not appear to be installed
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: PROCS CRITICAL: processes with STATE = RSZDT

Post by lmiltchev »

Was your "old" XI installed on the same OS/distro/architecture? Did you check what processes are currently running on your system?

Code: Select all

ps -ef
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked