diff --git a/examples/graph3a.yaml b/examples/graph3a.yaml index c39335c3..ca68a9f6 100644 --- a/examples/graph3a.yaml +++ b/examples/graph3a.yaml @@ -1,8 +1,6 @@ --- graph: mygraph types: - noop: - - name: noop1a file: - name: file1a path: "/tmp/mgmtA/f1a" @@ -27,18 +25,4 @@ types: collect: - type: file pattern: "/tmp/mgmtA/" -edges: -- name: e1 - from: - type: noop - name: noop1a - to: - type: file - name: file1a -- name: e2 - from: - type: file - name: file1a - to: - type: file - name: file2a +edges: [] diff --git a/examples/graph3b.yaml b/examples/graph3b.yaml index bcd5af81..2faaefa4 100644 --- a/examples/graph3b.yaml +++ b/examples/graph3b.yaml @@ -1,8 +1,6 @@ --- graph: mygraph types: - noop: - - name: noop1b file: - name: file1b path: "/tmp/mgmtB/f1b" @@ -27,18 +25,4 @@ types: collect: - type: file pattern: "/tmp/mgmtB/" -edges: -- name: e1 - from: - type: noop - name: noop1b - to: - type: file - name: file1b -- name: e2 - from: - type: file - name: file1b - to: - type: file - name: file2b +edges: [] diff --git a/examples/graph3c.yaml b/examples/graph3c.yaml index b43a91d1..75eb4266 100644 --- a/examples/graph3c.yaml +++ b/examples/graph3c.yaml @@ -1,8 +1,6 @@ --- graph: mygraph types: - noop: - - name: noop1c file: - name: file1c path: "/tmp/mgmtC/f1c" @@ -27,18 +25,4 @@ types: collect: - type: file pattern: "/tmp/mgmtC/" -edges: -- name: e1 - from: - type: noop - name: noop1c - to: - type: file - name: file1c -- name: e2 - from: - type: file - name: file1c - to: - type: file - name: file2c +edges: []