Munin คือ web mornitoring สำหรับเอาไว้ดูสถานะของเครื่องserver และเครื่อข่าย ผ่าน ทาง http port 80
การติดตั้ง Munin และ Munin-node
- ดาวโหลด rpmforge
- ติดตั้ง package rpmforge
- ติดตั้ง munin และ munin-node
- แก้ไขให้ทำงานทุกครั้งที่บูทเครื่อง
- เริ่มการทำงาน
- แก้ไขความเป็นเจ้าของ
- เริ่มต้นการทำงาน apche ใหม่
- สร้าง plugins
- เริ่มการทำงาน munin อีกครั้ง
# cd /root # wget http://syslogserver.googlecode.com/files/rpmforge-release-0.5.1-1.el5.rf.i386.rpm
# rpm -Uvh rpmforge-release-0.5.1-1.el5.rf.i386.rpm
# yum install munin munin-node -y
# chkconfig munin-node on
# service munin-node start
# chown -R munin:munin /var/www/munin # ln -s /var/www/munin /var/www/html/munin
# service httpd restart && service crond restart
# cd /usr/share/munin/plugins # ln -s apache_* /etc/munin/plugins/
# service munin-node restart
หลังจากติดตั้ง แล้ว สามารถเข้าไปดูได้โดยพิมพ์ http://hostname/munin ที่ webbrowser
No comments:
Post a Comment