From 7b8227b7f8756741d36e2cb7fff48d207ad3481a Mon Sep 17 00:00:00 2001 From: Diamon Wiggins Date: Tue, 10 Sep 2024 10:36:13 -0400 Subject: [PATCH] add command to get ip link stats --- host/default.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/host/default.yaml b/host/default.yaml index 783e5de..69a44ae 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"