Skip to content
gkos edited this page Feb 24, 2013 · 2 revisions

Debian Squeeze

Dependencies

apt-get install automake autoconf make git libprotobuf-c0-dev protobuf-c-compiler

Clone the repo

git clone https://github.com/gkos/riemann-c-client.git
cd riemann-c-client

Build

./build
./configure
make
make install

Testing

Sending

riemannc send --server 192.168.1.14 --port 5555 --host "debian" --service test
sent

Quering

riemannc query --server 192.168.1.14 --port 5555
1360536976,debian,test,(null),(null),,,,300.000000,,
Clone this wiki locally