有什么办法可以禁用一个Munin图的graph_total ? 例如, apache_processes插件会生成一个“全部”行,当有多个监视端口时,这个apache_processes变得毫无意义。 我想“总”线不被绘制。 我试过了:
apache_processes.graph_total "" apache_processes.graph_total 0 apache_processes.graph_total
在我的/etc/munin/munin.conf (主机定义下面)无济于事。
在您的munin节点上,您需要findapache_processes文件(在我们的centos安装中它位于/ usr / share / munin / plugins / apache_processes中)并注释以下行:
print "graph_total total\n";