cacti 32bit 跟 64bit 問題已解決...
不過又有新的問題?我朋友的公司流量可真大 ...
Gigaethernet 流量竟然超過 800M 超過 800M 的圖形又怪怪了 ..
還好有 Google 也找到解決方式 :
http://linux.chinaunix.net/jh/4/594019.html
已經 Create 出來的圖可連到機器中直接修改 rrd 參數即可
切換到 cacti 的 rrd 目錄
#cd /usr/local/www/data-dist/cacti/rra/
查看 maximum 的值
#rrdtool info ntut_idv_tw_traffic_in_178.rrd
ds[traffic_in].min = 0.0000000000e+00
ds[traffic_in].max = 1.0000000000e+08
直接下指令修改 cacti 的 maximum 值
#rrdtool tune ntut_idv_tw_traffic_in_178.rrd --maximum traffic_in:1.2500000000e+08
若是還沒 Create 出來的圖可以重 Browse 上修改
Console > Data Templates > Interface - Traffic > Maximum Value
Gigaethernet 流量竟然超過 800M 超過 800M 的圖形又怪怪了 ..
還好有 Google 也找到解決方式 :
http://linux.chinaunix.net/jh/4/594019.html
已經 Create 出來的圖可連到機器中直接修改 rrd 參數即可
切換到 cacti 的 rrd 目錄
#cd /usr/local/www/data-dist/cacti/rra/
查看 maximum 的值
#rrdtool info ntut_idv_tw_traffic_in_178.rrd
ds[traffic_in].min = 0.0000000000e+00
ds[traffic_in].max = 1.0000000000e+08
直接下指令修改 cacti 的 maximum 值
#rrdtool tune ntut_idv_tw_traffic_in_178.rrd --maximum traffic_in:1.2500000000e+08
若是還沒 Create 出來的圖可以重 Browse 上修改
Console > Data Templates > Interface - Traffic > Maximum Value

