From eb8b3933947656f7e447c17a56ca4948847056d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Chac=C3=B3n?= Date: Mon, 14 Feb 2022 15:28:11 -0700 Subject: [PATCH] Update ispConfig.py --- v1.1/ispConfig.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/v1.1/ispConfig.py b/v1.1/ispConfig.py index c32df208..7770534f 100644 --- a/v1.1/ispConfig.py +++ b/v1.1/ispConfig.py @@ -27,6 +27,12 @@ enableActualShellCommands = True # Add 'sudo' before execution of any shell commands. May be required depending on distribution and environment. runShellCommandsAsSudo = False +#Graphing +graphingEnabled = False +influxDBBucket = "libreqos" +influxDBOrg = "Your ISP Name Here" +influxDBtoken = "" + # Optional UISP integration # Everything before /nms/ on your UISP instance UISPbaseURL = 'https://examplesite.com'