John C. Frickson hace 9 años
padre
commit
5bbe30a05c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      plugins/check_mysql.c

+ 1 - 1
plugins/check_mysql.c

@@ -73,7 +73,7 @@ static const char *metric_unit[LENGTH_METRIC_UNIT] = {
 	"Qcache_free_memory",
 	"Qcache_queries_in_cache",
 	"Threads_connected",
-	"Threads_running"
+	"Threads_running",
 	"Uptime"
 };