Skip to content
Snippets Groups Projects
mysql_health.ini 11.97 KiB
[mysql_health-bufferpool_hitrate.graph]
check_command = "mysql_health"

[mysql_health-bufferpool_hitrate.metrics_filters]
value = "$service_name_template$.perfdata.bufferpool_hitrate.value"
now.value = "$service_name_template$.perfdata.bufferpool_hitrate_now.value"

[mysql_health-bufferpool_hitrate.urlparams]
areaAlpha = "0.5"
areaMode = "first"
lineWidth = "2"
min = "0"
yUnitSystem = "none"

[mysql_health-bufferpool_hitrate.functions]
value = "alias(color($metric$, '#1a7dd7'), 'InnoDB buffer pool hitrate (%)')"
now.value = "alias(color($metric$, '#ff5566'), 'InnoDB buffer pool hitrate (now, %)')"


[mysql_health-bufferpool_wait_free.graph]
check_command = "mysql_health"

[mysql_health-bufferpool_wait_free.metrics_filters]
value = "$service_name_template$.perfdata.bufferpool_free_waits_rate.value"

[mysql_health-bufferpool_wait_free.urlparams]
areaAlpha = "0.5"
areaMode = "all"
lineWidth = "2"
min = "0"
yUnitSystem = "none"

[mysql_health-bufferpool_wait_free.functions]
value = "alias(color($metric$, '#1a7dd7'), 'InnoDB buffer pool waits/s')"


[mysql_health-clients_aborted.graph]
check_command = "mysql_health"

[mysql_health-clients_aborted.metrics_filters]
value = "$service_name_template$.perfdata.clients_aborted_per_sec.value"

[mysql_health-clients_aborted.urlparams]
areaAlpha = "0.5"
areaMode = "all"
lineWidth = "2"
min = "0"
yUnitSystem = "none"

[mysql_health-clients_aborted.functions]
value = "alias(color($metric$, '#1a7dd7'), 'Clients aborted/s')"


[mysql_health-cluster_ndbd_running.graph]
check_command = "mysql_health"

[mysql_health-cluster_ndbd_running.metrics_filters]
ndbd_nodes.value = "$service_name_template$.perfdata.ndbd_nodes.value"
ndb_mgmd_nodes.value = "$service_name_template$.perfdata.ndb_mgmd_nodes.value"

[mysql_health-cluster_ndbd_running.urlparams]
areaAlpha = "0.5"
areaMode = "first"
lineWidth = "2"
min = "0"
yUnitSystem = "none"

[mysql_health-cluster_ndbd_running.functions]
ndbd_nodes.value = "alias(color($metric$, '#1a7dd7'), 'Ndbd nodes')"
ndb_mgmd_nodes.value = "alias(color($metric$, '#ff5566'), 'Ndb_mgmd nodes')"