snmpreceiver

SNMP Notification Receiver.


License
BSD-3-Clause
Install
pip install snmpreceiver==0.0.0

Documentation

SNMP Notificaton Receiver

PyPI Python Versions Status Build status GitHub license

The SNMP Notification Receiver daemon runs one or more SNMP notification receivers and maintains one or more "sinks" to funnel received notifications to.

Received SNMP notifications can be routed to one or more synks for processing via a declarative mini-language.

Features

  • SNMPv1/v2c/v3 operations with built-in protocol and transport translation capabilities
  • SNMPv3 USM supports MD5/SHA/SHA224/SHA256/SHA384/SHA512 auth and DES/3DES/AES128/AES192/AES256 privacy crypto algorithms
  • Supports SNMP TRAP and INFORM notifications
  • Maintains multiple independent SNMP engines, network transports and sinks
  • Offers versatile SNMP PDU routing towards one or more sinks
  • Extension modules supporting SNMP PDU filtering and on-the-fly modification
  • Works on Linux, Windows and OS X

Download & Install

SNMP Notification Receiver software is freely available for download from PyPI.

Just run:

$ pip install snmpreceiver

Alternatively, you can get it from GitHub.

How to use SNMP Notification Receiver

First you need to configure the tool. It is largely driven by configuration files written in a declarative mini-language. To help you started, we maintain a collection of configuration files designed to serve specific use-cases.

Getting help

If something does not work as expected or we are missing an interesting feature, open an issue at GitHub or post your question on Stack Overflow.

Finally, your PRs are warmly welcome! ;-)

Copyright (c) 2019, Ilya Etingof. All rights reserved.