mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 10:39:53 +00:00
Expanded Docs for dnsresponse_
This commit is contained in:
parent
d212e1264d
commit
f3c8d9519f
1 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,9 @@ dnsresponse - Plugin to monitor DNS resolution times.
|
||||||
|
|
||||||
Any unix system.
|
Any unix system.
|
||||||
|
|
||||||
|
Dependencies:
|
||||||
|
- Net::DNS: https://metacpan.org/pod/Net::DNS e.g. libnet-dns-perl
|
||||||
|
|
||||||
=head1 CONFIGURATION
|
=head1 CONFIGURATION
|
||||||
|
|
||||||
The following shows the default configuration.
|
The following shows the default configuration.
|
||||||
|
@ -17,6 +20,10 @@ The following shows the default configuration.
|
||||||
env.site www.google.com
|
env.site www.google.com
|
||||||
env.times 20
|
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
|
=head1 INTERPRETATION
|
||||||
|
|
||||||
The plugin shows the average and median times taken to resolve a site.
|
The plugin shows the average and median times taken to resolve a site.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue