Skip to content
Snippets Groups Projects
Commit 9af5bfe7 authored by Pavel Břoušek's avatar Pavel Břoušek
Browse files

chore: merge branch 'check_nginx' into 'main'

feat: add check for nginx status

Closes PRX-224

See merge request perun-proxy-aai/python/perun-proxy-utils!31
parents e777d290 9a40960d
No related branches found
No related tags found
1 merge request!31feat: add check for nginx status
Pipeline #281048 failed
#!/usr/bin/env python3
from check_nginx_status.check_nginx_status import main
# for program arguments check
# https://gitlab.ics.muni.cz/perun-proxy-aai/python/check_nginx_status/
if __name__ == "__main__":
main()
......@@ -17,5 +17,7 @@ setuptools.setup(
"ldap3~=2.9.1",
"check_syncrepl_extended @ git+https://gitlab.ics.muni.cz/perun-proxy-aai/"
"python/check_syncrepl_extended.git@main",
"check_nginx_status @ git+https://gitlab.ics.muni.cz/perun-proxy-aai/"
"python/check_nginx_status.git@main",
],
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment