Skip to content

blackwithwhite666/snmp_orm

Repository files navigation

snmp_orm -- PySNMP Abstraction

CI status: cistatus

Source code is hosted on Github

Introduction

snmp_orm is a Python-based tool providing a simple interface to work SNMP agents. Here is a very simplistic example that allows to display the system information of a given host:

from snmp_orm import get_device
d = get_device("127.0.0.1")
print dict(d.system)

About

Abstraction for PySNMP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages