
Munin คือ web monitoring ที่เอาไว้สำรับตรวจสอบสถานะของ server และเครื่อข่าย โดยการทำงานแล้ว Munin แยกการทำงานออกเป็นสองส่วนคือ คือ Munin ซึ่งเป็นตัวรวบรวมของมูล และตัวจัดการกราฟ เปรียบเทียบแล้วเหมือน Server และ munin-node เป็น monitoring client Munin สามารถรวบรวมข้อมูลจาก Munin-node หลายๆ โหนดมาไว้ที่ Server ได้ Munin ติดต่อกับ munin node ผ่าน Port 4949

การติดตั้ง munin CentOS
wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.i386.rpm
rpm -Uvh rpmforge-release-0.3.6-1.el5.rf.i386.rpm
yum install munin munin-node
ระบบจะทำการติดตั้ง packet ต่างๆให้เอง gawk, libio-multiplex-perl, libnet-cidr-perl, libnet-server-perl, libnet-snmp-perl, librrd4, librrds-perl, munin, munin-node,rrdtool
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
ln -s /usr/share/munin/plugins/apache_* /etc/munin/plugins/
service munin-node restart
เพิ่ม Alias
Alias /munin "/var/www/html/munin"
AllowOverride None
Options None
Order allow,deny
Allow from all
หลังจากติดตั้ง แล้ว สามารถเข้าไปดูได้ Report ได้เลย ตัวอย่าง Report Munin http://support.thaicyberu.go.th/monitor

สำหรับ การติดตั้งบน win2003
สามารถ Download Munin-node for win ได้ที่ http://www.jory.info/serendipity/archives/21-Munin-Node-for-Windows-v1.4.html
ไม่มีความคิดเห็น:
แสดงความคิดเห็น