mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Update ispConfig.py
This commit is contained in:
parent
8f50f02156
commit
a0e7b45b54
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user