Changes between Version 26 and Version 27 of Nmm2022/Agenda/SmokepingSetup
- Timestamp:
- May 18, 2022, 4:23:58 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Nmm2022/Agenda/SmokepingSetup
v26 v27 237 237 title = PFsense Firewall 238 238 host = 10.1.0.2 239 240 241 }}} 239 }}} 240 241 === Add new probes to Smokeping === 242 The 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 244 To 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 254 binary = /usr/bin/dig 255 pings = 5 256 step = 180 257 lookup = www.learn.ac.lk 258 }}}