在 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 插件可以很好地与 Graphs 配合使用。