summaryrefslogtreecommitdiff
path: root/examples/v3arch/asyncore/agent/ntforg/v2c-inform.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/v3arch/asyncore/agent/ntforg/v2c-inform.py')
-rw-r--r--examples/v3arch/asyncore/agent/ntforg/v2c-inform.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/v3arch/asyncore/agent/ntforg/v2c-inform.py b/examples/v3arch/asyncore/agent/ntforg/v2c-inform.py
index 240f1426..752af9bf 100644
--- a/examples/v3arch/asyncore/agent/ntforg/v2c-inform.py
+++ b/examples/v3arch/asyncore/agent/ntforg/v2c-inform.py
@@ -41,6 +41,7 @@ config.addTransport(
udp.DOMAIN_NAME,
udp.UdpSocketTransport().openClientMode()
)
+
config.addTargetAddr(
snmpEngine, 'my-nms',
udp.DOMAIN_NAME, ('104.236.166.95', 162),
@@ -71,9 +72,7 @@ ntfOrg = ntforg.NotificationOriginator()
def cbFun(snmpEngine, sendRequestHandle, errorIndication,
errorStatus, errorIndex, varBinds, cbCtx):
print('Notification %s, status - %s' % (
- sendRequestHandle, errorIndication and errorIndication or 'delivered'
- )
- )
+ sendRequestHandle, errorIndication and errorIndication or 'delivered'))
# Build and submit notification message to dispatcher