Skip to content

Conversation

Centaro0
Copy link

@Centaro0 Centaro0 commented Sep 6, 2025

@bastischubert
Copy link
Member

@Centaro0 can you please sign the commit to pass the DCO check?

@SuperQ
Copy link
Member

SuperQ commented Oct 9, 2025

This needs a DCO sign-off. You can use git commit -s --amend to add it.

@Centaro0
Copy link
Author

On it. I am still learning about version control 🙏

Centaro0 and others added 19 commits October 12, 2025 00:03
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>
* Update Go build to 1.25.
* Update minimum Go version to 1.24.0.
* Use supported Go yaml package.

Signed-off-by: SuperQ <superq@gmail.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>
@Centaro0
Copy link
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants