我在自己的電腦裝上了Monitorix的監控軟體
但是在網卡的部分一直沒設定完成
有兩張網卡eth0 與eth1
在/etc/monitorix.conf中我的net graph設定如下
our @NET_LIST = (
"eth0",
"eth1",
);
our @NET_DESC = (
"FastEthernet LAN",
"FastEthernet LAN",
);
our @NET_RIGID = (
"2",
"2",
);
our @NET_LIMIT = (
"10000000",
"10000000",
);
our $NET_GATEWAY = "eth0";
圖表雖然有出現eth1但是完全不是正確的流量
不過eth0是正確的
請問是甚麼地方設定錯誤
--
但是在網卡的部分一直沒設定完成
有兩張網卡eth0 與eth1
在/etc/monitorix.conf中我的net graph設定如下
our @NET_LIST = (
"eth0",
"eth1",
);
our @NET_DESC = (
"FastEthernet LAN",
"FastEthernet LAN",
);
our @NET_RIGID = (
"2",
"2",
);
our @NET_LIMIT = (
"10000000",
"10000000",
);
our $NET_GATEWAY = "eth0";
圖表雖然有出現eth1但是完全不是正確的流量
不過eth0是正確的
請問是甚麼地方設定錯誤
--
All Comments