Nagios map-link throughput

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
ricardowesley
Posts: 21
Joined: Thu Sep 05, 2013 1:16 pm

Nagios map-link throughput

Post by ricardowesley »

Is there any way to display individual links throughput/bandwith on the map or elsewhere? Some of my links are 10GB, 1GB, etc.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Nagios map-link throughput

Post by abrist »

Do you mean the network status map? Throughput and bandwidth are supported by snmp checks, and can be graphed using mrtg and pnp4nagios.
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.
ricardowesley
Posts: 21
Joined: Thu Sep 05, 2013 1:16 pm

Re: Nagios map-link throughput

Post by ricardowesley »

I did mean status map. How/where do I obtain the plugin for snmp checks, and/or mrtg and pnp4nagios?
Here are the three services that I have running every host configured on my Nagios.

Uptime, Port 1 Link Status, Port 1 Bandwidth Usage
--check_snmp!-C public -o sysUpTime.0
--check_command check_snmp!-C public -o ifOperStatus.1 -r 1 -m RFC1213-MIB
--check_local_mrtgtraf!/var/lib/mrtg/192.168.1.253_1.log!AVG!1000000,1000000!5000000,5000000!10
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Nagios map-link throughput

Post by abrist »

Changing the network status map requires editing of the cgi source - this can be a bit harder than editing normal html/php/etc.
Looks like you are already creating a log for the check, what you need to do is install pnp4nagios so that you can graph the information from an rrd.
http://docs.pnp4nagios.org/pnp-0.6/start
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.
Locked