]> git.pld-linux.org Git - packages/arpwatch.git/blob - arpwatch.sysconfig
- obsolete
[packages/arpwatch.git] / arpwatch.sysconfig
1 # Define nice level for arpwatch
2 SERVICE_RUN_NICE_LEVEL="+5"
3
4 # Name of monitored interfaces
5 INTERFACES=
6
7 # Turn-off bogon logging. Sometimes it makes a lot of noise with useless
8 # informations about bogons:
9 #NO_BOGON="yes"
10
11 # Additional local networks - usefull to avoid bogus bogons messages. You
12 # can add here networks that are _not_ in your networks on interfaces.
13 # Works only when NO_BOGON is not set. Multiple networks can be set here.
14 # Globally
15 LOCAL_NETWORKS=""
16 # or per interface
17 #eth0_LOCAL_NETWORKS=""
18 #eth1_LOCAL_NETWORKS=""
This page took 0.094645 seconds and 3 git commands to generate.