Munin Service.pm第263行错误

时间:2015-01-01 18:05:53

标签: perl munin

在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命令的模块?

以下是我的安装方式

http://www.wombat.ch/index.php?option=com_content&view=article&id=9484:munin-node-avm-fritzbox-monitoren&catid=64:munin&Itemid=101

和其他Munin-plugins在Graphs上运行良好。

0 个答案:

没有答案