Collectd

From Alpine Linux
Revision as of 08:03, 26 November 2013 by Fab (talk | contribs) (Created page with " == Installation == = Configuration = = Controlling Lighttpd = == Start lighttpd == After the installation collectd is not running. To start collectd, use ''start''. {...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Installation

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.

 * Caching service dependencies                                 [ ok ]
 * Starting lighttpd...                                         [ 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


Checking

Graphical interface