我刚刚在Ubuntu 12.04上安装了Munin。我以前曾在运行10.04的另一台计算机上使用过它,并且它具有漂亮的内存图。由于某种原因,它没有出现在我的新安装中。有什么想法在哪里看?

最佳答案

好,知道了。 / usr / share / munin / plugins中有大量的插件。我跑了:

ln -s /usr/share/munin/plugins/memory memory
sudo restart munin-node


马上出现。

关于linux - Munin内存图丢失,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/10958870/

10-10 18:24