SNMP collector through an asyncio loop
Project description
SNMP Collector Powered by Asyncio
Collecting data from SNMP Agents using python-asyncio method.
Setup using docker
Up and build docker container:
docker-compose up --build -d
Setup Without docker:
Install requirements:
pip install -r requirements.txt
Configure the desire OID(s) and metrics:
nano snmp_collector/config/cofig.json
Run:
python snmp_collector
Setup through pip
pip install snmp-manager
Configuration:
Create a json config file with the following format:
[
{
"isEnable": true,
"name": "snmp-model-1",
"address": "192.168.1.120",
"port": 161,
"timeout": 1,
"retries": 3,
"version": 2,
"sleep_time": 5,
"gain": 1,
"offset": 0,
"community": "public",
"metrics": [
{
"isEnable": true,
"tag_name": "a-sample",
"oid": "1.3.6.13.4.1.3.1112"
}
],
"meta_data": [{'key': 'value'}]
}
]
Run:
python -m snmp_collector --config=<path-to-your-config-file.json>
[NOTE]:
The value of -8555 means a problem is occurred during reading data over SNMP or in connection.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
snmp-manager-1.1.5.tar.gz
(8.5 kB
view details)
Built Distribution
File details
Details for the file snmp-manager-1.1.5.tar.gz
.
File metadata
- Download URL: snmp-manager-1.1.5.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 68bf57a8a04ac00bd2fab0003c6f2668f01967b8406b69d170eae3649c44643e |
|
MD5 | 09bfa8430cb032803a24a965c4a65671 |
|
BLAKE2b-256 | 30d020eb965d213aaa92b112c619467c9fcb2d9669addd67e130d9bf0fad2525 |
File details
Details for the file snmp_manager-1.1.5-py2.py3-none-any.whl
.
File metadata
- Download URL: snmp_manager-1.1.5-py2.py3-none-any.whl
- Upload date:
- Size: 11.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41195f9f6e1ff5791c4c58301246c584d2ebe7d3181cf409f5fc8b5df886fe36 |
|
MD5 | f68cadb1e411a267eb7af7e3bf3029be |
|
BLAKE2b-256 | fc726a8bb7e619aa276376aa4aa9d52563bc484c730a080b191b8ecc2cde8720 |