From b958640c49d95f6953a0bd1c5635802db883fa2a Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 7 May 2018 15:01:15 +0200 Subject: [PATCH] rec: Fix the description of several metrics in the SNMP MIB --- pdns/recursordist/RECURSOR-MIB.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pdns/recursordist/RECURSOR-MIB.txt b/pdns/recursordist/RECURSOR-MIB.txt index d190126dea..2f8bb52763 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 } --- -- 2.47.2