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!
Nagios don't show graph anymore
-
- Posts: 17
- Joined: Sat Apr 28, 2012 12:07 pm
Nagios don't show graph anymore
You do not have the required permissions to view the files attached to this post.
-
- Posts: 17
- Joined: Sat Apr 28, 2012 12:07 pm
Re: Nagios don't show graph anymore
I also notice in "System status" > "Performance grapher" with a red icon
-
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
Re: Nagios don't show graph anymore
Run
Once started it will take some time to catchup...
Code: Select all
service npcd stop
killall npcd
service npcd start
-
- Posts: 17
- Joined: Sat Apr 28, 2012 12:07 pm
Re: Nagios don't show graph anymore
I notice after a reboot that it was ok. what about the reasons it can be broken at a time?
thanks so much then!
thanks so much then!
-
- Former Nagios Staff
- Posts: 13589
- Joined: Mon May 23, 2011 12:15 pm
Re: Nagios don't show graph anymore
What version of Nagios XI are you using?
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
- Posts: 17
- Joined: Sat Apr 28, 2012 12:07 pm
Re: Nagios don't show graph anymore
latest: Nagios XI 2011R2.4
-
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
Re: Nagios don't show graph anymore
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
This could be increased if you have multiple processors
After changing you will need to
There is a setting in the
/usr/local/nagios/etc/pnp/npcd.cfg
Code: Select all
load_threshold = 10.0
After changing you will need to
Code: Select all
service npcd restart
-
- Posts: 17
- Joined: Sat Apr 28, 2012 12:07 pm
Re: Nagios don't show graph anymore
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
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
-
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
Re: Nagios don't show graph anymore
I just realized that your previous message said after a reboot it was fine.
Something likely stopped the npcd daemon
Something likely stopped the npcd daemon
-
- Posts: 17
- Joined: Sat Apr 28, 2012 12:07 pm
Re: Nagios don't show graph anymore
and what do u think about the reason?