Expanded Docs for dnsresponse_

This commit is contained in:
Michael Grote 2022-01-20 20:30:54 +01:00 committed by Lars Kruse
parent d212e1264d
commit f3c8d9519f
1 changed files with 7 additions and 0 deletions

View File

@ -9,6 +9,9 @@ dnsresponse - Plugin to monitor DNS resolution times.
Any unix system.
Dependencies:
- Net::DNS: https://metacpan.org/pod/Net::DNS e.g. libnet-dns-perl
=head1 CONFIGURATION
The following shows the default configuration.
@ -17,6 +20,10 @@ The following shows the default configuration.
env.site www.google.com
env.times 20
Where the plugin suffix represents the DNS-Server which should be queried.
The site which domain-name should be queried.
Times represents how often a value should be queried.
=head1 INTERPRETATION
The plugin shows the average and median times taken to resolve a site.