在Munin节点上,我添加了以下插件
https://github.com/ifad/munin-contrib/blob/master/plugins/network/avm-fritzbox-wan-traffic
运行munin-run
$ munin-run avm-fritzbox-wan-traffic
**Can't exec "/etc/munin/plugins/avm-fritzbox-wan-traffic": No such file or directory at /usr/share/perl5/Munin/Node/Service.pm line 263.
# FATAL: Failed to exec.**
该行是
259 my @command = grep defined, _service_command($self->{servicedir}, $service, $arg);
260 print STDERR "# About to run '", join (' ', @command), "'\n"
261 if $config->{DEBUG};
262
263 exec @command;
264 }
是否缺少运行此exec命令的模块?
以下是我的安装方式
和其他Munin-plugins在Graphs上运行良好。