Changes between Version 29 and Version 30 of Nmm2022/Agenda/SmokepingSetup


Ignore:
Timestamp:
May 18, 2022, 4:36:03 AM (2 years ago)
Author:
geethike
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Nmm2022/Agenda/SmokepingSetup

    v29 v30  
    326326host = www.youtube.com
    327327}}}
    328 
     328Add your own hosts that you use at your organization to the list of Remote Web Servers.
     329
     330Once 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 ===
     336At 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
     338You 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
     340http://oss.oetiker.ch/smokeping/probe/DNS.en.html
     341
     342and
     343
     344http://oss.oetiker.ch/smokeping/probe/index.en.html
     345
     346Now 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