I am working on a projekt with nagios server and remote offices. The nagios server has access to the remote offices. But they are still in different subnet. Alerts /notification are made by nagios and graphical output/statistic with Munin.
I need to able to get information about the bandwidth in both direction. From office to server and server to office. That information should be saved as well in munin's RRD.
I should not use NRPE. I have a dedicated mini computer that connects to the router of that remote offices and collects data from that network.
I cant find a documentation on the check_iperf. I am kind of struggle how to edit it . Can I add options like the normal iperf like --tradeoff etc. for the bidirectional measurement?
My idea is to set the mini computer on iperf -s but in daemon mode and nagios will have every 10 mins. Intervall checks of the remote offices. That information should be saved on a file or something that Munin can use for his RRD etc.
Any idea it works like I think or I am completely wrong with that ?