riemann-tools
riemann-tools copied to clipboard
Tools to submit data to Riemann
A Ruby process has an entry memory cost of about 15 Mb in resident memory size (RSS). This is for a process that does nothing and wait for input on...
Improve the way class and filenames are matched. The idea is to be able to automatically require files based on the requested class name using methods like Rails' String#underscore /...
We should add a deploy/release GitHub action that builds the gem, pushes it, and does the Docker work in `.docker/publish.sh`
## Issue Apple removed the `ntpq` binary from macos, because of course they did. This breaks the riemann-ntp command. ## Operating system macos 14.x onwards.
Hi all, Where can i find test cases for riemann tools
## Issue What's the issue...? If there are packets dropped on boot, riemann-net will measure dropped packets count as initial value, but since there's no old/previous value, warning will not...
## Issue ### What's your riemann-tools version? riemann-tools-0.2.11 ```bash Riemann::Client::TcpSocket::Error Could not connect to 127.0.0.1:5555: Errno::EINVAL: Invalid argument /var/lib/gems/1.9.1/gems/riemann-client-0.2.6/lib/riemann/client/tcp_socket.rb:128:in `setsockopt' /var/lib/gems/1.9.1/gems/riemann-client-0.2.6/lib/riemann/client/tcp_socket.rb:128:in `blank_socket' /var/lib/gems/1.9.1/gems/riemann-client-0.2.6/lib/riemann/client/tcp_socket.rb:213:in `connect_nonblock' /var/lib/gems/1.9.1/gems/riemann-client-0.2.6/lib/riemann/client/tcp_socket.rb:199:in `connect_or_error' /var/lib/gems/1.9.1/gems/riemann-client-0.2.6/lib/riemann/client/tcp_socket.rb:177:in `block in connect'...
GNU df(1) can localize its output. This breaks riemann-health header detection. Because the header is always on the first line, we can ignore this line and do not care about...
When using a riemann tool that feature multiple checks, it is not easy to discover new checks that are not enabled by default. ```sh-session romain@desktop-fln40kq ~/Projects/riemann-tools % bundle exec bin/riemann-health...
## Issue When the --tls switch is used: riemann-health --host example.com --port 5554 --tcp --tls No events are sent to the server. `Dropped 113 events due to no implicit conversion...