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

View file

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