From 1acc1e75f2b7ceb3214324d1327f137cb72ef962 Mon Sep 17 00:00:00 2001
From: Pelle Koster <pelle.koster@geant.org>
Date: Wed, 24 Apr 2024 08:39:21 +0200
Subject: [PATCH] update get-interface-stats sensu check default

---
 brian_polling_manager/configuration.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/brian_polling_manager/configuration.py b/brian_polling_manager/configuration.py
index 6c6bf3d..0d67e47 100644
--- a/brian_polling_manager/configuration.py
+++ b/brian_polling_manager/configuration.py
@@ -29,7 +29,7 @@ _DEFAULT_CONFIG = {
         'interface-check': {
             'script': '/home/brian_checks/venv/get-interface-stats',
             'config': '/var/lib/sensu/conf/get-interface-stats.config.json',
-            'command': '{script} --config {config} --juniper {hostname}',
+            'command': '{script} --config {config} --juniper {hostname} --all',
         },
         'gws-direct-interface-check': {
             'script': '/var/lib/sensu/bin/poll-gws-direct.sh',
-- 
GitLab