[Spce-user] Unusual Network Interface name
Thilo Bangert
thilo.bangert at gmail.com
Wed Jun 20 05:30:35 EDT 2012
Hi,
Perhaps this is of help to someone:
For reasons unrelated to spce, we have non-standard network interface names.
This leads to an error in the statiscs dashboard, since the rrd file for eth0
cannot be found.
One solution is to edit the path to the correct rrd file in
/usr/share/ngcp-www-admin/lib/admin/Controller/dashboard.pm
look for
/rrd/get?path=interface/if_octets-eth0.rrd
and replace eth0 with your interface name.
Alternatively simply create a symlink, to make sure the file exists.
cd /var/lib/collectd/rrd/<hostname>/interface
sudo ln -s if_octets-e1.rrd if_octets-eth0.rrd
where e1 is the name of the interface you want to show.
kind regards
Thilo
More information about the Spce-user
mailing list