Collectd installation: Difference between revisions

From VoIPmonitor.org
Jump to navigation Jump to search
(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...")
 
No edit summary
Line 1: Line 1:
== Centos ==
= Centos =
Install collectd packages from epel repositories:
Install collectd packages from epel repositories:
  yum install epel-release
  yum install epel-release
Line 9: Line 9:
  http://server_ip/collectd/bin/index.cgi
  http://server_ip/collectd/bin/index.cgi


== Debian ==
= Debian =
Install collectd packages from debian main repositories:
Install collectd packages from debian main repositories:
  apt-get install collectd
  apt-get install collectd

Revision as of 12:50, 27 July 2015

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