
Re: Could not process bind9 data larger than 2147483647
joe_hznm wrote:
HI ,
I'm using bind9-stats plugin monitoring our DNS servers. After months of running, I noticed that that script always insert 2147483647 into private OID created for BIND9 status. e.g. when bind reports successful queries is 2584914761, that script insert 2147483647 into OID .1.3.6.1.4.1.2021.55.3.1.
How can I fix this problem?
Joe
I haven't heard of the bind9-stats plugin, could you post a link of it? I would be glad to look it over real quick. Does it use a database to store the info? Could be a problem with the field in the database being extremely limiting. Thresholds had this problem for awhile, had to change the database field from a "int(50)" to a "varchar(100)" inorder for it to receive higher numbers.