ldap-frontend: add monit integration

This commit is contained in:
Rico 2022-01-04 13:19:27 +01:00
parent 201487549e
commit 00d9152007
Signed by: stillbeben
GPG Key ID: AE1066B5BD0B5041
1 changed files with 12 additions and 0 deletions

View File

@ -17,5 +17,17 @@ defaults = {
},
'title': 'Usermanagement QZWI',
},
'monit': {
'services': {
'ldap-frontend': {
'bin': '/opt/ldap-frontend/venv/bin/python /opt/ldap-frontend/venv/bin/gunicorn',
'ports': {
'23000': {
'protocol': 'http',
},
},
},
},
},
}