Skip to content
Snippets Groups Projects
Commit 3c79075c authored by Karel van Klink's avatar Karel van Klink :smiley_cat: Committed by Neda Moeini
Browse files

Update OSS params for use with Kentik service

parent c7fa07b4
No related branches found
No related tags found
1 merge request!235Add a Kentik service to GSO
......@@ -108,6 +108,7 @@
"user_email": "robot-user@geant.org",
"api_key": "kentik_api_key",
"device_type": "router",
"minimize_snmp": false,
"billing_plans": {
"1": "XL license",
"2": "L license",
......@@ -116,6 +117,7 @@
},
"sample_rate": 100,
"bgp_type": "device",
"bgp_lookup_strategy": "lu_global_fallback",
"ASN": 137,
"route_selection": "both directions",
"snmp_community": "secret community string",
......
......@@ -180,9 +180,11 @@ class KentikParams(BaseSettings):
user_email: str
api_key: str
device_type: str
minimize_snmp: bool
billing_plans: dict[SiteTier, str]
sample_rate: int
bgp_type: str
bgp_lookup_strategy: str
ASN: int
route_selection: str
snmp_community: str
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment