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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Nmm2022/Agenda/SmokepingSetup

    v28 v29  
    290290you can add multiple web servers as you needed.
    291291
     292You could also use the ''' "probe = EchoPingHttp" ''' statement once for host1, and then this would be the default probe until another "probe = " statement is seen in the Targets file.
     293
     294You can add more host entries if you wish, or you could consider checking the latency on remote machines - these are likely to be more interesting. Machines such as your own publicly accessible servers are a good choice, or, perhaps other web servers you use often (Google, Yahoo, Government pages, stores, etc.?).
     295
     296For example, consider adding something like this at the bottom of the Targets file:
     297{{{
     298#
     299# Remote Web server response
     300#
     301
     302+HTTPSRemote
     303
     304menu = Remote HTTPS Response
     305title = HTTPS Response Remote Machines
     306
     307++google
     308
     309menu = Google
     310title = Google.com HTTPS response time
     311probe = EchoPingHttps
     312host = www.google.org
     313
     314++learn
     315
     316menu = LEARN
     317title = LEARN HTTPS response time
     318probe = EchoPingHttps
     319host = www.learn.ac.lk
     320
     321++youtube
     322
     323menu = Youtube
     324title = Youtube HTTPS response time
     325probe = EchoPingHttps
     326host = www.youtube.com
     327}}}
     328