This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computing:smokeping [2019/01/08 15:18] – oemb1905 | computing:smokeping [2024/12/13 16:14] (current) – oemb1905 | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| ------------------------------------------- | ------------------------------------------- | ||
| - | sudo apt update | + | |
| - | sudo apt install smokeping | + | sudo apt install smokeping |
| - | sudo apt install php7.0-cgi | + | sudo apt install php7.0-cgi |
| - | cd / | + | cd / |
| - | nano Targets | + | nano Targets |
| + | |||
| + | Once you open the file with nano, you will need to format the syntax in a way smokeping understands. | ||
| - | Example Configuration | + | |
| - | + | ||
| - | *** Targets *** | + | |
| - | + | ||
| - | probe = FPing | + | |
| - | + | ||
| - | menu = Clients | + | |
| - | title = Haack' | + | |
| - | 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 | + | |
| Navigate to the site using your web browser of choice: | Navigate to the site using your web browser of choice: | ||
| - | https:// | + | |
| - | + | ||
| + | This tutorial is a designated " | ||
| + | --- // | ||