Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
perun-proxy-utils
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Perun
Perun ProxyIdP
perun-proxy-utils
Commits
dcce8d6e
Commit
dcce8d6e
authored
2 years ago
by
Johana Supíková
Browse files
Options
Downloads
Patches
Plain Diff
feat: add check for nginx status
parent
e777d290
No related branches found
No related tags found
1 merge request
!31
feat: add check for nginx status
Pipeline
#280996
passed
2 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
perun/proxy/utils/nagios/check_nginx.py
+9
-0
9 additions, 0 deletions
perun/proxy/utils/nagios/check_nginx.py
setup.py
+2
-0
2 additions, 0 deletions
setup.py
with
11 additions
and
0 deletions
perun/proxy/utils/nagios/check_nginx.py
0 → 100644
+
9
−
0
View file @
dcce8d6e
#!/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
()
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
0
View file @
dcce8d6e
...
...
@@ -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
"
,
],
)
This diff is collapsed.
Click to expand it.
Jednotné přihlášení test
@9008807
mentioned in commit
89860003
·
2 years ago
mentioned in commit
89860003
mentioned in commit 898600035bc9468e50cebf757057a74298bb7de9
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment