make scheduler config default/automatic
This commit is contained in:
@@ -139,7 +139,9 @@ devices_no: []
|
||||
devices_only: []
|
||||
discover_no: []
|
||||
discover_only: []
|
||||
discover_no_type: []
|
||||
discover_no_type:
|
||||
- '(?i)phone'
|
||||
- '(?i)(?:wap|wireless)'
|
||||
discover_min_age: 0
|
||||
macsuck_no: []
|
||||
macsuck_only: []
|
||||
@@ -225,19 +227,19 @@ dns:
|
||||
hosts_file: '/etc/hosts'
|
||||
no: ['group:__LOCAL_ADDRESSES__','169.254.0.0/16']
|
||||
|
||||
#schedule:
|
||||
# discoverall:
|
||||
# when: '5 7 * * *'
|
||||
# macwalk:
|
||||
# when:
|
||||
# min: 20
|
||||
# arpwalk:
|
||||
# when:
|
||||
# min: 50
|
||||
# nbtwalk:
|
||||
# when: '0 8,13,21 * * *'
|
||||
# expire:
|
||||
# when: '20 23 * * *'
|
||||
schedule:
|
||||
discoverall:
|
||||
when: '5 7 * * *'
|
||||
macwalk:
|
||||
when:
|
||||
min: 20
|
||||
arpwalk:
|
||||
when:
|
||||
min: 50
|
||||
nbtwalk:
|
||||
when: '0 8,13,21 * * *'
|
||||
expire:
|
||||
when: '30 23 * * *'
|
||||
|
||||
job_prio:
|
||||
high:
|
||||
|
||||
Reference in New Issue
Block a user