bundles/sshmon: get rid of sysstat

This commit is contained in:
Franzi 2023-01-28 18:07:51 +01:00
parent c5ccc31ad9
commit 07dce73bca
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -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': {},
},
},
}