Alignak-monitoring-contrib / alignak-app

Desktop application in system tray for Alignak users.
GNU Affero General Public License v3.0
6 stars 2 forks source link

Alignak backend URL #316

Open mohierf opened 6 years ago

mohierf commented 6 years ago

The Alignak backend url should be set as the Alignak Web Service. Only one field may be necessary: https://backend.alignak.net. This will be much simple than having an address + port

algorys commented 6 years ago

Ok so remove url setting also:

; Backend url
; ------------------------------------------------------------------------------------------
; The url of alignak Backend.
; Default is %(url)s:5000
backend = http://backend:5000

; Webui url
; ------------------------------------------------------------------------------------------
; The url of alignak WebUI
; Default is %(url)s:80
webui = http://webui:80

But what if only URL like https://backend.alignak.net ? I'm not sure alignak backend client manage this case... and I think he's waiting for a port in its parameter !?