Reporting
Re: Reporting
I have made the suggested chnages but it is still the same...!!!
Re: Reporting
Are you graphs beginner to populate at all (new checks)?
How many files are in the checkresults folder:
Post new tails of the logs:
How many files are in the checkresults folder:
Code: Select all
ls /usr/local/nagios/var/spool/checkresults/ | wc -lCode: Select all
tail -50 /usr/local/nagios/var/perfdata.log
tail -50 /usr/local/nagios/var/npcd.logFormer Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: Reporting
Code: Select all
ls /usr/local/nagios/var/spool/checkresults/ | wc -lLogs
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: Reporting
Neo, it does not look like the changes took effect:
Looks like you are hitting a load limit for NPCD. Your system seems to be spiking a bit, lets increase the max load to 20 and see how things go:
Change:
To:
service npcd restart
Then tail the log file again and let us know what the output is.
Be sure to restart npcd as shown above! Let us know if the log is still showing max load, as that means for some reason your changes are not taking effect.
Looks like you are hitting a load limit for NPCD. Your system seems to be spiking a bit, lets increase the max load to 20 and see how things go:
Code: Select all
vi /usr/local/nagios/etc/pnp/npcd.cfgCode: Select all
load_threshold = 10.0To:
Code: Select all
load_threshold = 20.0Then tail the log file again and let us know what the output is.
Be sure to restart npcd as shown above! Let us know if the log is still showing max load, as that means for some reason your changes are not taking effect.
Re: Reporting
I have just checked the configuration file and it is set to 30 already.I have restarted the service and will post the log file shortly.
Re: Reporting
Great. Whenever you have time.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: Reporting
Here is NPCD.log
You do not have the required permissions to view the files attached to this post.
Re: Reporting
You are still hitting max load at 30:
Additionally, could you post the output of:
Increase it more?[07-19-2013 01:55:31] NPCD: WARN: MAX load reached: load 31.400000/30.000000 at i=0
[07-19-2013 02:01:03] NPCD: WARN: MAX load reached: load 31.460000/30.000000 at i=0
[07-19-2013 02:01:18] NPCD: WARN: MAX load reached: load 39.270000/30.000000 at i=1
[07-19-2013 02:01:33] NPCD: WARN: MAX load reached: load 37.430000/30.000000 at i=1
Additionally, could you post the output of:
Code: Select all
ps -auxFormer Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: Reporting
npcd.log
Output for command ps -aux
I have made the change to npcd.cfg yesterday, I dont see any errors in the log now, however the performance graphs are still blank.
Output for command ps -aux
I have made the change to npcd.cfg yesterday, I dont see any errors in the log now, however the performance graphs are still blank.
You do not have the required permissions to view the files attached to this post.
Re: Reporting
perfdata may be backed up. What is the output of:
Code: Select all
ls /usr/local/nagios/var/spool/checkresults/ | wc -lFormer Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.