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
ffbfbeb6
Commit
ffbfbeb6
authored
1 year ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Patches
Plain Diff
add missed file iml_clientbackup.ini
parent
150f7e4a
No related branches found
No related tags found
1 merge request
!7
6678 onehost add disabled hosts
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
iml_clientbackup.ini
+54
-0
54 additions, 0 deletions
iml_clientbackup.ini
with
54 additions
and
0 deletions
iml_clientbackup.ini
0 → 100644
+
54
−
0
View file @
ffbfbeb6
; ======================================================================
;
; IML Client backup
;
; show backed up files and dirs
;
; ----------------------------------------------------------------------
; 2023-09-01 <axel.hahn@iml.unibe.ch> initial version
; ======================================================================
; files-new=856;;;0 files-mod=572;;;0 files-del=448 dirs-new=72;;;0 dirs-mod=0;;;0 dirs-del=14
; ----------------------------------------------------------------------
; graph
; ----------------------------------------------------------------------
[clientbackup.graph]
check_command
=
"Duplicity-backup"
[clientbackup.urlparams]
areaAlpha
=
"0.2"
; areaMode = "first"
; areaMode = "stacked"
colorList
=
"44aa66,ffaa22,ee8888,66cc88,888888,cc66dd"
; ^ ^ ^ ^ ^ ^
; new mod del new mod del
lineWidth
=
"2"
min
=
"0"
; max = "100"
yUnitSystem
=
"binary"
[clientbackup.metrics_filters]
files-new
=
"$service_name_template$.perfdata.files-new.value"
files-mod
=
"$service_name_template$.perfdata.files-mod.value"
files-del
=
"$service_name_template$.perfdata.files-del.value"
dirs-new
=
"$service_name_template$.perfdata.dirs-new.value"
dirs-mod
=
"$service_name_template$.perfdata.dirs-mod.value"
dirs-del
=
"$service_name_template$.perfdata.dirs-del.value"
[clientbackup.functions]
; usage = "alias(color($metric$, '#ff5566'), 'Usage (%)')"
; usage = "alias($metric$, 'Usage (%)')"
files-new
=
"alias($metric$, 'new')"
files-mod
=
"alias($metric$, 'mdified')"
files-del
=
"alias($metric$, 'deleted files')"
dirs-new
=
"alias($metric$, 'new')"
dirs-mod
=
"alias($metric$, 'modified')"
dirs-del
=
"alias($metric$, 'deleted dirs')"
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