From 2efb5b255416fea3f481aabedd80d0790bb87c69 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Tue, 9 Jul 2024 17:18:59 -0500 Subject: [PATCH] Collect data on interrupts too --- playbooks/tags_nagios.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/tags_nagios.yml b/playbooks/tags_nagios.yml index b8e6257..bcd828a 100755 --- a/playbooks/tags_nagios.yml +++ b/playbooks/tags_nagios.yml @@ -42,6 +42,7 @@ image: quay.io/prometheus/node-exporter:latest command: - '--path.rootfs=/host' + - '--collector.interrupts' - '--collector.processes' network_mode: host pid_mode: host