Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
icinga-checks
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
icinga-checks
Commits
b139b6f3
Commit
b139b6f3
authored
1 year ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Patches
Plain Diff
remove duplicated disabled backups
parent
e196fc52
No related branches found
No related tags found
1 merge request
!221
remove duplicated disabled backups
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
check_iml_backup_server
+2
-2
2 additions, 2 deletions
check_iml_backup_server
with
2 additions
and
2 deletions
check_iml_backup_server
+
2
−
2
View file @
b139b6f3
...
...
@@ -109,7 +109,7 @@ case "$sMode" in
ph.setStatus unknown
fi
ph.status
"Server Backups -
$iTotal
servers in backup -
$iErrors
errors -
$iDisable
disbled -
$iRunning
running"
echo
List of server backups grouped by status
echo
"
List of server backups grouped by status
(non-OK only)"
echo
(
# draw 1st line with table header
...
...
@@ -117,7 +117,7 @@ case "$sMode" in
echo
# show servers grouped by status
for
mystatus
in
E D R
"
\?
"
D
for
mystatus
in
E D R
"
\?
"
do
srvlist
=
$(
_getServerOfStatus
"
$mystatus
"
"
$data
"
)
test
-n
"
$srvlist
"
&&
(
echo
"
$srvlist
"
;
echo
)
...
...
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