I want my nodes' eth0 and eth1 traffic side by side in a single munin graph, like I have for load. I can't find the variable names for eth0 and eth1. For load it's myserver.com:load.load
Any ideas?
Thanks
I want my nodes' eth0 and eth1 traffic side by side in a single munin graph, like I have for load. I can't find the variable names for eth0 and eth1. For load it's myserver.com:load.load
Any ideas?
Thanks
I think it's probably
if_1
andif_2
, andif_err_1
and ifif_err_2
respectively for error traffic.Have a look at what it's symlinked as in
/etc/munin/plugins
or runecho fetch|nc localhost 4949
and see what the plugin names return as like that.