LoginSignup
1

More than 5 years have passed since last update.

munin-nodeをインストール

Last updated at Posted at 2016-01-19

インストール

CentOS5,6,7

yum install -y epel-release.noarch
yum --enablerepo=epel -y install munin-node
chkconfig munin-node on

archLinux

pacman -Sy munin-node
munin-node-configure --suggest --shell sh 2>/dev/null
# 必要なものをlink貼る
systemctl reload munin-node
systemctl enable munin-node

Debian7

W: There is no public key available for the following key IDs:
7638D0442B90D010
W: There is no public key available for the following key IDs:
9D6D8F6BC857C906

とでた場合は以下

キーリング追加
sudo apt-get install \
  debian-keyring debian-archive-keyring
apt-get install munin-node
sudo ln -s /etc/init.d/munin-node /etc/rc2.d/S76munin-node

windows

munin.conf

port番号を4949から変更する場合はport値で指定。

/etc/munin/munin.conf
 [srv1]
     address 11.22.11.22
+    port 4444
     use_node_name yes

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1