-
Notifications
You must be signed in to change notification settings - Fork 695
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
Open
Centaro0
wants to merge
19
commits into
prometheus:main
Choose a base branch
from
Centaro0:update-cisco
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
@Centaro0 can you please sign the commit to pass the DCO check? |
This needs a DCO sign-off. You can use |
On it. I am still learning about version control 🙏 |
Signed-off-by: Centaro0 <nurbzdura@proton.me>
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] <support@github.com> Signed-off-by: Centaro0 <nurbzdura@proton.me>
* improve apcups Signed-off-by: Elliott Balsley <3991046+llamafilm@users.noreply.github.com> * trim trailing whitespace Signed-off-by: Elliott Balsley <3991046+llamafilm@users.noreply.github.com> * add one missing upsHighPrecBatteryExtraIndex label Signed-off-by: Elliott Balsley <3991046+llamafilm@users.noreply.github.com> --------- Signed-off-by: Elliott Balsley <3991046+llamafilm@users.noreply.github.com> Signed-off-by: Centaro0 <nurbzdura@proton.me>
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] <support@github.com> Signed-off-by: Centaro0 <nurbzdura@proton.me>
add additional dependencies Signed-off-by: Elliott Balsley <3991046+llamafilm@users.noreply.github.com> Signed-off-by: Centaro0 <nurbzdura@proton.me>
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 <47797326+FreeWillyB@users.noreply.github.com> Signed-off-by: Centaro0 <nurbzdura@proton.me>
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 <kohei@yosida95.com> Signed-off-by: Centaro0 <nurbzdura@proton.me>
….yml (prometheus#1503) * docs: clarify that only dynamic filters are passed to snmp_exporter in snmp.yml Signed-off-by: Pallavi Khade <70050479+KHADEPALLAVI975@users.noreply.github.com> Signed-off-by: Pallavi Khade <your-email@example.com> * Update generator/README.md Signed-off-by: Ben Kochie <superq@gmail.com> --------- Signed-off-by: Pallavi Khade <70050479+KHADEPALLAVI975@users.noreply.github.com> Signed-off-by: Pallavi Khade <your-email@example.com> Signed-off-by: Ben Kochie <superq@gmail.com> Co-authored-by: Ben Kochie <superq@gmail.com> Signed-off-by: Centaro0 <nurbzdura@proton.me>
* Add snmp_engineID as a parameter Signed-off-by: David Robb <david.robb@vodafone.com> * Formatting fix to comply with circleci Signed-off-by: David Robb <david.robb@vodafone.com> * Fix use of brackets for circleci compliance Signed-off-by: David Robb <david.robb@vodafone.com> * Update SNMP EngineID URL parameter to use consistent lower case format (snmp_engineid) Signed-off-by: David Robb <david.robb@vodafone.com> * Fix the other snmp_engineID -> snmp_engineid changes I missed last time Signed-off-by: David Robb <david.robb@one.nz> --------- Signed-off-by: David Robb <david.robb@vodafone.com> Signed-off-by: David Robb <david.robb@one.nz> Co-authored-by: David Robb <david.robb@vodafone.com> Co-authored-by: Ben Kochie <superq@gmail.com> Signed-off-by: Centaro0 <nurbzdura@proton.me>
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com> Signed-off-by: Centaro0 <nurbzdura@proton.me>
Signed-off-by: prombot <prometheus-team@googlegroups.com> Co-authored-by: Ben Kochie <superq@gmail.com> Signed-off-by: Centaro0 <nurbzdura@proton.me>
* chore: enable-all rules from go-critic Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com> * chore: enable emptyStringTest rule from go-critic Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com> * chore: enable exposedSyncMutex rule from go-critic Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com> * chore: enable ifElseChain rule from go-critic Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com> * chore: enable nestingReduce rule from go-critic Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com> * chore: enable regexpMust rule from go-critic Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com> * chore: enable regexpSimplify rule from go-critic Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com> * chore: enable singleCaseSwitch rule from go-critic Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com> * chore: enable typeDefFirst rule from go-critic Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com> * chore: enable typeSwitchVar rule from go-critic Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com> * chore: enable unlambda rule from go-critic Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com> * fic paramTypeCombine Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com> --------- Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com> Signed-off-by: Centaro0 <nurbzdura@proton.me>
Signed-off-by: prombot <prometheus-team@googlegroups.com> Signed-off-by: Centaro0 <nurbzdura@proton.me>
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com> Co-authored-by: Sebastian Schubert <16682281+bastischubert@users.noreply.github.com> Signed-off-by: Centaro0 <nurbzdura@proton.me>
Add the LICENSE and NOTICE files to the Docker image. Signed-off-by: SuperQ <superq@gmail.com> Signed-off-by: Centaro0 <nurbzdura@proton.me>
Signed-off-by: SuperQ <superq@gmail.com> Signed-off-by: Centaro0 <nurbzdura@proton.me>
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 <kohei@yosida95.com> Signed-off-by: Centaro0 <nurbzdura@proton.me>
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 <kohei@yosida95.com> Signed-off-by: Centaro0 <nurbzdura@proton.me>
433306c
to
458d505
Compare
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