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 smokepingservice smokeping stopmkdir -p /home/chicks/Documents/gitcd /home/chicks/Documents/gitgit clone git@github.com:chicks-net/smokeping-config.gitcd smokeping-configtouch smokeping_secrets ; chmod 600 smokeping_secretscd /etc/mv smokeping smokeping.as_installedln -s ~chicks/Documents/git/smokeping-config smokepingservice smokeping startcd /etc/apache2/conf-availableln -s ../../smokeping/apache2.conf smokeping.confa2enconf smokepinga2enmod cgidservice 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.