-
Notifications
You must be signed in to change notification settings - Fork 701
Updated where to find CISCO mibs in generator/README #1490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bastischubert
approved these changes
Sep 11, 2025
Member
|
@Centaro0 can you please sign the commit to pass the DCO check? |
Member
|
This needs a DCO sign-off. You can use |
Contributor
Author
|
On it. I am still learning about version control 🙏 |
Signed-off-by: Centaro0 <[email protected]>
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.23.0 to 1.23.2. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.23.0...v1.23.2) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-version: 1.23.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Centaro0 <[email protected]>
* improve apcups Signed-off-by: Elliott Balsley <[email protected]> * trim trailing whitespace Signed-off-by: Elliott Balsley <[email protected]> * add one missing upsHighPrecBatteryExtraIndex label Signed-off-by: Elliott Balsley <[email protected]> --------- Signed-off-by: Elliott Balsley <[email protected]> Signed-off-by: Centaro0 <[email protected]>
Bumps [github.com/prometheus/exporter-toolkit](https://github.com/prometheus/exporter-toolkit) from 0.14.0 to 0.14.1. - [Release notes](https://github.com/prometheus/exporter-toolkit/releases) - [Commits](prometheus/exporter-toolkit@v0.14.0...v0.14.1) --- updated-dependencies: - dependency-name: github.com/prometheus/exporter-toolkit dependency-version: 0.14.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Centaro0 <[email protected]>
add additional dependencies Signed-off-by: Elliott Balsley <[email protected]> Signed-off-by: Centaro0 <[email protected]>
On RHEL based distros, the "make generator mibs" was failing after downloaded the mentioned dependicies. In order to run this successfully, you will also need to ensure that "golang-bin" is also installed on the host. Signed-off-by: FreeWillyB <[email protected]> Signed-off-by: Centaro0 <[email protected]>
This commit adds support for the following four NAPT-related metrics: * naptCacheEntries * naptCachePeak * naptCacheCreates * naptCacheOverflows Each metric is annotated with the following four labels: * ifAlias * ifDescr * ifName * naptCacheIfIndex Signed-off-by: Kohei YOSHIDA <[email protected]> Signed-off-by: Centaro0 <[email protected]>
….yml (prometheus#1503) * docs: clarify that only dynamic filters are passed to snmp_exporter in snmp.yml Signed-off-by: Pallavi Khade <[email protected]> Signed-off-by: Pallavi Khade <[email protected]> * Update generator/README.md Signed-off-by: Ben Kochie <[email protected]> --------- Signed-off-by: Pallavi Khade <[email protected]> Signed-off-by: Pallavi Khade <[email protected]> Signed-off-by: Ben Kochie <[email protected]> Co-authored-by: Ben Kochie <[email protected]> Signed-off-by: Centaro0 <[email protected]>
* Add snmp_engineID as a parameter Signed-off-by: David Robb <[email protected]> * Formatting fix to comply with circleci Signed-off-by: David Robb <[email protected]> * Fix use of brackets for circleci compliance Signed-off-by: David Robb <[email protected]> * Update SNMP EngineID URL parameter to use consistent lower case format (snmp_engineid) Signed-off-by: David Robb <[email protected]> * Fix the other snmp_engineID -> snmp_engineid changes I missed last time Signed-off-by: David Robb <[email protected]> --------- Signed-off-by: David Robb <[email protected]> Signed-off-by: David Robb <[email protected]> Co-authored-by: David Robb <[email protected]> Co-authored-by: Ben Kochie <[email protected]> Signed-off-by: Centaro0 <[email protected]>
Signed-off-by: Matthieu MOREL <[email protected]> Signed-off-by: Centaro0 <[email protected]>
Signed-off-by: prombot <[email protected]> Co-authored-by: Ben Kochie <[email protected]> Signed-off-by: Centaro0 <[email protected]>
* chore: enable-all rules from go-critic Signed-off-by: Matthieu MOREL <[email protected]> * chore: enable emptyStringTest rule from go-critic Signed-off-by: Matthieu MOREL <[email protected]> * chore: enable exposedSyncMutex rule from go-critic Signed-off-by: Matthieu MOREL <[email protected]> * chore: enable ifElseChain rule from go-critic Signed-off-by: Matthieu MOREL <[email protected]> * chore: enable nestingReduce rule from go-critic Signed-off-by: Matthieu MOREL <[email protected]> * chore: enable regexpMust rule from go-critic Signed-off-by: Matthieu MOREL <[email protected]> * chore: enable regexpSimplify rule from go-critic Signed-off-by: Matthieu MOREL <[email protected]> * chore: enable singleCaseSwitch rule from go-critic Signed-off-by: Matthieu MOREL <[email protected]> * chore: enable typeDefFirst rule from go-critic Signed-off-by: Matthieu MOREL <[email protected]> * chore: enable typeSwitchVar rule from go-critic Signed-off-by: Matthieu MOREL <[email protected]> * chore: enable unlambda rule from go-critic Signed-off-by: Matthieu MOREL <[email protected]> * fic paramTypeCombine Signed-off-by: Matthieu MOREL <[email protected]> --------- Signed-off-by: Matthieu MOREL <[email protected]> Signed-off-by: Centaro0 <[email protected]>
Signed-off-by: prombot <[email protected]> Signed-off-by: Centaro0 <[email protected]>
Signed-off-by: Matthieu MOREL <[email protected]> Co-authored-by: Sebastian Schubert <[email protected]> Signed-off-by: Centaro0 <[email protected]>
* Update Go build to 1.25. * Update minimum Go version to 1.24.0. * Use supported Go yaml package. Signed-off-by: SuperQ <[email protected]> Signed-off-by: Centaro0 <[email protected]>
Add the LICENSE and NOTICE files to the Docker image. Signed-off-by: SuperQ <[email protected]> Signed-off-by: Centaro0 <[email protected]>
Signed-off-by: SuperQ <[email protected]> Signed-off-by: Centaro0 <[email protected]>
prometheus#1513) Add the prtMarkerSuppliesDescription label, such as "Magenta Toner Cartridge" or "Waste Toner Box" to the following metrics. * prtMarkerSuppliesType * prtMarkerSuppliesMaxCapacity * prtMarkerSuppliesLevel Signed-off-by: Kohei YOSHIDA <[email protected]> Signed-off-by: Centaro0 <[email protected]>
UNIVERGE IX series This commit adds the picoExtIfDescr label to the following metrics: * picoExtIfUpperLayer * picoExtIfType * picoExtIfSpeed * picoExtIfDuplex * picoExtIfEffectiveMtu * picoExtIfPhysicalAddress * picoExtIfAdminStatus * picoExtIfOperStatus * picoExtIfLastChange Signed-off-by: Kohei YOSHIDA <[email protected]> Signed-off-by: Centaro0 <[email protected]>
433306c to
458d505
Compare
Contributor
Author
|
I was having issues pushing after rebasing and ammending the signature, so I just followed the instructions. I hope it is now good to merge. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@bastischubert