Answers:
对于Raspbian,到目前为止,这已经让我开始:
Raspberry Pi在192.168.1.22
Munin服务器上192.168.1.8
以RPi为根
# apt-get install munin-node
# munin-node-configure --suggest --shell
编辑/etc/munin/munin-node.conf。在这条线下
allow ^127\.0\.0\.1$
为munin服务器添加条目
allow ^192.168.1.8$
现在,您需要告诉服务器寻找该节点,在服务器上编辑/etc/munin/munin.conf。为RPi添加一个条目
[RPi.localdomain]
address 192.168.1.22
use_node_name yes