# 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吧?我没有yum?
http://munin-monitoring.org/wiki/LinuxInstallation根本不起作用。
提前谢谢
答案1
我假设您说的“我没有 yum”是指您在已安装的 yum 存储库中没有可用的 munin / munin-node。默认情况下,这是正确的。我建议安装 EPEL 存储库。
我在这里有安装它的说明(你只需要按照如下所示更改 RHEL4 的 URL):
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/