summaryrefslogtreecommitdiffstats
path: root/templates/mysql.ini
diff options
context:
space:
mode:
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')"