summaryrefslogtreecommitdiffstats
path: root/templates/default.ini
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 12:44:18 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 12:44:18 +0000
commit23be945fd2810ee82e3a23cbcd2352c9bda43d4f (patch)
treedd511b321f308264952cffb005a4288ea4e478e6 /templates/default.ini
parentInitial commit. (diff)
downloadicingaweb2-module-graphite-23be945fd2810ee82e3a23cbcd2352c9bda43d4f.tar.xz
icingaweb2-module-graphite-23be945fd2810ee82e3a23cbcd2352c9bda43d4f.zip
Adding upstream version 1.2.2.upstream/1.2.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--templates/default.ini26
1 files changed, 26 insertions, 0 deletions
diff --git a/templates/default.ini b/templates/default.ini
new file mode 100644
index 0000000..5d6921d
--- /dev/null
+++ b/templates/default.ini
@@ -0,0 +1,26 @@
+[default-host.metrics_filters]
+value = "$host_name_template$.perfdata.$perfdata$.value"
+
+[default-host.urlparams]
+areaAlpha = "0.5"
+areaMode = "all"
+lineWidth = "2"
+title = "$perfdata$"
+yUnitSystem = "none"
+
+[default-host.functions]
+value = "alias(color($metric$, '#1a7dd7'), 'value')"
+
+
+[default-service.metrics_filters]
+value = "$service_name_template$.perfdata.$perfdata$.value"
+
+[default-service.urlparams]
+areaAlpha = "0.5"
+areaMode = "all"
+lineWidth = "2"
+title = "$perfdata$"
+yUnitSystem = "none"
+
+[default-service.functions]
+value = "alias(color($metric$, '#1a7dd7'), 'value')"