Unterschiede zwischen den Revisionen 6 und 7
Revision 6 vom 2015-06-19 13:46:55
Größe: 1526
Autor: Robert
Kommentar:
Revision 7 vom 2015-10-12 18:57:05
Größe: 1776
Autor: Robert
Kommentar:
Gelöschter Text ist auf diese Art markiert. Hinzugefügter Text ist auf diese Art markiert.
Zeile 23: Zeile 23:
== Apache-Config ==
{{{
<Directory /var/www/html/collectd-web/cgi-bin>
                Options Indexes ExecCGI
                AllowOverride All
                AddHandler cgi-script .cgi
                Require all granted
</Directory>
}}}

Collectd

Collectd-web

Git-repo:

http://github.com/httpdss/collectd-web.git

Benötigte Pakete

  • libcgi-pm-perl
  • librrds-perl
  • libjson-perl
  • libhtml-parser-perl

aptitude install librrds-perl libjson-perl libhtml-parser-perl libcgi-pm-perl

Benötigte Apache-Module

  • cgid

Apache-Config

<Directory /var/www/html/collectd-web/cgi-bin>
                Options Indexes ExecCGI
                AllowOverride All
                AddHandler cgi-script .cgi
                Require all granted
</Directory>

"illegal attempt to update using time..."

<Plugin df>
        FSType "rootfs"
        IgnoreSelected true
</Plugin>

Facette

Installation

Requirements


  • Go language environment (>= 1.2)

  • RRDtool library and development files (>= 1.4.0)

  • pkg-config helper tool
  • Node.js "npm" package manager
  • Pandoc document converter

Debian/Ubuntu:

  • apt-get install build-essential golang-go librrd-dev pkg-config npm nodejs-legacy pandoc

Mac OS X (with brew):

  • brew install rrdtool pkg-config npm pandoc

Build Instructions


Run the building command:

  • cd facette make make install

By default Facette will be built in the build directory and installed in the /usr/local one. To change the installation directory set the PREFIX variable:

  • sudo make PREFIX=/path/to/directory install

Configuration


Once installed, follow the configuration steps described here: http://docs.facette.io/configuration/

Additional Targets


Run the various test suites:

  • make test

Clean the building environment:

  • make clean

Wikinger: ComputerKram/Collectd (zuletzt geändert am 2015-10-12 18:57:05 durch Robert)