Mercurial > code > home > repos > homeauto
changeset 471:726fa88215f2
another little test graph for collector
Ignore-this: 3671aebb1b815c300ecce695dc87bef3
author | drewp@bigasterisk.com |
---|---|
date | Sat, 20 Apr 2019 23:48:20 -0700 |
parents | 91ab9f926aa1 |
children | a63549a50b3f |
files | service/collector/sse_collector_config.py |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/service/collector/sse_collector_config.py Sat Apr 20 23:46:57 2019 -0700 +++ b/service/collector/sse_collector_config.py Sat Apr 20 23:48:20 2019 -0700 @@ -56,5 +56,10 @@ 'sources': [ 'http://bang:9075/graph/events', # "env" ]}, + {'id': 'workshop', + 'sources': [ + 'http://workshop.vpn-home:9059/graph/events', + ]}, + ] }