From e627187a8925a5cc922f5e7c63894069947360b0 Mon Sep 17 00:00:00 2001 From: ada mancini Date: Mon, 29 Apr 2024 14:23:20 -0400 Subject: [PATCH] Update default.yaml --- host/default.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/host/default.yaml b/host/default.yaml index a952b0f..b49b540 100644 --- a/host/default.yaml +++ b/host/default.yaml @@ -144,6 +144,10 @@ spec: collectorName: "netstat-route-table" command: "netstat" args: ["-r", "-n"] + - run: + collectorName: "resolvectl-status" + command: "resolvectl" + args: ["status"] - run: collectorName: "resolv-conf" command: "cat"