repositorypackage
0.0.0-20200529062908-c2029528d5d1
Repository: https://github.com/leonenkoa/gomreport.git
Documentation: pkg.go.dev
# README
gomreport

A Go library for programmatically interacting with Dell OpenManage's omreport utility. For documentation on how to use this library, see godoc.
Compatibility
Dell servers with OMSA versions 7.x
, 8.x
, or 9.x
installed are currently supported.
OMSA Version | Supported |
---|---|
7.x | ✅ |
8.x | ✅ |
9.x | ✅ |
Contributing
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 OMSA installed
- 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 subcommands should first be raised as a GitHub issue.
Bugfixes
Minor and trivial bugfixes can be addressed via a PR without raising a GitHub issue.