Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Icinga graphite templates
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
IML Open Source
Icinga graphite templates
Merge requests
!7
6678 onehost add disabled hosts
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
6678 onehost add disabled hosts
6678-onehost-add-disabled-hosts
into
master
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
6678 onehost add disabled hosts
Hahn Axel (hahn)
requested to merge
6678-onehost-add-disabled-hosts
into
master
Sep 15, 2023
Overview
0
Commits
2
Pipelines
0
Changes
1
0
0
Merge request reports
Viewing commit
923576e5
Prev
Next
Show latest version
1 file
+
7
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
923576e5
add graph for disbaled hosts
· 923576e5
Hahn Axel (hahn)
authored
Sep 15, 2023
iml_onehost.ini
+
7
−
4
View file @ 923576e5
Edit in single-file editor
Open in Web IDE
Show full file
@@ -6,6 +6,7 @@
;
; ----------------------------------------------------------------------
; 2023-06-12 <axel.hahn@unibe.ch> initial version
; 2023-09-15 <axel.hahn@unibe.ch> add disabled hosts
; ======================================================================
@@ -20,9 +21,9 @@ check_command = "ONE-hosts"
areaAlpha
=
"0.2"
; areaMode = "first"
areaMode
=
"stacked"
colorList
=
"
66cc88
,888888,
ddddee
"
colorList
=
"
dd4444
,888888,
66cc88
"
; ^ ^ ^
; o
n other total
; o
ther dsbl on
lineWidth
=
"2"
min
=
"0"
@@ -30,12 +31,14 @@ min = "0"
yUnitSystem
=
"binary"
[onehost.metrics_filters]
valon
=
"$service_name_template$.perfdata.on.value"
valother
=
"$service_name_template$.perfdata.other.value"
valdis
=
"$service_name_template$.perfdata.disabled.value"
valon
=
"$service_name_template$.perfdata.on.value"
valtotal
=
"$service_name_template$.perfdata.total.value"
[onehost.functions]
valon
=
"alias($metric$, 'ON')"
valother
=
"alias($metric$, 'other state')"
valdis
=
"alias($metric$, 'disabled')"
valon
=
"alias($metric$, 'ON')"
valtotal
=
"alias($metric$, ':hidden:')"
Loading