Mercurial > code > home > repos > collector
diff collector_config.py @ 10:eeb94f34a956
new stream combo configs
author | drewp@bigasterisk.com |
---|---|
date | Fri, 25 Nov 2022 20:34:02 -0800 |
parents | 4e05f0a88d63 |
children |
line wrap: on
line diff
--- a/collector_config.py Fri Nov 25 20:33:05 2022 -0800 +++ b/collector_config.py Fri Nov 25 20:34:02 2022 -0800 @@ -1,23 +1,29 @@ config = { 'streams': [ { - 'id': - 'reposync', + 'id': 'lanscape', 'sources': [ - 'http://reposync.default.svc.cluster.local.:8000/graph/githubRepos/events', - 'http://reposync.default.svc.cluster.local.:8001/graph/localRepos/events', + 'http://10.2.0.3:9998/graph/dhcp/events', + 'http://lanscape/lanscape/graph/netDevices/events', + ] + }, + { + 'id': 'reposync', + 'sources': [ + 'http://reposync:8000/graph/githubRepos/events', + 'http://reposync:8001/graph/localRepos/events', ] }, { 'id': 'home', 'sources': [ - # 'http://bang:9075/graph/environment/events', - 'http://mqtt-to-rdf.default.svc.cluster.local.:10018/graph/mqtt/events', + 'http://environment/graph/environment/events', + 'http://mqtt-to-rdf/graph/mqtt/events', ] }, { 'id': 'frontDoor', # used for front door display - 'sources': ['http://mqtt-to-rdf.default.svc.cluster.local.:10018/graph/mqtt/events'] + 'sources': ['http://mqtt-to-rdf/graph/mqtt/events'] }, { 'id': 'network',