redis: cleanup bundle

This commit is contained in:
Rico 2021-12-21 17:38:12 +01:00
parent df0fe96f34
commit 9dfc86ca99
Signed by: stillbeben
GPG Key ID: AE1066B5BD0B5041
1 changed files with 0 additions and 28 deletions

View File

@ -9,32 +9,4 @@ defaults = {
'/var/lib/redis',
},
},
'icinga2_api': {
'redis': {
'services': {
'REDIS PROCESS': {
'command_on_monitored_host': '/usr/lib/nagios/plugins/check_procs -C redis-server -c 1:',
},
}
},
},
'zfs': {
'datasets': {
'tank/redis': {
'mountpoint': '/var/lib/redis',
'needed_by': {
'pkg_apt:redis-server',
},
},
},
},
}
if node.has_bundle('telegraf'):
defaults['telegraf'] = {
'input_plugins': {
'builtin': {
'redis': [{}],
},
},
}