Display Charts

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
sheld0r
Posts: 49
Joined: Thu Jan 03, 2013 5:39 pm

Display Charts

Post by sheld0r »

I'm curious how others are displaying their charts, for example bandwidth utilization. I'd love to see my top ten high bandwidth usage server displayed on screen, and/or cycle through the various graphs. If you have a bunch of switches, with over 100+ ports how are you able to view all the charts? You would have to go and click on each one in the GUI? Their has to be a more overall view. Is something like this possible, or possibly already available? I've looked at an application called UCView to point it to Nagios, where I could set a refresh rate on the browser and display some charts this way. But that application isn't working out to well for this idea.

Basically, I want to display the various high usage stats in the NOC on various screens. This will allow for more precise monitoring and viewing of stats.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Display Charts

Post by abrist »

The biggest issue with this feature would be the relevance of the data. As the bandwidth statistics are saved to an rrd, they already are averaged once you get a week or so out. Once you start adding multiple averaged sources together, you will will have even less clarity in the data. If you are fine with the granularity of the sum of lossy averages, then it may be worth a feature request at http://tracker.nagios.com
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.
sheld0r
Posts: 49
Joined: Thu Jan 03, 2013 5:39 pm

Re: Display Charts

Post by sheld0r »

I had no idea the data starts to average out as you go further along. I was under the impression you could look at past data and make comparisons, you know build trends. Was bandwidth usage high last month as compared to this month kind of stuff. That's a bummer.

I'm surprised nobody has the need to view data changes in real times, for NOCs and monitoring centers.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Display Charts

Post by slansing »

The issue with this is then the mode you would use to store the data would be of a monumental size. RRDs are generally quite quick and efficient.
Locked