summaryrefslogtreecommitdiffstats
path: root/lib/xdsconfig/configfile.go
AgeCommit message (Collapse)AuthorFilesLines
2018-06-18Added Supervision/Monitoring supportSebastien Douheret1-0/+10
Added new API supervisor/* to control and get status of AGL XDS Supervisor. Also add new panel in dashboard to control and visualized data collected by the supervision (visualiazation is based on Granafa). Change-Id: I093470f6e384e96a0856b233390e85a98911162e Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-03-13Added api to list and reconnect a XDS-Server.Sebastien Douheret1-0/+1
Added following routes: /servers => list all known XDS-Server /servers/:id => get info of a XDS-Server /servers/:id/reconnect => force reconnection of a XDS-Server Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-05Migration to AGL gerrit (update go import)Sebastien Douheret1-2/+2
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-12-11Always resolved env vars in path of config structure.Sebastien Douheret1-4/+12
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-12-11Standardized XDS config file name and location.Sebastien Douheret1-2/+2
- config file name is : agent-config.json - xds-agent settings under user's home is: $HOME/.xds/agent - xds-agent settings under etc is: /etc/xds/agent Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-12-01Added copyright headersv1.0.0-rc1Sebastien Douheret1-0/+17
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-10-20Merge branch 'master' into wipv0.3.0-rc1Sebastien Douheret1-4/+1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-10-11Fixed Syncthing folder status events and exec command.Sebastien Douheret1-4/+4
2017-10-06Added webapp Dashboard + logic to interact with server.Sebastien Douheret1-0/+112
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>