diff service/collector/sse_collector_config.py @ 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 743797a3dfc7
children 5be5452491a3
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', 
+         ]},
+        
     ]
 }