Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FoD
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Schmitz
FoD
Commits
9b90c4c8
Commit
9b90c4c8
authored
7 years ago
by
David Schmitz
Browse files
Options
Downloads
Patches
Plain Diff
upd
parent
0713a003
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
flowspy/settings_local.py
+8
-4
8 additions, 4 deletions
flowspy/settings_local.py
with
8 additions
and
4 deletions
flowspy/settings_local.py
+
8
−
4
View file @
9b90c4c8
...
...
@@ -100,7 +100,8 @@ ACCOUNT_ACTIVATION_DAYS = 7
# Define subnets that should not have any rules applied whatsoever
#PROTECTED_SUBNETS = ['10.10.0.0/16']
PROTECTED_SUBNETS
=
[]
MAX_RULE_EXPIRE_DAYS
=
10
#MAX_RULE_EXPIRE_DAYS = 10
MAX_RULE_EXPIRE_DAYS
=
30
# Add two whois servers in order to be able to get all the subnets for an AS.
PRIMARY_WHOIS
=
'
whois.ripe.net
'
...
...
@@ -123,7 +124,8 @@ BRANDING = {
}
# Limit of ports in 'ports' / 'SrcPorts' / 'DstPorts' of a rule:
PORTRANGE_LIMIT
=
100
#PORTRANGE_LIMIT = 100
PORTRANGE_LIMIT
=
65535
SNMP_COMMUNITY
=
"
0pBiFbD
"
SNMP_IP
=
[
#"172.16.113.10",
...
...
@@ -148,10 +150,12 @@ SNMP_POLL_LOCK = "/var/run/fod/snmppoll.lock"
# Polling interval must be set for "snmp-stats-poll" celery task in CELERYBEAT_SCHEDULE.
# By default, it is 5 min interval, so SNMP_MAX_SAMPLECOUNT=12 means we have about
# one hour history.
SNMP_MAX_SAMPLECOUNT
=
12
#SNMP_MAX_SAMPLECOUNT = 12
SNMP_MAX_SAMPLECOUNT
=
2016
# Age of inactive routes that can be already removed (in seconds)
SNMP_REMOVE_RULES_AFTER
=
3600
#SNMP_REMOVE_RULES_AFTER = 3600
SNMP_REMOVE_RULES_AFTER
=
604800
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment