changeset 10:eeb94f34a956

new stream combo configs
author drewp@bigasterisk.com
date Fri, 25 Nov 2022 20:34:02 -0800
parents 36471461685f
children baf886e01ed1
files collector_config.py
diffstat 1 files changed, 13 insertions(+), 7 deletions(-) [+]
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',