willsion / appaloosa-zabbix-templates

Automatically exported from code.google.com/p/appaloosa-zabbix-templates
0 stars 0 forks source link

BIND9 - Argument "Incoming" isn't numeric #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Im running Ubuntu 12.04 and BIND9 (9.8.1.dfsg.P1-4ubuntu0.7)

Im getting this error, when running bind9_stats.pl, using any arguments

Argument "Incoming" isn't numeric in int at /etc/zabbix/plugins/bind9_stats.pl 
line 80.

My stat fil is looking like this:

+++ Statistics Dump +++ (1389351020)
++ Incoming Requests ++
              221190 QUERY
++ Incoming Queries ++
               82258 A
               17422 PTR
                  34 MX
              121476 AAAA
++ Outgoing Queries ++
[View: default]
                 605 A
                  15 NS
                 136 PTR
                   5 MX
                 885 AAAA
                 118 DS
                  14 DNSKEY
[View: _bind]
++ Name Server Statistics ++
              221189 IPv4 requests received
                   1 IPv6 requests received
                   1 requests with EDNS(0) received
              220889 responses sent
                   1 responses with EDNS(0) sent
               89687 queries resulted in successful answer
                 257 queries resulted in authoritative answer
              220632 queries resulted in non authoritative answer
               58965 queries resulted in nxrrset
               72237 queries resulted in NXDOMAIN
                1398 queries caused recursion
                 301 duplicate queries received
++ Zone Maintenance Statistics ++
                   1 IPv4 notifies sent
++ Resolver Statistics ++
[Common]
[View: default]
                1442 IPv4 queries sent
                 336 IPv6 queries sent
                1433 IPv4 responses received
                 335 IPv6 responses received
                 263 NXDOMAIN received
                  20 other errors received
                  56 query retries
                  11 query timeouts
                  85 IPv4 NS address fetches
                  86 IPv6 NS address fetches
                  49 IPv6 NS address fetch failed
                1277 DNSSEC validation attempted
                 653 DNSSEC validation succeeded
                 624 DNSSEC NX validation succeeded
                1095 queries with RTT < 10ms
                 564 queries with RTT 10-100ms
                 106 queries with RTT 100-500ms
                   1 queries with RTT 500-800ms
[View: _bind]
++ Cache DB RRsets ++
[View: default]
                 420 A
                 158 NS
                  56 CNAME
                  24 PTR
                 145 AAAA
                  29 DS
                 105 RRSIG
                  10 NSEC
                  14 DNSKEY
                   2 !A
                   1 !MX
                 119 !AAAA
                  80 !DS
                  98 NXDOMAIN
[View: _bind (Cache: _bind)]
++ Socket I/O Statistics ++
                1445 UDP/IPv4 sockets opened
                 337 UDP/IPv6 sockets opened
                   3 TCP/IPv4 sockets opened
                   1 TCP/IPv6 sockets opened
                1443 UDP/IPv4 sockets closed
                 336 UDP/IPv6 sockets closed
                  70 TCP/IPv4 sockets closed
                1442 UDP/IPv4 connections established
                 336 UDP/IPv6 connections established
                  71 TCP/IPv4 connections accepted
                   2 UDP/IPv4 recv errors
++ Per Zone Query Statistics ++
--- Statistics Dump --- (1389351020)

Original issue reported on code.google.com by mik...@robinnet.org on 10 Jan 2014 at 10:51