User Tools

Site Tools


computing:smokeping

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
computing:smokeping [2019/01/08 15:18] oemb1905computing:smokeping [2019/01/08 15:26] oemb1905
Line 7: Line 7:
 ------------------------------------------- -------------------------------------------
  
-sudo apt update +  sudo apt update 
-sudo apt install smokeping +  sudo apt install smokeping 
-sudo apt install php7.0-cgi +  sudo apt install php7.0-cgi 
-cd /etc/smokeping/config.d/ +  cd /etc/smokeping/config.d/ 
-nano Targets+  nano Targets 
 +   
 +Once you open the file with nano, you will need to format the syntax in a way smokeping understands.  Here is an example configuration, [[https://codetalkers.services/oemb1905/slushyard/blob/master/smokeping/Targets-example|Targets-example]], that can get you started.  After that, start the service
  
-Example Configuration +  sudo systemctl start smokeping
- +
-*** 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: Navigate to the site using your web browser of choice:
  
-https://domain.com/cgi-bin/smokeping.cgi +  https://domain.com/cgi-bin/smokeping.cgi
  
 + --- //[[netcmnd@jonathanhaack.com|oemb1905]] 2019/01/08 08:18//
  
  
  
computing/smokeping.txt · Last modified: 2019/01/13 19:25 by oemb1905