Smokeping   view as chat

(Part of the detailed Step-by-Step Installation Guide for setting up the Server)

Allows us to monitor the quality of the ISP connection with historic graphs (much better than snapshots taken with manual pings & all can see the results from 1 set of pings)

sudo apt-get install smokeping
sudo mkdir /var/run/smokeping
sudo chown smokeping /var/run/smokeping
vi /etc/smokeping/config

owner = Admin
contact = admin@internet.address
cgiurl = http://smokeping/cgi-bin/smokeping.cgi
mailhost = mail
to = admin@internet.address
from = smokealert@asiasource2
remark = Welcome to the SmokePing website of AsiaSource II
+ ISP
menu = ISP
title = Localloop to ISP
host = smtp.isp.net
+ Google
menu = Google
title = Google
host = google.co.uk

sudo /etc/init.d/smokeping restart

Configure Apache to allow a shortcut:

cd /etc/apache2/sites-available
sudo vi smokeping

(Paste in contents of attached file)

cd /sites-enabled
sudo ln -s /sites-available/smokeping
sudo /etc/init.d/apache2 restart

Continue with the rest of the detailed Step-by-Step Installation Guide

Last edited by: Fran
Attachments: smokeping