smokeping config is our derivation of the debian/ubuntu stock smokeping configuration into something we find easier to use as a base for our installs.
These instructions assume that you are putting this repo into /home/chicks/Documents/git/smokeping-config
which is probably not what you want.
These commands have been translated into an ansible role.
In Debian/Ubuntu-land this should do it:
apt-get install apache2 apache2-doc apache2-utils
# should be done before smokepingapt-get install smokeping
service smokeping stop
mkdir -p /home/chicks/Documents/git
cd /home/chicks/Documents/git
git clone git@github.com:chicks-net/smokeping-config.git
cd smokeping-config
touch smokeping_secrets ; chmod 600 smokeping_secrets
cd /etc/
mv smokeping smokeping.as_installed
ln -s ~chicks/Documents/git/smokeping-config smokeping
service smokeping start
cd /etc/apache2/conf-available
ln -s ../../smokeping/apache2.conf smokeping.conf
a2enconf smokeping
a2enmod cgid
service apache2 restart
After 5-10 minutes you should have graphs in http://localhost/smokeping/smokeping.cgi and making this available more widely is left as an exercise for the reader. (Document pull requests are still welcomed.)
- Search
- Social
- Gaming
- APAC
- Europe
- DNS
- FINI
- RTB - real time bidding
-
wikipedia provided a nice list of popular sites with Alexa and Google together rankings.
-
Netcraft made it easier to find the European sites.
-
"junkken" on askUbuntu.com made it clear how to get it workig with Ubuntu's (?Debian's) unique apache2 config system.