Extremely High Load

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
cbroschard
Posts: 15
Joined: Wed Apr 17, 2013 10:54 am

Re: Extremely High Load

Post by cbroschard »

I just sent 2 separate pm's to you with the system profile updated as well as the config for a broken system graph.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Extremely High Load

Post by ssax »

For your disk check issue it's because the amount of datasources changed, this is the error:

RRDs::update ERROR /usr/local/nagios/share/perfdata/XXXXXX/Drive_Usage.rrd: expected 22 data source readings (got 21) from 1544627995

You can either delete the RRD file in /usr/local/nagios/share/perfdata/HOSTNAME for that service and have it be rebuilt OR you can manually remove the extra data source:

https://support.nagios.com/kb/article/n ... e-497.html
cbroschard
Posts: 15
Joined: Wed Apr 17, 2013 10:54 am

Re: Extremely High Load

Post by cbroschard »

Is there a difference in approaches? It seemed easier to just delete the files but that is not solving the issue. For example, we have a host with 4 drives. I deleted the RRD file for that check, let mrtg run over the span of 15 minutes, and it's still not showing any data. If I use rrdtool info it's showing:

ds[1].last_ds = "U"
ds[2].last_ds = "U"
ds[3].last_ds = "U"
ds[4].last_ds = "U"
ds[5].last_ds = "U"
ds[6].last_ds = "U"
ds[7].last_ds = "U"

Notice there are 7 in there and I know we only have 4 drives in the check. Is there maybe something I'm missing?
cbroschard
Posts: 15
Joined: Wed Apr 17, 2013 10:54 am

Re: Extremely High Load

Post by cbroschard »

Forget it - took a lot longer - about 35-40 minutes or so but now it's reporting again. Thanks for your help. I'm going to do the same to the rest that are broken.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Extremely High Load

Post by scottwilkerson »

cbroschard wrote:Forget it - took a lot longer - about 35-40 minutes or so but now it's reporting again. Thanks for your help. I'm going to do the same to the rest that are broken.
Glad to hear you got it working albeit taking a bit longer than expected
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked