Plotting points on a metric graph

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
ejlorson
Posts: 27
Joined: Thu Jul 27, 2017 6:55 am

Plotting points on a metric graph

Post by ejlorson »

I am running Nagios XI 5.4.8. In this situation I am polling for metrics with SNMP and getting SNMP traps.

I have system TEST. I am polling for system load and receiving SNMP traps for this system, and can see the graphs of system load and the latest trap in Service Status.

For system TEST need to create a graph of the 5 minute system load metric and overlay it with the date/time of each trap alert. The goal is to visually identify the system load for each incoming trap. Is there a way to create such a graph in Nagios XI, or do I have to use another tool?

Or is there another method of associating this data that I am not aware of?

Thanks,
Eric
User avatar
tacolover101
Posts: 432
Joined: Mon Apr 10, 2017 11:55 am

Re: Plotting points on a metric graph

Post by tacolover101 »

For visualization around traps, you may want to think about sending them.to NLS. (Or forwarding them)

The reason being is NLS will allow you to work with / manipulate the data as you please.
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Plotting points on a metric graph

Post by dwhitfield »

Thanks @tacolover101!

You might also want to look at Cacti: https://assets.nagios.com/downloads/nag ... ide_XI.pdf
ejlorson
Posts: 27
Joined: Thu Jul 27, 2017 6:55 am

Re: Plotting points on a metric graph

Post by ejlorson »

Thanks to both of you. We are committed to splunk at my work so adding another log server probably won't be an option.

Cacti looks like it will give me the graphing flexibility I am looking for. Can you recommend a plugin for this?

Thanks,
Eric
kyang

Re: Plotting points on a metric graph

Post by kyang »

Depends on what you're looking for, but searching the Nagios Exchange there seems to be a few out there.

https://exchange.nagios.org/directory/Search/1/cacti

Let us know if you have any more questions.
ejlorson
Posts: 27
Joined: Thu Jul 27, 2017 6:55 am

Re: Plotting points on a metric graph

Post by ejlorson »

After looking at cacti I don't think it is what we need. It seems to want to talk SNMP to our hosts - during the install it is trying to change snmpd so it will let cacti make queries. We just need something to graph the data we already have in Nagios better. Also, It does not support SNMPv3 from what I can see, which is a dealbreaker for any SNMP tool we use.

What other options are there for graphing the data I already have in the Nagios DB?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Plotting points on a metric graph

Post by scottwilkerson »

ejlorson wrote:What other options are there for graphing the data I already have in the Nagios DB?
Just want to clarify something here, Nagios XI does not store performance data in a DB. The data is stored in Round Robin Database (RRD) files and if you find a solution that does it better than Nagios XI already does, we would like to know about it!

There are a few options to graph out of RRD files, but IMO Nagios XI does the graphing better using highcharts.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked