Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经安装了 Cacti,当我运行 poller.php 时,它给了我以下错误:
sh: /rrdtool: No such file or directory
我已将其跟踪到以下代码:
$command = '/usr/bin/rrdtool' . " - "; $rrd_struc["fd"] = popen($command, "w");
这里可能是什么问题?
如果有人偶然发现这一点,请检查您的安全模式是否已关闭。