Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
icinga-passive-client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source
icinga-passive-client
Merge requests
!26
remove invalid line in cleanup
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
remove invalid line in cleanup
custom-params-per-server
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
remove invalid line in cleanup
Hahn Axel (hahn)
requested to merge
custom-params-per-server
into
master
Feb 17, 2023
Overview
0
Commits
1
Pipelines
0
Changes
1
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
62527ca6
1 commit,
Feb 17, 2023
1 file
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
director-cli.sh
+
4
−
4
View file @ 62527ca6
Edit in single-file editor
Open in Web IDE
Show full file
@@ -19,6 +19,7 @@
# 2022-03-04 v0.3 ah abort on http 5xx error
# 2023-01-22 v0.4 ah fix _bStopOnError; some shellfixes
# 2023-02-17 v0.5 ah add hostnamme into CFGSTORAGE
# 2023-02-17 v0.6 ah remove invalid line in cleanup
# ======================================================================
tmpfile
=
/tmp/outcurl.tmp
@@ -614,12 +615,12 @@ typeset cfg_dryrun=false
# cleanup services - delete unneded links
function
svclinkCleanup
(){
_h2
"Cleanup linked service templates"
tmpRemote
=
/tmp/remoteLinks
tmpLocal
=
/tmp/localChecks
tmpRemote
=
/tmp/remoteLinks
_
${
MY_NAME
}
.tmp
tmpLocal
=
/tmp/localChecks
_
${
MY_NAME
}
.tmp
# --- perpare I: create file with remote service template links
ObjAction list svclink
>
$tmpRemote
ObjAction list svclink
|
grep
-v
'>>>'
>
$tmpRemote
# --- perpare II: create file with local configs and object names for its link
rm
-f
$tmpLocal
2>/dev/null
@@ -653,7 +654,6 @@ typeset cfg_dryrun=false
echo
---
done
.
}
# ----------------------------------------------------------------------
# functions for Director
# ----------------------------------------------------------------------
Loading