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
Compare revisions
9b99bff3370c67f0c0981c73f91e2df3d42b12ef to e3781a91b0e4015d8e1687ae3a5ad122cb37b2ed
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
iml-open-source/icinga-graphite-templates
Select target project
No results found
e3781a91b0e4015d8e1687ae3a5ad122cb37b2ed
Select Git revision
Swap
Target
iml-open-source/icinga-graphite-templates
Select target project
iml-open-source/icinga-graphite-templates
1 result
9b99bff3370c67f0c0981c73f91e2df3d42b12ef
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
add graph for rear backup status
· d7525e30
Hahn Axel (hahn)
authored
1 year ago
d7525e30
Merge branch '6681-printer-with-snmp3-support' into 'master'
· e3781a91
Hahn Axel (hahn)
authored
1 year ago
add graph for rear backup status See merge request
!10
e3781a91
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
iml_rear_backup.ini
+37
-0
37 additions, 0 deletions
iml_rear_backup.ini
with
37 additions
and
0 deletions
iml_rear_backup.ini
0 → 100644
View file @
e3781a91
; ======================================================================
;
; Rear Backup status
;
; ----------------------------------------------------------------------
; 2023-12-22 <axel.hahn@unibe.ch> initial version
; ======================================================================
; ----------------------------------------------------------------------
; graph
; ----------------------------------------------------------------------
[backupserver.graph]
check_command
=
"Rear-Backup"
[backupserver.urlparams]
areaAlpha
=
"0.4"
; areaMode = "first"
areaMode
=
"stacked"
colorList
=
"cc0000,ffaa22,33cc33"
; ^ ^ ^
; crit warn ok
lineWidth
=
"2"
min
=
"0"
; max = "100"
yUnitSystem
=
"binary"
[backupserver.metrics_filters]
critical
=
"$service_name_template$.perfdata.critical.value"
warning
=
"$service_name_template$.perfdata.warning.value"
ok
=
"$service_name_template$.perfdata.ok.value"
[backupserver.functions]
critical
=
"alias($metric$, 'Outdated')"
warning
=
"alias($metric$, 'Warning')"
ok
=
"alias($metric$, 'OK')"
This diff is collapsed.
Click to expand it.