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
8bd2260e
Verified
Commit
8bd2260e
authored
1 year ago
by
Pavel Břoušek
Browse files
Options
Downloads
Patches
Plain Diff
ci: common CI
parent
4059a073
Branches
Branches containing commit
Tags
Tags containing commit
Loading
Pipeline
#383554
passed
1 year ago
Stage: .pre
Stage: test
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
perun/proxy/utils/nagios/check_ldap_syncrepl.py
+1
-1
1 addition, 1 deletion
perun/proxy/utils/nagios/check_ldap_syncrepl.py
perun/proxy/utils/nagios/check_nginx.py
+1
-1
1 addition, 1 deletion
perun/proxy/utils/nagios/check_nginx.py
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
1
−
1
View file @
8bd2260e
include
:
-
project
:
perun
-proxy-aai
/common
-
project
:
perun/common
file
:
/templates/.gitlab-ci-template.yml
This diff is collapsed.
Click to expand it.
perun/proxy/utils/nagios/check_ldap_syncrepl.py
+
1
−
1
View file @
8bd2260e
...
...
@@ -3,7 +3,7 @@
from
check_syncrepl_extended.check_syncrepl_extended
import
main
# for program arguments check
# https://gitlab.ics.muni.cz/perun
-proxy-aai/python
/check_syncrepl_extended
# https://gitlab.ics.muni.cz/perun
/deployment/proxyidp
/check_syncrepl_extended
if
__name__
==
"
__main__
"
:
main
()
This diff is collapsed.
Click to expand it.
perun/proxy/utils/nagios/check_nginx.py
+
1
−
1
View file @
8bd2260e
...
...
@@ -4,7 +4,7 @@ import sys
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
/
# https://gitlab.ics.muni.cz/perun
/deployment/proxyidp
/check_nginx_status
if
__name__
==
"
__main__
"
:
sys
.
exit
(
main
())
This diff is collapsed.
Click to expand it.
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