Nagios map-link throughput
-
ricardowesley
- Posts: 21
- Joined: Thu Sep 05, 2013 1:16 pm
Nagios map-link throughput
Is there any way to display individual links throughput/bandwith on the map or elsewhere? Some of my links are 10GB, 1GB, etc.
Re: Nagios map-link throughput
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.
"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
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
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
Re: Nagios map-link throughput
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
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.
"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.