I use pnp4nagios for graphing of services, but I always seem to trip up when using Nagios Core to try and monitor traffic passing through switch interfaces.
I've tried a number of plugins but these particular type of checks seem more difficult to accomplish in Nagios Core than other checks like monitoring disk usage, windows services, etc.
I have played with Check_MK, which is a great plugin and makes inventory & graphing of specific switch ports easy, but I would rather stick with Nagios Core where possible.
Is there a plugin for Core that will do an snmpwalk of a switch and let me choose the interfaces I want to monitor, let me set the W/C limits and start creating RRDs so that I can monitor switch ports easier? I appreciate this is an XI feature so it may not exist - however if someone could point me in the right direction to create these checks manually I would certainly appreciate it.
Ideally what I want to do for selected switch ports is - Monitor up/down status and bandwidth (so that it shows the current in/out in mbps as part of the service check result) and then be able to click to view the graphed data in pnp4nagios. Essentially...just like what Check_MK does, but natively in Nagios Core.
Many thanks