# HG changeset patch # User drewp@bigasterisk.com # Date 1669437242 28800 # Node ID eeb94f34a95680b4dba7accc5b84fdf92a6fa102 # Parent 36471461685fea248266f2233742de19ddaca754 new stream combo configs diff -r 36471461685f -r eeb94f34a956 collector_config.py --- 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',