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