addrwatch icon indicating copy to clipboard operation
addrwatch copied to clipboard

A tool similar to arpwatch for IPv4/IPv6 and ethernet address pairing monitoring.

Results 13 addrwatch issues
Sort by recently updated
recently updated
newest added

The autotools scripts for this project don't allow you to override autodetection of libraries. This is important for distributors so they can let package build flags control what features are...

The way I understand the `addrwatch_mysql` binary, it can run with `-f` as a systemd service with `Type=simple` or it could run without `-f` and use `Type=forking`, but the forking...

Since `timestamp` and `vlan_tag` in the `shm_log_entry` struct are C99 fixed width integer types (`uint64_t` and `uint16_t`), the cross-platform way to print these values is to use the corresponding [format...

While working on the addrwatch (1.0.2) package for OpenWrt (https://github.com/openwrt/packages/pull/15899) I saw what looked like null/incorrect values being logged by addrwatch_syslog. I was testing using an armvirt-32 snapshot image in...

While working on the addrwatch (1.0.2) package for OpenWrt (openwrt/packages#15899) I tried running addrwatch_stdout at the command line (with addrwatch running as well). I was testing using an armvirt-32 snapshot...

Another potentially useful integration would be one with Redis. Would you be interested in adding this? I can have a go at a pull request.

By default, one database row is stored per event. However, there are many use cases in which a complete list of these events is not desired. In many cases, it...

Like it was possible with arpwatch, is it possible to get email when new network devices are discovered ? Any sample of this type of configuration available ?

Hello, please can you add a parameter for the startup addrwatch program to change the view of output time in human-readable date? Thanks