+ increase number of read lines for huge amount of DNS zones OBS-URL: https://build.opensuse.org/package/show/server:monitoring/monitoring-plugins-bind9?expand=0&rev=5
14 lines
436 B
Diff
14 lines
436 B
Diff
Index: nagios-bind9-plugin-1.0.0/check_bind9.pl
|
|
===================================================================
|
|
--- nagios-bind9-plugin-1.0.0.orig/check_bind9.pl
|
|
+++ nagios-bind9-plugin-1.0.0/check_bind9.pl
|
|
@@ -57,7 +57,7 @@ my %OPTIONS = (
|
|
q{rndc-args} => q{},
|
|
q{sudo-path} => q{},
|
|
q{stats-path} => q{/var/run/named.stats},
|
|
- q{stats-seek} => 20480,
|
|
+ q{stats-seek} => 64480,
|
|
q{timeout} => 30,
|
|
);
|
|
|