ArpWatch - add config

* Full config for arpwatch
 * Closes #49
This commit is contained in:
Vladimir Vitkov 2015-11-05 19:59:53 +02:00
parent 544be60a0d
commit 6d99e421e9
4 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# ArpWatch
Monitor stations on network
# Prerequisites
vlans
arpwatch
# Notes
* Ignore main interface on which vlans are set
# Configuration
* Add alias to drop the emails that are being sent
* add filter to syslog (rsyslog) to direct messages to special file
* fix arpwatch.conf to start daemon per interface (look at notes above)
* go

View File

@ -0,0 +1 @@
nukemailz: /dev/null

View File

@ -0,0 +1,8 @@
# prod setup
eth0 -m nukemailz
#eth1 -m nukemailz
eth1.100 -m nukemailz
eth1.101 -m nukemailz
eth1.102 -m nukemailz
eth1.103 -m nukemailz
eth1.104 -m nukemailz

View File

@ -0,0 +1,2 @@
# log arpwatch in a separate file
if $programname == 'arpwatch' then /var/log/arpwatch.log