首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >Munin :聚合网络流量

Munin :聚合网络流量
EN

Server Fault用户
提问于 2013-04-10 15:26:52
回答 1查看 1.6K关注 0票数 1

我在我的3台服务器上默认配置了munin节点,我想要创建一个显示总输出带宽的概要图。

下面是我在minin.conf所做的工作:

代码语言:javascript
运行
复制
[example.com;aggregation]
   update no
   total_bandwidth.graph_title Aggregated bandwidth
   total_bandwidth.upload.label upload
   total_bandwidth.upload.sum \
   serv1.example.com:if_eth0:up \
   serv2.example.com:if_eth0:up \
   serv3.example.com:if_eth0:up

但它不起作用,我只得到破碎的图像,而不是图表。在munin-graph.log中:

代码语言:javascript
运行
复制
[RRD ERROR] Unable to graph /var/www/munin/example.com/aggregation/total_bandwidth-month.png : opening '': No such file or directory

编辑:

http://waste.mandragor.org/munin_教程/munin.html之后,我已经尝试过,wich不能更好地工作:

代码语言:javascript
运行
复制
[example.com;aggregation]
   update no

   total_bandwidth.graph_title Our total bandwidth

   total_bandwidth.out.sum example.com;serv1.example.com:if_eth0:up example.com;serv2.example.com:if_eth0:up
   total_bandwidth.out.draw STACK
   total_bandwidth.out.label Out bandwidth

   total_bandwidth.in.sum example.com;serv1.example.com:if_eth0:down example.com;serv2.example.com:if_eth0:down
   total_bandwidth.in.draw STACK
   total_bandwidth.in.label In bandwidth
EN

回答 1

Server Fault用户

回答已采纳

发布于 2013-12-23 21:02:40

只需用if_eth0:down替换if_eth0.down即可。

票数 1
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/498079

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档