Aggregating multiple bandwidth graphs in NagiosXI

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
da1701d
Posts: 23
Joined: Tue Jun 25, 2013 3:57 pm

Aggregating multiple bandwidth graphs in NagiosXI

Post by da1701d »

We have a cacti installation running here that graphs switch ports nicely and it has a plugin that will take the switch port graphs and aggregate them into a single graph. I have already successfully configured nagios XI (using SNMP) to pull data from cisco switches and graph the ports. This cacti app is being decommissioned eventually and I need to get nagiosXI to replace it function.

What I would like to do is be able to have a way for nagiosXI to aggregate all these graphs of a single switch into a single graph. Thus, a network tech can see one graph that will be a picture of the entire switch and quickly see the highest peaks of all the ports. If anyone has figured out how to do this I would appreciate a response from you.

thanks
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Aggregating multiple bandwidth graphs in NagiosXI

Post by lmiltchev »

in general, if all of the metrics are from one service check, you should be able to craft a custom template to do the job. Read the documentation on pnp4nagios's doc website for formatting, etc.

http://docs.pnp4nagios.org/pnp-0.4/tpl

Nagios XI uses the check_command to pair templates. Separate checks will use different check_commands, so aggregating different checks on one graph may not be possible.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked