unsymlink_bundles #2

Merged
stillbeben merged 14 commits from unsymlink_bundles into main 2021-12-21 16:51:44 +00:00
Showing only changes of commit 9dfc86ca99 - Show all commits

View file

@ -9,32 +9,4 @@ defaults = {
'/var/lib/redis', '/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': [{}],
},
},
} }