328 | | |
| 328 | Add your own hosts that you use at your organization to the list of Remote Web Servers. |
| 329 | |
| 330 | Once you are done, save and exit from the Targets file and verify your work: |
| 331 | {{{ |
| 332 | # systemctl restart smokeping |
| 333 | }}} |
| 334 | |
| 335 | === Add DNS latency checks === |
| 336 | At the end of the Targets file we are going to add some entries to verify the latency from our location to remote recursive DNS servers to look up an entry for nsrc.org. |
| 337 | |
| 338 | You would likely substitute an important address for your institution in the Probes file instead. In addition, you can change the address you are looking up inside the Targets file as well. For more information see: |
| 339 | |
| 340 | http://oss.oetiker.ch/smokeping/probe/DNS.en.html |
| 341 | |
| 342 | and |
| 343 | |
| 344 | http://oss.oetiker.ch/smokeping/probe/index.en.html |
| 345 | |
| 346 | Now edit the Targets file again. Be sure to go to the end of the file: |
| 347 | {{{ |
| 348 | # cd /etc/smokeping/config.d |
| 349 | # vim Targets |
| 350 | }}} |
| 351 | |