Collectd

From Alpine Linux
Revision as of 13:11, 26 November 2013 by Fab (talk | contribs)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
This material is work-in-progress ...

Do not follow instructions here until this notice is removed.
(Last edited by Fab on 26 Nov 2013.)

Installation

apk add collectd

Configuration

Controlling Lighttpd

Start lighttpd

After the installation collectd is not running. To start collectd, use start.

rc-service collectd start

You will get a feedback about the status.

 * Starting collectd ...                                           [ ok ]

Stop collectd

If you want to stop the server use stop.

rc-service collectd stop

Restart collectd

After changing the configuration file collectd needs to be restarted.

rc-service collectd restart

Runlevel

Normally you want to start the collectd server when the system is launching. This is done by adding collectd to the needed runlevel.

rc-update add collectd default

 * service collectd added to runlevel default

Checking

Graphical interface