Skip to content
Snippets Groups Projects
Commit 994970c7 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update mysql templates

parent ed38ebff
No related branches found
No related tags found
No related merge requests found
......@@ -20,9 +20,9 @@ check_command = "Mysql-connections"
[mysqlserverconnections.urlparams]
areaAlpha = "0.2"
areaMode = "first"
colorList = "6699aa,88ccdd,d0d8da"
; ^ ^ ^
; threads maxused max
colorList = "6699aa,66cc88,88ccdd,d0d8da"
; ^ ^ ^ ^
; threads quest maxused max
lineWidth = "2"
min = "0"
yUnitSystem = "binary"
......@@ -30,10 +30,12 @@ yUnitSystem = "binary"
[mysqlserverconnections.metrics_filters]
threadsconnected = "$service_name_template$.perfdata.threadsconnected.value"
questions = "$service_name_template$.perfdata.questions.value"
maxusedconnections = "$service_name_template$.perfdata.maxusedconnections.value"
maxconnections = "$service_name_template$.perfdata.maxconnections.value"
[mysqlserverconnections.functions]
questions = "alias($metric$, 'Running questions')"
threadsconnected = "alias($metric$, 'Threads')"
maxusedconnections = "alias($metric$, 'Max. used connections')"
maxconnections = "alias($metric$, 'Configuration of max. connections')"
......
......@@ -36,7 +36,7 @@ notcached = "$service_name_template$.perfdata.notcached.value"
[mysqlserver-qcache-hits.functions]
hits = "alias($metric$, 'Hits')"
inserts = "alias($metric$, 'Inserts')"
notcached = "alias($metric$, 'Not cached (stacked values)')"
notcached = "alias($metric$, 'Not cached (stacked)')"
; ----------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment