Update ispConfig.py

This commit is contained in:
Robert Chacón 2022-02-26 09:34:16 -07:00 committed by GitHub
parent 8f50f02156
commit a0e7b45b54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,13 +28,15 @@ enableActualShellCommands = True
runShellCommandsAsSudo = False runShellCommandsAsSudo = False
#Graphing #Graphing
graphingEnabled = False graphingEnabled = True
ppingLocation = "pping/pping"
influxDBurl = "http://localhost:8086" influxDBurl = "http://localhost:8086"
influxDBBucket = "libreqos" influxDBBucket = "libreqos"
influxDBOrg = "Your ISP Name Here" influxDBOrg = "Your ISP Name Here"
influxDBtoken = "" influxDBtoken = ""
# Optional UISP integration # Optional UISP integration
automaticImportUISP = False
# Everything before /nms/ on your UISP instance # Everything before /nms/ on your UISP instance
UISPbaseURL = 'https://examplesite.com' UISPbaseURL = 'https://examplesite.com'
# UISP Auth Token # UISP Auth Token