aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
AgeCommit message (Collapse)AuthorFilesLines
2016-08-05server: Add zmq based event and data interface to the serverHolger Hans Peter Freyther1-0/+25
To allow easily extracting or streaming the data to an external analysis system, zeromq can be configured (and reconfigured). The system works as fire and forget and no loss detection is present. A simple go based client application is provided to subscribe to the publisher. Change-Id: I4f3e6d675023a81b7d2ee19bf1f44a2be0ca003c
2016-08-03ci: Add travis.yml for the github accountHolger Hans Peter Freyther1-0/+20
Change-Id: I26de644a9cf4c6d6fb366c8a8fd701570005b9a8
2016-05-03jenkins: Attempt to fix FreeBSD distcheckHolger Hans Peter Freyther1-1/+1
Change-Id: I758a5590f3d964039363852f07f0967170fd9a28
2016-05-03jenkins: Attempt to fix build on FreeBSD and not break LinuxHolger Hans Peter Freyther1-1/+1
pcap-config is not present as libpcap is part of the base system. Use it as /bin/true and inject -lpcap as PCAP_LIBS. Change-Id: I0c2b5222da0ee037d3a3156ac1fef89dfd849cad
2016-04-13jenkins: Add the build script from jenkins hereHolger Hans Peter Freyther1-0/+19
This can be used to replicate a build issue more easily.
2012-11-06contrib: Really add the config files, move them to contrib0.0.4Holger Hans Peter Freyther3-0/+37
2011-12-26contrib: Use explicit globs and regexpsDaniel Willmann1-4/+6
2011-09-24cron: Deal with '-' in the name of a client.Holger Hans Peter Freyther1-1/+1
Do not stop when seeing the first '-'. E.g. if you have names like tpe-system1, tpe-system2 they were treated as tpe and it was possible that a currently opened file was deleted.
2011-08-18Clean by age as well as by amount of files in osmo_pcap_clean_oldDaniel Willmann1-11/+42
The behaviour can be controlled by setting METHOD to "AGE" or "FILES".
2011-07-26Fix bug where the cleanup script kept the oldest filesDaniel Willmann1-1/+1
Fixes OW #21.
2011-07-19contrib: Add a script to clean up in regular intervalsDaniel Willmann2-0/+48
This script should be run from cron. It compresses and deletes older files.