Sebastian Schubert

Results 7 issues of Sebastian Schubert

hi there, the couchdb.service uses hardcoded ini files: "-couch_ini /etc/couchdb/default.ini /etc/couchdb/local.ini" whereas couchdb binary also honors the local.d directory: ``` couchdb -c /etc/couchdb/default.ini /etc/couchdb/local.ini /etc/couchdb/local.d/couchdb.ini ``` you might want to...

Hi There, EL9 came out quite some time ago and also the Clones AlmaLinux9, RockyLinux 9 and so on. Any chance to build packages for el9 and have them on...

SNMP Context exists with snmpv3 and is often used to group various management informations together. (details can be found here: https://datatracker.ietf.org/doc/html/rfc5343#section-2) Currently we're able to use snmp contexts as part...

Devices like CMS700 from ABB send Error codes as Values which break monotonicity for counters. Example: Watt Hours should only be increasing in a normal rate. CMS 700 sends out...

As mentioned in https://github.com/async-profiler/async-profiler#community-supported-builds there is a community supported windows version available for the async profiler. Maybe we can make windows a first class citizen and also support it in...

With https://github.com/prometheus/exporter-toolkit/pull/283 introduced RoutePrefix the LandingPage form in `snmp_exporter` has wrong action ` resulting in a deadlink 1st reported in https://github.com/prometheus/snmp_exporter/issues/1366 @SuperQ

### Summary Given the recent supplychain attacks on various OSS repos i'd suggest to use a pinned version instead of "latest" ``` mcuadros/ofelia:latest -> mcuadros/ofelia:0.3 memcached:alpine -> memcached:alpine3.22 ``` ###...

enhancement