bundles/sshmon: get rid of sysstat
This commit is contained in:
parent
c5ccc31ad9
commit
07dce73bca
1 changed files with 4 additions and 2 deletions
|
@ -8,7 +8,10 @@ defaults = {
|
||||||
'monitoring-plugins': {},
|
'monitoring-plugins': {},
|
||||||
'python3-requests': {},
|
'python3-requests': {},
|
||||||
'python3-setuptools': {}, # needed by check_github_for_new_release
|
'python3-setuptools': {}, # needed by check_github_for_new_release
|
||||||
'sysstat': {}, # needed by check_cpu_stats
|
'sysstat': {
|
||||||
|
# legacy
|
||||||
|
'installed': False,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'icinga2_api': {
|
'icinga2_api': {
|
||||||
|
@ -37,7 +40,6 @@ defaults = {
|
||||||
'perl-libwww': {},
|
'perl-libwww': {},
|
||||||
'monitoring-plugins': {},
|
'monitoring-plugins': {},
|
||||||
'python-requests': {},
|
'python-requests': {},
|
||||||
'sysstat': {},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue