Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bobmshannon/gohpmib
A Go library for programmatically interacting with an HP Management Information Base (MIB) using SNMP.
https://github.com/bobmshannon/gohpmib
go hardware hp snmp
Last synced: about 2 months ago
JSON representation
A Go library for programmatically interacting with an HP Management Information Base (MIB) using SNMP.
- Host: GitHub
- URL: https://github.com/bobmshannon/gohpmib
- Owner: bobmshannon
- License: gpl-3.0
- Created: 2018-12-31T19:01:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-31T21:54:17.000Z (about 6 years ago)
- Last Synced: 2024-06-20T06:34:16.152Z (7 months ago)
- Topics: go, hardware, hp, snmp
- Language: Go
- Size: 301 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gohpmib [![CircleCI](https://circleci.com/gh/bobmshannon/gohpmib.svg?style=svg)](https://circleci.com/gh/bobmshannon/gohpmib) [![GoDoc](https://godoc.org/github.com/bobmshannon/gohpmib?status.svg)](https://godoc.org/github.com/bobmshannon/gohpmib) [![Go Report Card](https://goreportcard.com/badge/github.com/bobmshannon/gohpmib)](https://goreportcard.com/report/github.com/bobmshannon/gohpmib)
A Go library for programmatically interacting with an HP Management Information Base (MIB) using SNMP. For documentation on how to use this library, see [godoc](https://godoc.org/github.com/bobmshannon/gohpmib).## Compatibility
HP servers that have the HP health SNMP agent installed and running on the host operating system are currently supported.
| Generation | Supported |
| ------------- |:-------------:|
| `7` | ✅ |
| `8` | ✅ |
| `9` | ✅ |
| `10 ` | Experimental |## Bug reports
If a bug is discovered, file a GitHub issue with the following information:
- Description of the problem
- Steps to reproduce the problem
- Version of HP health agents installed (if applicable)
- Linux distribution and kernel version
- Any other relevant information that will be useful for debugging and reproducing the problem## Features and enhancements
Feature and enhancement requests including support for additional fields and OIDs should first be raised as a GitHub issue.
## Bugfixes
Minor and trivial bugfixes can be addressed via a PR without raising a GitHub issue.