summaryrefslogtreecommitdiff
path: root/docs/source/examples/hlapi/asyncore/agent/ntforg/evaluating-notification-type.rst
diff options
context:
space:
mode:
authorelie <elie>2015-09-21 06:32:31 +0000
committerelie <elie>2015-09-21 06:32:31 +0000
commit66b54b016bec3312059f0add5dcc8535d2a1a6c6 (patch)
treebb2972af4148112bd56aa9444ca858f83f0bb976 /docs/source/examples/hlapi/asyncore/agent/ntforg/evaluating-notification-type.rst
parent8ede39948b4f6037012552bab20da2ff8376d715 (diff)
downloadpysnmp-66b54b016bec3312059f0add5dcc8535d2a1a6c6.tar.gz
more adjustments followed layout changes
Diffstat (limited to 'docs/source/examples/hlapi/asyncore/agent/ntforg/evaluating-notification-type.rst')
-rw-r--r--docs/source/examples/hlapi/asyncore/agent/ntforg/evaluating-notification-type.rst29
1 files changed, 29 insertions, 0 deletions
diff --git a/docs/source/examples/hlapi/asyncore/agent/ntforg/evaluating-notification-type.rst b/docs/source/examples/hlapi/asyncore/agent/ntforg/evaluating-notification-type.rst
new file mode 100644
index 0000000..e06b7ff
--- /dev/null
+++ b/docs/source/examples/hlapi/asyncore/agent/ntforg/evaluating-notification-type.rst
@@ -0,0 +1,29 @@
+.. toctree::
+ :maxdepth: 2
+
+Evaluating NOTIFICATION-TYPE
+----------------------------
+
+.. include:: /../../examples/hlapi/asyncore/agent/ntforg/v2c-trap-via-notification-type.py
+ :start-after: """
+ :end-before: """#
+
+.. literalinclude:: /../../examples/hlapi/asyncore/agent/ntforg/v2c-trap-via-notification-type.py
+ :start-after: """#
+ :language: python
+
+:download:`Download</../../examples/hlapi/asyncore/agent/ntforg/v2c-trap-via-notification-type.py>` script.
+
+
+.. include:: /../../examples/hlapi/asyncore/agent/ntforg/send-notification-with-additional-varbinds.py
+ :start-after: """
+ :end-before: """#
+
+.. literalinclude:: /../../examples/hlapi/asyncore/agent/ntforg/send-notification-with-additional-varbinds.py
+ :start-after: """#
+ :language: python
+
+:download:`Download</../../examples/hlapi/asyncore/agent/ntforg/send-notification-with-additional-varbinds.py>` script.
+
+
+See also: :doc:`library reference </docs/contents>`.