changeset 3610:78885053cd80

mod_statistics_statsman: Fix syntax error
author Kim Alvefur <zash@zash.se>
date Tue, 28 May 2019 21:27:45 +0200
parents 0d4598dacc87
children 235d986ac20f
files mod_statistics_statsman/mod_statistics_statsman.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_statistics_statsman/mod_statistics_statsman.lua	Tue May 28 21:26:13 2019 +0200
+++ b/mod_statistics_statsman/mod_statistics_statsman.lua	Tue May 28 21:27:45 2019 +0200
@@ -16,7 +16,7 @@
 local name_map = {
 	["start_time"] = "up_since";
 	["cpu.percent:amount"] = "cpu";
-	["cpu.clock:amount"] = "cpu_total"
+	["cpu.clock:amount"] = "cpu_total";
 	["memory.allocated_mmap:amount"] = "memory_allocated_mmap";
 	["memory.allocated:amount"] = "memory_allocated";
 	["memory.lua:amount"] = "memory_lua";