freebsd:freebsd_9.2r_install_munin

差分

このページの2つのバージョン間の差分を表示します。

この比較画面にリンクする

両方とも前のリビジョン 前のリビジョン
前のリビジョン
freebsd:freebsd_9.2r_install_munin [2014-12-31 23:03]
freebsd:freebsd_9.2r_install_munin [2020-12-03 19:36] (現在)
Decomo Deleted by PageMove plugin
行 1: 行 1:
 +====== FreeBSD 9.2Rにmuninを入れる ======
 +
 +<code>
 +cd /usr/ports/sysutils/munin-node/
 +make install
 +
 +Cannot 'start' munin_node. Set munin_node_enable to YES in /etc/rc.conf or use 'onestart' instead of 'start'.
 +********************************************************************
 +Unless this file already existed, a sample configuration file
 +has been placed in /usr/local/etc/munin/munin-node.conf.
 +
 +Please edit it according to your needs.
 +
 +********************************************************************
 +
 +The Munin client will *not* be started automatically. To allow it
 +to start, put this line in /etc/rc.conf:
 +
 +munin_node_enable="YES"
 +
 +Then, it will be started on the next boot. If this line is already
 +present, the client will be started now.  Otherwise, edit
 +/etc/rc.conf and execute this command:
 +
 +    /usr/local/etc/rc.d/munin-node start
 +********************************************************************
 +
 +For a list of plugins that will probably work run
 +/usr/local/sbin/munin-node-configure --suggest
 +
 +If this is a fresh install run
 +/usr/local/sbin/munin-node-configure --shell | sh -x
 +to install the plugins automatically
 +</code>
 +
 +<code>
 +cd /usr/ports/sysutils/munin-master/
 +make install
 +
 +********************************************************************
 +Unless this file already existed, a sample configuration file
 +has been placed in /usr/local/etc/munin/munin.conf.
 +
 +Please edit it according to your needs.
 +
 +The Munin server will be run from cron under the user 'munin'.
 +********************************************************************
 +</code>