Collectd installation

From VoIPmonitor.org
Revision as of 13:49, 27 July 2015 by Petr.halounek (talk | contribs) (Created page with "== Centos == Install collectd packages from epel repositories: yum install epel-release yum install collectd yum install collectd-web service httpd restart You can now ac...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Centos

Install collectd packages from epel repositories:

yum install epel-release
yum install collectd
yum install collectd-web
service httpd restart

You can now access collectd collections entering this url to a browser:

http://server_ip/collectd/bin/index.cgi

Debian

Install collectd packages from debian main repositories:

apt-get install collectd