diff --git a/host/default.yaml b/host/default.yaml index aa3fd6e..8c42242 100644 --- a/host/default.yaml +++ b/host/default.yaml @@ -143,6 +143,10 @@ spec: collectorName: "netstat-route-table" command: "netstat" args: ["-r", "-n"] + - run: + collectorName: "ip-route-table" + command: "ip" + args: ["route"] - run: collectorName: "sysctl" command: "sysctl"