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 revisionBoth sides next revision
computing:smokeping [2019/01/08 15:21] oemb1905computing:smokeping [2019/01/08 15:24] oemb1905
Line 12: Line 12:
   cd /etc/smokeping/config.d/   cd /etc/smokeping/config.d/
   nano Targets   nano Targets
- +   
-Example Configuration - place directly underneath the Targets heading in this config ... +Once you open the file with nano, enter a configuration similar to this  of mine [[https://codetalkers.services/oemb1905/slushyard/blob/master/smokeping/Targets-example|Targets-example]].  After that, start the service
- +
-  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   sudo systemctl restart smokeping
computing/smokeping.txt · Last modified: 2019/01/13 19:25 by oemb1905