summaryrefslogtreecommitdiffstats
path: root/templates/mysql.ini
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 13:21:35 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 13:21:35 +0000
commit8adc969fb08ffab5f8e9e0b05b081046bdc2ad9a (patch)
tree555499bc0262c29210c706b44e0fb23c0ddd8b92 /templates/mysql.ini
parentAdding debian version 1.2.2-3. (diff)
downloadicingaweb2-module-graphite-8adc969fb08ffab5f8e9e0b05b081046bdc2ad9a.tar.xz
icingaweb2-module-graphite-8adc969fb08ffab5f8e9e0b05b081046bdc2ad9a.zip
Merging upstream version 1.2.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'templates/mysql.ini')
-rw-r--r--templates/mysql.ini17
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/mysql.ini b/templates/mysql.ini
index f39d15a..22d0387 100644
--- a/templates/mysql.ini
+++ b/templates/mysql.ini
@@ -268,3 +268,20 @@ yUnitSystem = "sec"
[mysql-seconds_behind_master.functions]
value = "alias(color($metric$, '#1a7dd7'), 'Seconds behind master')"
+
+
+[mysql-seconds_behind_source.graph]
+check_command = "mysql"
+
+[mysql-seconds_behind_source.metrics_filters]
+value = "$service_name_template$.perfdata.seconds_behind_source.value"
+
+[mysql-seconds_behind_source.urlparams]
+areaAlpha = "0.5"
+areaMode = "all"
+lineWidth = "2"
+min = "0"
+yUnitSystem = "sec"
+
+[mysql-seconds_behind_source.functions]
+value = "alias(color($metric$, '#1a7dd7'), 'Seconds behind source')"