]> granicus.if.org Git - pdns/commitdiff
move MIB from Lua docs to metrics docs
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 5 Mar 2019 18:37:12 +0000 (19:37 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 5 Mar 2019 18:37:12 +0000 (19:37 +0100)
pdns/recursordist/docs/lua-scripting/hooks.rst
pdns/recursordist/docs/metrics.rst

index 25e8034239f806180248dbb16602876d450f5a6f..887d8d1de15c8ac06444540cd29e6b5c039c5dd9 100644 (file)
@@ -316,11 +316,6 @@ For example, to send a custom SNMP trap containing the qname from the
       return false
     end
 
-MIB
-^^^
-
-.. literalinclude:: ../../RECURSOR-MIB.txt
-
 .. _hooks-maintenance-callback:
 
 Maintenance callback
index 6e004f5de8f9ff609960f301832ab33d6045f516..51e2ab397d94ef2e649417874d8678953bbe17ef 100644 (file)
@@ -47,6 +47,11 @@ Sending metrics over SNMP
 
 The recursor can export statistics over SNMP and send traps from :doc:`Lua <lua-scripting/index>`, provided support is compiled into the Recursor and :ref:`setting-snmp-agent` set.
 
+MIB
+^^^
+
+.. literalinclude:: ../RECURSOR-MIB.txt
+
 Getting Metrics from the Recursor
 ---------------------------------