Reinhard Tartler
Reinhard Tartler
@sajayantony gentle ping. Any chance to see a 1.0.3 release anytime soon? thank you!
> Are you downgrading dependencies in projects to only released versions I wouldn't call it downgrading, but rather "unvendoring" and using "system-wide" copies of libraries to avoid the number of...
Now, two years later, any chance to have a new release? -- I've started backporting single patches for Debian, and would really rather not...
That link above gives me a 404 ?
Poking a bit more at this, I see from https://github.com/nshttpd/mikrotik-exporter/blob/trunk/collector/wlanif_collector.go#L25 and https://github.com/nshttpd/mikrotik-exporter/blob/trunk/collector/wlanif_collector.go#L74 that the code is relying on the output of this command: ``` [admin@rb4011] > /interface/wireless/monitor 0 once status:...
By all means, please take over (or close) this PR! -- I needed that patch for Debian and am carrying this as a distro-patch for now
Here is an alternative implementation that keeps the `/` as separator: ``` master ec5d8a5321256fc537959f08d6b407d70e2f6284 Author: Reinhard Tartler AuthorDate: Thu Feb 1 06:35:08 2024 -0500 Commit: Reinhard Tartler CommitDate: Fri Feb...
@Timoses your PR misses to update the `.env.default` file, which continues to suggest the old `/` syntax as example.
i took the liberty of creating another PR https://github.com/jaywink/matrix-alertmanager/pull/44
Maybe rather than changing the CRDs and fixing the machinery around CRDs to support recursive fields, it is easier to add validation code in alertmanager to detect "bad" data in...