Collectd: Difference between revisions
(Created page with " == Installation == = Configuration = = Controlling Lighttpd = == Start lighttpd == After the installation collectd is not running. To start collectd, use ''start''. {...") |
No edit summary |
||
Line 1: | Line 1: | ||
= Installation = | |||
{{Cmd|apk add collectd}} | |||
= Configuration = | = Configuration = | ||
Line 8: | Line 9: | ||
= Controlling Lighttpd = | = Controlling Lighttpd = | ||
== Start lighttpd == | == Start lighttpd == | ||
Line 18: | Line 18: | ||
<pre> | <pre> | ||
* Starting collectd ... [ ok ] | |||
* Starting | |||
</pre> | </pre> | ||
Line 37: | Line 36: | ||
{{Cmd|rc-update add collectd default}} | {{Cmd|rc-update add collectd default}} | ||
<pre> | |||
* service collectd added to runlevel default | |||
</pre> | |||
= Checking = | = Checking = |
Revision as of 13:05, 26 November 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