PDA

توجه ! این یک نسخه آرشیو شده میباشد و در این حالت شما عکسی را مشاهده نمیکنید برای مشاهده کامل متن و عکسها بر روی لینک مقابل کلیک کنید : آموزش نصب munin



Vahid
July 9th, 2009, 00:19
یه مانیتورینگ سرور قوی
کسایی که cpanel دارند خود سی پنل نصب میکنه براشون
پیشنهاد میشه نصب کنید ببینید سرورتون توش چه خبره
کسی جاییش مشکل داشتن بپرسه

1) vi /etc/mirrors-rpmforge and added the following line
http://apt.sw.be/packages/rpmforge-release/rpmforge-release-0.3.6-1.el4.rf.i386.rpm

OR

2) to add rpmforge repositories
rpm -Uhv http://apt.sw.be/packages/rpmforge-release/rpmforge-release-0.3.6-1.el4.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/

Sajad
July 9th, 2009, 00:49
کسایی که cpanel دارند خود سی پنل نصب میکنه براشون

نصب كه ميكنه چطور بايد استفاده بشه؟

Vahid
July 9th, 2009, 11:44
از توی خود پلاگیناش لود میکنه

Sajad
July 9th, 2009, 12:58
آموزش نصب در cPanel

Main >> cPanel >> Manage Plugins
سپس در قسمت munin گزينه Install and Keep Updated را تيك زده و در پايين صفحه Save را ميزنيد.
شروع به نصب ميكند كه مدتي هم طول ميكشه... صبر كنيد تا در آخر صفحه Process Complete رو مشاهده كنيد.

سپس مجدد به whm لاگين شويد.

در قسمت پلاگين Munin Service Monitor در دسترس است.

موفق باشيد.

zoghal
August 4th, 2009, 17:55
برای دایرکت ادمین پلاگین نداره؟

hba
September 26th, 2009, 00:53
من در cpanel نصب كردم ولي در plugin كه مي زنم مي نويسه صفحه را پيدا نكرد يعني چي ؟



Not Found

The server was not able to find the document (./munin/index.html) you requested.
Please check the url and try again. You might also want to report this
error to your web hosting provider.

Vahid
September 26th, 2009, 01:33
سلام اول بار برو از قسمت Plugin uninstall اش کن بعد برو تو ssh

mv /usr/local/cpanel/3rdparty/bin/rrdtool /usr/local/cpanel/3rdparty/bin/rrdtool.bak

/scripts/rrdtoolinstall --force

بعد دوباره برو تو پلاگین و نصبش کن
کار نداد بگو

Vahid
September 26th, 2009, 01:38
برای دایرکت ادمین پلاگین نداره؟

نه دستی نصب کنید

hba
September 26th, 2009, 16:24
سلام اول بار برو از قسمت plugin uninstall اش کن بعد برو تو ssh

mv /usr/local/cpanel/3rdparty/bin/rrdtool /usr/local/cpanel/3rdparty/bin/rrdtool.bak

/scripts/rrdtoolinstall --force

بعد دوباره برو تو پلاگین و نصبش کن
کار نداد بگو



مرسی درست شد و صفحات می ایند

Sajad
September 26th, 2009, 16:33
مرسی درست شد و صفحات می ایند
از اين به بعد از دكمه تشكر استفاده كنيد.

najmehdj
November 10th, 2009, 13:15
یه مانیتورینگ سرور قوی
کسایی که cpanel دارند خود سی پنل نصب میکنه براشون
پیشنهاد میشه نصب کنید ببینید سرورتون توش چه خبره
کسی جاییش مشکل داشتن بپرسه

1) vi /etc/mirrors-rpmforge and added the following line
http://apt.sw.be/packages/rpmforge-release/rpmforge-release-0.3.6-1.el4.rf.i386.rpm

or

2) to add rpmforge repositories
rpm -uhv http://apt.sw.be/packages/rpmforge-release/rpmforge-release-0.3.6-1.el4.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/

از ۱۱ به بعد نتونستم کاری انجام بدم میتونم بگم نفهمیدم
لطفا کمک کنید
درست فهمیدم اینو که با این کار میتونیم روی کاربرهای شبکه نظارت داشته باشیم؟

saeed25
March 13th, 2011, 05:11
دروود
در گام 11 شما پیکربندی های این افزونه را انجام می دهید،درگام 12 باید با استافده از آن دیوار آتشی که نصب کرده اید(اگر نصب کرده باشید)،پورت مربوط به این اقزونه را باز نگاه دارید.
با این افرونه می توانید بر روی کاربردها و پروسه های در حال اجرا بر روی سرور دیده بانی داشته باشید.

Reza.exe
March 17th, 2011, 03:27
سلام
تو دایرکت ادمین کار نمی ده
طبق همین اموزش نصب کردم

FCBarcelona.ir
July 31st, 2013, 23:05
سلام

من طبق همین آموزش و سایر آموزشهای کم و بیش مشابه روی نت رفتم. اما الان با این خروجی مواجهم:

http://199.201.121.42/munin

لطفا راهنمایی کنید.

VPS Centos | Apache 2 | Direct Admin