munin-monitoring / contrib

Contributed stuff for munin (plugins, tools, etc...)
http://munin-monitoring.org
1.05k stars 684 forks source link

dnsresponse_: enable verifying responses #1380

Closed ap-wtioit closed 1 year ago

ap-wtioit commented 1 year ago

add option verify to enable graphing the number of successful responses. if verify is enabled (default it is not) then a warning is emitted when we do not get a response for all queries and critical if no query succeeded.

add option timeout to be able to limit the time the plugin takes for unresponsive servers. old max time was 75 seconds times 20 (25minutes). new default max is 30 seconds timeout times 20 (10 minutes). with setting a timeout of a few seconds this can now be reduced even more.

added warnings if average and or mean get close to the timeout.

info @wt-io-it

ap-wtioit commented 1 year ago

Updated to be compatible with libnet-dns-perl 1.10-2 on Ubuntu 18.04