Brian Rak
Brian Rak
Multiple outputs would definitely be a nice thing to have
Putting nginx or another web server in front definitely seems to make more sense then adding arbitrary auth to oxidized. You'd end up re-implementing a bunch of web server stuff....
@netfreak98 If you have the ability to recompile, give this patch a shot: [jemalloc.txt](https://github.com/FRRouting/frr/files/3779408/jemalloc.txt) . Make sure to use `./configure --with-jemalloc` to enable the change. We used to have issues...
+1 I just hit this with hashicorp's consul repo
Somehow I managed to miss the fact that go-graphite/carbonapi exists. I'm pretty sure we're going to be switching to this, as performance is *significantly* improved (making this entire bug irrelevant)
> but that will be very low-prio for me as it doesn't affect the actual results (or shouldn't affect) as it happens in cases when there is no data available....
We're building on Debian 11 - we build in a docker image built like this ``` FROM debian:bullseye RUN apt-get update RUN apt-get install -y apt-utils apt-transport-https gnupg gnupg2 RUN...
fwiw - this is what I ended up doing ``` apt-get install -y python3-dev ruby-dev gem install fpm --version "1.12.0" gem uninstall fpm --version "1.14.1" apt-get remove -y python3-setuptools python3-pip...
It might be possible, but you'd have to edit various IPMI internals. It's definitely not a straightforward thing.
I'd love to see this as well - my use case is to kick off a script to request archive.org save a page whenever it changes. I don't see a...