Julius Kriukas
Julius Kriukas
Hi @yakatz, the preferred way to run `addrwatch_mysql` binary with systemd would be running with `-f` and `Type=simple`.
Hi @tdussa, first of all thanks for the pull-request and contribution to this project. The original idea and use-case of addrwatch for me was to have log-like structure. But we...
Code with multiple output modules are already in the master branch. List of binaries are defined in src/Makefile.am. I would favor completely independent binaries, because the two modes are not...
Addrwatch works a bit different than arpwatch. Addrwatch records device activity on the network as it happens. It allows to detect not only existence of the device but also show...
Text output (stdout) of the addrwatch or addrwatch_stdout is designed to be consumed by other applications. Using unix timestamps instead of human readable time makes it easier to unambiguously parse...
Thanks for reporting. I do not have access to an OS X system to reproduce the issue. There is potential fix in issue_9 branch - it resets shared memory size...