From: Remi Gacogne Date: Mon, 7 May 2018 13:01:15 +0000 (+0200) Subject: rec: Fix the description of several metrics in the SNMP MIB X-Git-Tag: dnsdist-1.3.1~93^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b958640c49d95f6953a0bd1c5635802db883fa2a;p=pdns rec: Fix the description of several metrics in the SNMP MIB --- diff --git a/pdns/recursordist/RECURSOR-MIB.txt b/pdns/recursordist/RECURSOR-MIB.txt index d190126de..2f8bb5276 100644 --- a/pdns/recursordist/RECURSOR-MIB.txt +++ b/pdns/recursordist/RECURSOR-MIB.txt @@ -195,7 +195,7 @@ tooOldDrops OBJECT-TYPE MAX-ACCESS read-only STATUS current DESCRIPTION - "Number of responses dropped because of a timeout" + "Number of queries dropped because of a timeout" ::= { stats 21 } answers01 OBJECT-TYPE @@ -387,7 +387,7 @@ noPacketError OBJECT-TYPE MAX-ACCESS read-only STATUS current DESCRIPTION - "Number of noPacketError" + "Number of calls to recvmsg() that returned no packet even though the socket was ready" ::= { stats 45 } dlgOnlyDrops OBJECT-TYPE @@ -763,7 +763,7 @@ queryPipeFullDrops OBJECT-TYPE MAX-ACCESS read-only STATUS current DESCRIPTION - "Number of responses dropped because the query distribution pipe was full" + "Number of queries dropped because the query distribution pipe was full" ::= { stats 92 } ---