https://github.com/madhacking/snmpd-connector-lib
A library script to ease the development of SNMPD connectors in Bash
https://github.com/madhacking/snmpd-connector-lib
Last synced: 3 months ago
JSON representation
A library script to ease the development of SNMPD connectors in Bash
- Host: GitHub
- URL: https://github.com/madhacking/snmpd-connector-lib
- Owner: MADhacking
- License: lgpl-3.0
- Created: 2015-01-29T18:41:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-02-09T23:29:49.000Z (over 5 years ago)
- Last Synced: 2025-01-24T21:32:39.624Z (5 months ago)
- Language: Shell
- Size: 43 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
snmpd-connector-lib
===================  [](https://codecov.io/gh/MADhacking/snmpd-connector-lib)
The SNMP daemon provided in the net-analyzer/net-snmp package supports a variety of extension mechanisms including "pass-through scripts" which allow simple Bash scripts to be used to extend the functionality of the agent. Unfortunately, writing such a script is a non-trivial exercise not least because the extension agent is required to assist the SNMP daemon by providing access to the MIB structure. This knowledge of the MIB structure is essential to facilitate GETNEXT requests which enable "walking" the resulting tree.
The dev-libs/snmpd-connector-lib package provides an SNMPD agent/connector library for the Bash shell scripting language designed to assist with the development of new SNMPD agents/connectors, especially those providing access to tabular data, by providing an extremely simple API as well as other useful features including abstraction of the MIB structure.
More information may be found at:
http://www.mad-hacking.net/software/linux/agnostic/snmpd-connector-lib/index.xml