snmp_pass

A collection of helpful classes/methods to easily make a script which meets the pass or pass_Persist interface of snmpd


License
BSD-1-Clause
Install
gem install snmp_pass -v 0.0.5

Documentation

Gem Version Dependency Status

Master branch: Build Status Coveralls Status Code Climate

Staging branch: Build Status Coveralls Status

Build State

This project uses continuous integration to help ensure that a quality product is delivered. Travis CI monitors two branches (versions) of the code - Master (which is what gets released) and Staging (which is what is currently being developed ready for moving to master).

Ruby Versions

This gem supports the following versions of ruby, it may work on other versions but is not tested against them so don't rely on it.

  • 2.3.0
  • 2.3.1
  • 2.4.0

SNMP Pass

A collection of helpful classes/methods to easily make a script which meets the pass or pass_Persist interface of snmpd.

Installation

Add to your Gemfile and run the bundle command to install it.

gem 'snmp_pass', '~> 0.0'

Documentation & Versioning

Documentation can be found on rubydoc.info

We follow the Semantic Versioning concept,