在rhel4-32上安装Munin

# cat /proc/version > Linux version 2.6.9-023stab048.6-enterprise (root@rhel4-32) (gcc version 3.4.5 20051201 (Red Hat 3.4.5-2)) #1 SMP Mon Nov 17 19:09:18 MSK 2008 

这是Redhat4,对吧? 我没有百胜餐饮?

http://munin-monitoring.org/wiki/LinuxInstallation完全不起作用。

Thx提前

通过“我没有百胜”我假设你的意思是说,你没有安装百胜仓库中的munin / munin-node。 这是默认情况下。 我会build议安装EPEL库。

我有指示在这里安装它(你只需要改变你的URL为RHEL4如下):

http://ridingthecloud.com/installing-epel-repository-centos-rhel/

在32位系统上安装RHEL4 EPEL:

sudo rpm -Uvh http://download.fedora.redhat.com/pub/epel/4/i386/epel-release-4-9.noarch.rpm

在64位系统上安装RHEL4 EPEL:

sudo rpm -Uvh http://download.fedora.redhat.com/pub/epel/4/x86_64/epel-release-4-9.noarch.rpm

一旦你安装了新的仓库,你应该可以很容易地通过yum来安装Munin。 该命令应该是:

yum install munin munin-node

更多细节在这里:

http://ridingthecloud.com/linux-server-performance-monitoring-munin/