Mathieu Corbin
Mathieu Corbin
Riemann errors logs (when Riemann crash at start) are in journald when i use Riemann on RHEL 7 with a systemd service file. I don't know if it is a...
What is the frequency/ttl of the events you send to Riemann ? EDIT: your TTL is 60, I missed the `with :ttl` :D
Hello, I'm not able to reproduce your issue: ```clojure (logging/init {:file "/var/log/riemann/riemann.log"}) (let [host "127.0.0.1"] (tcp-server {:host host}) (udp-server {:host host}) (repl-server {:host host}) (ws-server {:host host})) (streams (tap :foo))...
I agree with @andrusieczko, it would be nice to be able to launch tests from the repl.
btw, i tried to work in this issue. The fixture cannot be defined in riemann.test because of cyclic dependencies. I wrote this fixture in riemann.bin : ```clojure (defn test-fixture "Establishes...
Hi, I tested your fixture (forcing env-config to "/etc/riemann/riemann.config"). I have this code in a test namespace, working in Riemann 0.2.12 when in launch `riemann test /etc/riemann/riemann.config` ```clojure (def foo-stream...
I made some tests, the `riemann.common/deprecated` macro works well when i call it in a clojure REPL, but not when i use a deprecated stream in my riemann.config (the `riemann.common/deprecations-emitted`...
I spent a lot of hours on this issue, i cannot find why the deprecation log is not printed. The `deprecations-emitted` atom is empty when i deref the atom on...
We should probably create a new stream with this behavior and do not touch the fixed-time-window stream.
Hello, Sorry for the late reply. The s3 prefix is only used when mirroring crates.io for now (https://www.meuse.mcorbin.fr/installation/mirroring/). In that case I add the `.crates.io` prefix to crates names to...