ldap-frontend: add monit integration
This commit is contained in:
parent
201487549e
commit
00d9152007
1 changed files with 12 additions and 0 deletions
|
@ -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',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue