redis: cleanup bundle
This commit is contained in:
parent
df0fe96f34
commit
9dfc86ca99
1 changed files with 0 additions and 28 deletions
|
@ -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': [{}],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue