انجمن تخصصی ایران سرور
آموزش نصب munin - نسخه قابل چاپ

+- انجمن تخصصی ایران سرور (https://forums.irserv.ir)
+-- انجمن: بخش آموزشی (https://forums.irserv.ir/Forum-%D8%A8%D8%AE%D8%B4-%D8%A2%D9%85%D9%88%D8%B2%D8%B4%DB%8C--1)
+--- انجمن: بخش سرورها ( سخت افزار ها ، نرم افزارها ) (https://forums.irserv.ir/Forum-%D8%A8%D8%AE%D8%B4-%D8%B3%D8%B1%D9%88%D8%B1%D9%87%D8%A7-%D8%B3%D8%AE%D8%AA-%D8%A7%D9%81%D8%B2%D8%A7%D8%B1-%D9%87%D8%A7-%D8%8C-%D9%86%D8%B1%D9%85-%D8%A7%D9%81%D8%B2%D8%A7%D8%B1%D9%87%D8%A7--53)
+--- موضوع: آموزش نصب munin (/Thread-%D8%A2%D9%85%D9%88%D8%B2%D8%B4-%D9%86%D8%B5%D8%A8-munin--178)



آموزش نصب munin - Nightwolf - سه شنبه ۲۶ شهریور ۱۳۹۲

نقل قول: یه مانیتورینگ سرور قوی
کسایی که cpanel دارند خود سی پنل نصب میکنه براشون
پیشنهاد میشه نصب کنید ببینید سرورتون توش چه خبره
کسی جاییش مشکل داشتن بپرسه
1) vi /etc/mirrors-rpmforge and added the following line
http://apt.sw.be/packages/rpmforge-r...l4.rf.i386.rpm


OR

2) to add rpmforge repositories
rpm -Uhv http://apt.sw.be/packages/rpmforge-r...l4.rf.i386.rpm


3) yum -y install munin
Below is the result after installation

Installed: munin.noarch 0:1.2.5-1.el4.rf
Dependency Installed: perl-HTML-Template.noarch 0:2.9-1.el4.rf perl-Net-Server.noarch 0:0.96-1.el4.rf perl-rrdtool.i386 0:1.2.23-1.el4.rf rrdtool.i386 0:1.2.23-1.el4.rf
Complete!

4) chown -R munin:munin /var/www/munin

5) vi /etc/munin/munin.conf and change htmldir to
/var/www/munin

6)service httpd restart && service crond restart

7) http://202.87.45.35/munin should show you the page

8) yum -y install munin-node
Below should be the result
Installed: munin-node.noarch 0:1.2.5-1.el4.rf
Complete!

9) vi /etc/munin/munin-node.conf and following lines
host_name mailserver.indicaresearch.com

10) To start service and put in start up
service munin-node start
chkconfig munin-node on

11) vi /etc/munin/munin.conf
Edit Munin’s configuration on the graph server (/etc/munin/munin.conf).

[bravo.sample.net]
address 192.168.1.2
use_node_name yes

12) Open port tcp/4949 in the firewall of the node

13) ln -s /usr/share/munin/plugins/apache_* /etc/munin/plugins/