| 107 | |
| 108 | === munin-node === |
| 109 | |
| 110 | {{{ |
| 111 | cd /usr/ports/sysutils/munin-node |
| 112 | make config |
| 113 | ===> No options to configure |
| 114 | make install clean |
| 115 | Would you like me to set up log rotation [y]? y |
| 116 | |
| 117 | ******************************************************************** |
| 118 | Unless this file already existed, a sample configuration file |
| 119 | has been placed in /usr/local/etc/munin/munin-node.conf. |
| 120 | |
| 121 | Please edit it according to your needs. |
| 122 | |
| 123 | ******************************************************************** |
| 124 | |
| 125 | The Munin client will *not* be started automatically. To allow it |
| 126 | to start, put this line in /etc/rc.conf: |
| 127 | |
| 128 | munin_node_enable="YES" |
| 129 | |
| 130 | Then, it will be started on the next boot. If this line is already |
| 131 | present, the client will be started now. Otherwise, edit |
| 132 | /etc/rc.conf and execute this command: |
| 133 | |
| 134 | /usr/local/etc/rc.d/munin-node start |
| 135 | ******************************************************************** |
| 136 | }}} |