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
1 changed files with 10 additions and 0 deletions

View File

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