User Tools

Site Tools


computing:smokeping

This is an old revision of the document!



  • smokeping
  • Jonathan Haack
  • Haack's Networking
  • netcmnd@jonathanhaack.com

sudo apt update
sudo apt install smokeping
sudo apt install php7.0-cgi
cd /etc/smokeping/config.d/
nano Targets

Example Configuration

  • Targets *
probe = FPing
menu = Clients
title = Haack's Networking
remark = Latency Monitor
+ localhost
menu = localhost
title = localhost
host = localhost
#alerts = someloss
+ jonathanhaack
menu = jonathanhaack.mooo.com
host = jonathanhaack.mooo.com
title = jonathanhaack.mooo.com
+ keithvizcarra
menu = keithvizcarra.mooo.com
host = keithvizcarra.mooo.com
title = keithvizcarra.mooo.com

Now, start the service

sudo systemctl restart smokeping

Navigate to the site using your web browser of choice:

https://domain.com/cgi-bin/smokeping.cgi

oemb1905 2019/01/08 08:18

computing/smokeping.1546960757.txt.gz · Last modified: 2019/01/08 15:19 by oemb1905