1

I have an Ubuntu 12.04 running on a VmWare ESXi. I'm trying to run munin on the Linux system to show the status of the system. But in the network tab of munin only eth0 is shown even though ifconfig shows eth0, eth1 and lo.

Are there any settings I have to change to show all ports?

enter image description here

enter image description here

1 Answer 1

2

You need to link the plugin if_err. From the munin plugin file:

This is a wildcard plugin. To monitor an interface, link if_err_<interface> to this file. E.g. ln -s /usr/share/munin/plugins/if_err_ \ /etc/munin/plugins/if_err_eth0 ...will monitor eth0. 
3
  • eth0 is already linked. And What i need is I need to see traffic details of eth1. Commented Oct 9, 2014 at 10:48
  • Also the traffic through eth1 is UDP, can that affect this?? Commented Oct 9, 2014 at 10:55
  • You need one link per interface. Commented Oct 9, 2014 at 11:16

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.