From 0099bf9f38af2bf5b1422c7ace0765c8ad1998c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Chac=C3=B3n?= Date: Fri, 5 Jan 2024 17:11:10 -0700 Subject: [PATCH] Update ispConfig.example.py --- src/ispConfig.example.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/ispConfig.example.py b/src/ispConfig.example.py index 3c2367b0..7e76ccc7 100644 --- a/src/ispConfig.example.py +++ b/src/ispConfig.example.py @@ -83,6 +83,17 @@ powercode_api_key = '' # Everything before :444/api/ in your Powercode instance URL powercode_api_url = '' +# Sonar Integration +automaticImportSonar = False +sonar_api_key = '' +sonar_api_url = '' # ex 'https://company.sonar.software/api/graphql' +# If there are radios in these lists, we will try to get the clients using snmp. This requires snmpwalk to be install on the server. You can use "sudo apt-get install snmp" for that. You will also need to fill in the snmp_community. +sonar_airmax_ap_model_ids = [] # ex ['29','43'] +sonar_ltu_ap_model_ids = [] # ex ['4'] +snmp_community = '' +# This is for all account statuses where we should be applying QoS. If you leave it blank, we'll use any status in account marked with "Activates Account" in Sonar. +sonar_active_status_ids = [] + # Splynx Integration automaticImportSplynx = False splynx_api_key = ''