我正在尝试启用对Munin的JMX监控。from "plugin" folder must be copied to /usr/share/munin/plugins (or another - where your munin pluginsfrom the /etc/munin/plugins folder to the /usr/share/munin/plugins
我最近在我的(基于Fedora)服务器上安装了munin。现在,我想获取静态目录中的所有图形(应用程序运行在Django上)。因此,我通过将\etc\munin\munin.conf设置为我的静态文件夹的绝对路径来编辑文件htmldir。因此,我更改了用户,并尝试以munin作为用户运行相同的用户。/share/perl5/vendor_perl/Munin/Master/HTMLOld.pm line 716.Please run it as
我编写了自己的简单munin节点实现,但无法在munin的主(2.0.33-1)上显示。munin.conf配置: address 192.167.0.21 port 19270所有这些都是在穆宁更新时正常处理的。在munin-update.log中没有错误。创建相应的rrd文件并使用正确的值进行更新(用rrdtool检查)。munin</
我最近在我的(基于Fedora12的)服务器上安装了munin。现在,我想获取静态目录中的所有图形(应用程序运行在Django上)。因此,我通过将/etc/munin/munin.conf设置为我的静态文件夹的绝对路径来编辑文件htmldir。因此,我更改了用户,并尝试以用户身份运行munin。Please run it as user 'munin'.我的munin版本是2.0.16。