Skip to content

CM4all/pond

Repository files navigation

Pond

Pond is a volatile round-robin database for log messages. It receives log datagrams and keeps them around for a while, to allow its clients to query them.

For more information, read the manual in the doc directory.

Building Pond

You need:

Optional dependencies: - Avahi - systemd - libgeoip

Get the source code:

git clone --recursive https://github.com/CM4all/pond.git

Run meson:

meson setup output

Compile and install:

ninja -C output
ninja -C output install

Building the Debian package

After installing the build dependencies, run:

dpkg-buildpackage -rfakeroot -b -uc -us