From 07dce73bcafcd06443612afedeac13c2b542af91 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 28 Jan 2023 18:07:51 +0100 Subject: [PATCH] bundles/sshmon: get rid of sysstat --- bundles/sshmon/metadata.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bundles/sshmon/metadata.py b/bundles/sshmon/metadata.py index 4fc3df2..8d5bb6b 100644 --- a/bundles/sshmon/metadata.py +++ b/bundles/sshmon/metadata.py @@ -8,7 +8,10 @@ defaults = { 'monitoring-plugins': {}, 'python3-requests': {}, 'python3-setuptools': {}, # needed by check_github_for_new_release - 'sysstat': {}, # needed by check_cpu_stats + 'sysstat': { + # legacy + 'installed': False, + }, }, }, 'icinga2_api': { @@ -37,7 +40,6 @@ defaults = { 'perl-libwww': {}, 'monitoring-plugins': {}, 'python-requests': {}, - 'sysstat': {}, }, }, }