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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Nmm2022/Agenda/SmokepingSetup

    v26 v27  
    237237title = PFsense Firewall
    238238host = 10.1.0.2
    239 
    240 
    241 }}}
     239}}}
     240
     241=== Add new probes to Smokeping ===
     242The current entry in the Probes file is fine, but if you wish to use additional Smokeping checks you can add them in here and you can specify their default behavior. You can do this, as well, in the Targets file if you wish.
     243
     244To add a probe to check for HTTP latency as well as DNS lookup latency, edit the Probes file and add the following text TO THE END of that file:
     245{{{
     246# vim Probes
     247}}}
     248{{{
     249+ EchoPingHttp
     250
     251+ EchoPingHttps
     252
     253+ DNS
     254binary = /usr/bin/dig
     255pings = 5
     256step = 180
     257lookup = www.learn.ac.lk
     258}}}