redis: add monit integration

This commit is contained in:
Rico 2022-01-04 13:43:34 +01:00
parent 2cbe3e3b53
commit 082b1fa07d
Signed by: stillbeben
GPG key ID: AE1066B5BD0B5041

View file

@ -9,4 +9,14 @@ defaults = {
'/var/lib/redis', '/var/lib/redis',
}, },
}, },
'monit': {
'services': {
'redis': {
'bin': '/usr/bin/redis-server',
'ports': {
'6379': {},
},
},
},
},
} }