請問monitorix監控的問題 - Linux

Table of Contents

我在自己的電腦裝上了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是正確的
請問是甚麼地方設定錯誤

--

All Comments

Elma avatarElma2012-12-30
試試不設定NET_GATEWAY
Harry avatarHarry2013-01-02
謝謝~只是我拿掉Gateway還是抓不到另一張網卡的流量
Kelly avatarKelly2013-01-04
而且我不知道怎麼改的變成eth1的圖表在抓eth0的流量
Frederic avatarFrederic2013-01-06
NET_RIGID 兩個都設為0看看