1. install graphite+web with apache2 and collectd

    After some try and error, this is how i got graphite and graphite_web running under a debian derivative (ubuntu 12.04).

    #?/bin/sh
    apt-get install python-django python-cairo
    sudo easy_install django-tagging
    
    pip install carbon
    pip install whisper
    pip install graphite-web
    cd /opt/graphite/conf
    cp carbon.conf.example carbon …
    Tagged as : apache collectd graphite
  2. awstats and lighttpd

    Mon 06 February 2012
    By makefu

    These snippets are in a ”worked for me” state. most of this stuff will break your system when executing.

    Assumptions:

    • /srv/http/euer.krebsco.de - served by lighttpd on public interface
    • /srv/http/priv - served on private interface (darknet)

    lighttpd seperate subdomain logging and awstats

    #?/bin/sh
    apt-get install python-django …
    Tagged as : awstats lighttpd graphite

Page 1 / 1