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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
Icinga graphite templates
Commits
a2e0d42c
Commit
a2e0d42c
authored
1 year ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Patches
Plain Diff
add graph templates for onevm and onehost
parent
0f87c9d6
Branches
Branches containing commit
No related tags found
1 merge request
!5
2 more psql templates
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
iml_onehost.ini
+41
-0
41 additions, 0 deletions
iml_onehost.ini
iml_onevm.ini
+45
-0
45 additions, 0 deletions
iml_onevm.ini
with
86 additions
and
0 deletions
iml_onehost.ini
0 → 100644
+
41
−
0
View file @
a2e0d42c
; ======================================================================
;
; ONE hosts
;
; Opennebula hosts
;
; ----------------------------------------------------------------------
; 2023-06-i12 <axel.hahn@unibe.ch> initial version
; ======================================================================
; ----------------------------------------------------------------------
; graph
; ----------------------------------------------------------------------
[onehost.graph]
check_command
=
"ONE-hosts"
[onehost.urlparams]
areaAlpha
=
"0.2"
; areaMode = "first"
areaMode
=
"stacked"
colorList
=
"66cc88,888888,ddddee"
; ^ ^ ^
; on other total
lineWidth
=
"2"
min
=
"0"
;max = "100"
yUnitSystem
=
"binary"
[onehost.metrics_filters]
valon
=
"$service_name_template$.perfdata.on.value"
valother
=
"$service_name_template$.perfdata.other.value"
valtotal
=
"$service_name_template$.perfdata.total.value"
[onehost.functions]
valon
=
"alias($metric$, 'ON')"
valother
=
"alias($metric$, 'other state')"
valtotal
=
"alias($metric$, ':hidden:')"
This diff is collapsed.
Click to expand it.
iml_onevm.ini
0 → 100644
+
45
−
0
View file @
a2e0d42c
; ======================================================================
;
; ONE vm
;
; Opennebula virtual machines
;
; ----------------------------------------------------------------------
; 2023-06-i12 <axel.hahn@unibe.ch> initial version
; ======================================================================
; ----------------------------------------------------------------------
; graph
; ----------------------------------------------------------------------
[onevm.graph]
check_command
=
"ONE-vms"
[onevm.urlparams]
areaAlpha
=
"0.2"
; areaMode = "first"
areaMode
=
"stacked"
colorList
=
"66cc88,cc66dd,ee8888,888888,6699aa"
; ^ ^ ^ ^ ^
; runn unkn fail other total
lineWidth
=
"2"
min
=
"0"
;max = "100"
yUnitSystem
=
"binary"
[onevm.metrics_filters]
valrunning
=
"$service_name_template$.perfdata.running.value"
valunknown
=
"$service_name_template$.perfdata.unknown.value"
valfail
=
"$service_name_template$.perfdata.fail.value"
valother
=
"$service_name_template$.perfdata.other.value"
valtotal
=
"$service_name_template$.perfdata.total.value"
[onevm.functions]
valrunning
=
"alias($metric$, 'Running')"
valunknown
=
"alias($metric$, 'Unknown state')"
valfail
=
"alias($metric$, 'Failed')"
valother
=
"alias($metric$, 'other state')"
valtotal
=
"alias($metric$, ':hidden:')"
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