Nagios don't show graph anymore

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
jnash
Posts: 17
Joined: Sat Apr 28, 2012 12:07 pm

Nagios don't show graph anymore

Post by jnash »

Hi,
i noticed from a couple of days, nagiosxi show the relative graph but empty only. so i don't have any yellow tracking on it. as shown in attachment.
i installed nagiosxi as my first time and for firstly two days it show graph correctly but then i configure other services on it and now nothing was shown.

can somebody show me the way to correct it?
if u need some configuration just ask me and i will provide.
thanks a lot!
You do not have the required permissions to view the files attached to this post.
jnash
Posts: 17
Joined: Sat Apr 28, 2012 12:07 pm

Re: Nagios don't show graph anymore

Post by jnash »

I also notice in "System status" > "Performance grapher" with a red icon
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises

Re: Nagios don't show graph anymore

Post by scottwilkerson »

Run

Code: Select all

service npcd stop
killall npcd
service npcd start
Once started it will take some time to catchup...
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
jnash
Posts: 17
Joined: Sat Apr 28, 2012 12:07 pm

Re: Nagios don't show graph anymore

Post by jnash »

I notice after a reboot that it was ok. what about the reasons it can be broken at a time?
thanks so much then!
User avatar
lmiltchev
Former Nagios Staff
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Nagios don't show graph anymore

Post by lmiltchev »

What version of Nagios XI are you using?
Be sure to check out our Knowledgebase for helpful articles and solutions!
jnash
Posts: 17
Joined: Sat Apr 28, 2012 12:07 pm

Re: Nagios don't show graph anymore

Post by jnash »

latest: Nagios XI 2011R2.4
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises

Re: Nagios don't show graph anymore

Post by scottwilkerson »

What type of load does this machine have? Is it over 10?

There is a setting in the
/usr/local/nagios/etc/pnp/npcd.cfg

Code: Select all

load_threshold = 10.0
This could be increased if you have multiple processors

After changing you will need to

Code: Select all

service npcd restart
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
jnash
Posts: 17
Joined: Sat Apr 28, 2012 12:07 pm

Re: Nagios don't show graph anymore

Post by jnash »

Hi scottwilkerson,
thanks for your answer. no the server is running nagiosxi only and load is <1 just rarely 2,5. so maybe it's not that reason.
any different idea?

thanks
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises

Re: Nagios don't show graph anymore

Post by scottwilkerson »

I just realized that your previous message said after a reboot it was fine.

Something likely stopped the npcd daemon
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
jnash
Posts: 17
Joined: Sat Apr 28, 2012 12:07 pm

Re: Nagios don't show graph anymore

Post by jnash »

and what do u think about the reason?