Skip to content
Snippets Groups Projects
Commit dcce8d6e authored by Johana Supíková's avatar Johana Supíková
Browse files

feat: add check for nginx status

parent e777d290
No related branches found
No related tags found
1 merge request!31feat: add check for nginx status
Pipeline #280996 passed
#!/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@master",
],
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment