具体安装过程见附件,我只记录了我安装遇到的问题和解决办法
在配置mrtg.cfg的过程中
perl cfgmaker public@x.x.x.x --global "workdir: D:\web\mrtg" --output mrtg.cfg
出现Bareword "P-DETACH" not allowed while "strict subs" in use "一个路径" line 49
解决办法
找到路径的那个文件
查找删除你文件中的下面这一行:
use strict; 这个位置增加下面一行: use Net::Config; ok
转载于:https://blog.51cto.com/singlegod/524993