Linuxhotel Wiki

Wie ging das nochmal?

Benutzer-Werkzeuge

Webseiten-Werkzeuge


No renderer 'pdf' found for mode 'pdf'
lpi2:collectd

Dies ist eine alte Version des Dokuments!


Minimal-Installation

Pakete

Debian 7: collectd-core

Webinterface collection3

Pakete

Debian 7: collectd apache2 libhtml-parser-perl libconfig-general-perl libregexp-common-perl librrds-perl

Apache

/etc/apache2/sites-available/default : ( Debian 7 )

/etc/apache2/sites-available/000-default.conf : ( Ubuntu 14.04 )

...
        ScriptAlias /collection3/ /usr/share/doc/collectd/examples/collection3/bin/
        <Directory "/usr/share/doc/collectd/examples/collection3/bin">
                AllowOverride None
                Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
                Order allow,deny
                Allow from all
        </Directory>
...

/etc/apache2/sites-available/000-default.conf : ( Debian 8 )

...
        ScriptAlias /collection3/ /usr/share/doc/collectd/examples/collection3/bin/
        <Directory "/usr/share/doc/collectd/examples/collection3/bin">
                AllowOverride None
                Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
                Require all granted
        </Directory>
...
a2enmod cgi
apache2ctl graceful
lpi2/collectd.1436122436.txt.gz · Zuletzt geändert: 2015/07/05 18:53 von ingo_wichmann