Robin H. Johnson

Results 87 issues of Robin H. Johnson

Add support for many more socket options, including those that take string inputs, such as `TCP_CONGESTION=bbr`. Options known to the code, but not present at build time will now emit...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I want to avoid...

enhancement

I have: - [X] searched open and closed issues for duplicates ---------------------------------------- ### Version info **Duplicati Version:** 2.0.1.44-2.0.1.44_canary_2017-01-24 **Operating System:** Gentoo Linux **Backend:** ### Bug description Compile failure. ### Steps...

pending user feedback

This is sort of followup to https://github.com/prometheus/node_exporter/issues/2602 `node_timex_status` is a bitfield from adjtimex. Unfortunately Prometheus does not have bitmap math operations, so it's hard to check for specific bits being...

TL;DR: YQ tries to follow the yaml spec and quote integer keys in certain places of a YAML file, esp. dict keys. This causes a parsing error. - The existing...

For R900 meters, the code is mapping `"Unkn1"` to `endpoint_type`. The R900 water meters in my area (sample size 147), the values of `Unkn1` seem to flip between 131 &...

**Current behavior** Feature is not available. **Describe the desired feature** A clear and concise description of what the feature should be. `unbound-control dump_config` This will dump the entire *effective* config,...

More testing, expected to fail until PR#193 is merged. Reference: https://github.com/radvd-project/radvd/pull/193 Signed-off-by: Robin H. Johnson

rdnss
testing
do-not-merge

Rather than implementation additional HTTP-side functionality unique to exporter_exporter, convert to using exporter-toolkit https://github.com/prometheus/exporter-toolkit Exporter toolkit will have Bearer & HTTP digest auth soon.

Add support for HTTP Bearer Authorization for simple use cases, where HTTP Basic might not fit workflows. Signed-off-by: Robin H. Johnson