diff --git a/host/default.yaml b/host/default.yaml index 59797f5..8f7e055 100644 --- a/host/default.yaml +++ b/host/default.yaml @@ -164,6 +164,10 @@ spec: collectorName: "hosts" command: "cat" args: ["/etc/hosts"] + - run: + collectorName: "ip-interface-stats" + command: "ip" + args: ["-s", "link"] - run: collectorName: "ip-route-table" command: "ip"