Public bug reported:
Binary package hint: munin-node
Interfaces can have almost arbitrary names (after all, one can easily
rename them with the iproute tool, for example). Furthermore, the syntax
of /proc/net/dev (where it looks for names) is very simple.
Solution: in if_ and if_err_, change the grep (line 96 or so) to read
egrep '^ *[^[:space:]]+:' /proc/net/dev | cut -f1 -d: |
sed 's/ //g'
** Affects: munin (Ubuntu)
Importance: Untriaged
Status: Unconfirmed
--
munin-node-configure --suggest is too picky about interface names
https://launchpad.net/bugs/55387
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs