Changes between Version 27 and Version 28 of Nmm2022/Agenda/SmokepingSetup


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Nmm2022/Agenda/SmokepingSetup

    v27 v28  
    257257lookup = www.learn.ac.lk
    258258}}}
     259
     260The DNS probe will look up the IP address of www.nsrc.org using any other open DNS server (resolver) you specify in the Targets file. You will see this a bit further on in the exercises.
     261
     262Now Save and exit from the file and verify that your changes are working:
     263{{{
     264# systemctl restart smokeping
     265# tail -F /var/log/syslog
     266}}}
     267=== Add HTTP latency checks for the Workshop Hosts ===
     268Edit the Targets file again and go to the end of the file:
     269{{{
     270# vim Targets
     271}}}
     272
     273{{{
     274#
     275# Local Web server response
     276#
     277
     278+HTTP
     279
     280menu = Local HTTP Response
     281title = HTTP Response DMZ web
     282
     283++DMZ-Web
     284
     285menu = DMZ Web
     286title = DMZ Web HTTP response time
     287probe = EchoPingHttp
     288host = 172.30.1.20
     289}}}
     290you can add multiple web servers as you needed.
     291