From 0563330299450cf687e975df7538902238316f23 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Tue, 16 Jan 2024 14:17:17 -0500 Subject: [PATCH] add global windows exporter config --- static/configs/windows_exporter.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 static/configs/windows_exporter.yml diff --git a/static/configs/windows_exporter.yml b/static/configs/windows_exporter.yml new file mode 100644 index 0000000..54c6030 --- /dev/null +++ b/static/configs/windows_exporter.yml @@ -0,0 +1,7 @@ +collectors: + enabled: cpu,cs,net,service,logical_disk,os,thermalzone +collector: + service: + services-where: "Name='windows_exporter'" +log: + level: warn \ No newline at end of file