From 66aac2e67e35bd987bc3750b63f2734e47d0d57d Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 19 Nov 2015 12:13:36 +0100 Subject: Implement statistics logging DB scheme update is still missing, might still change a little... --- lang/en/templates/statistics/clientlist.json | 11 +++++++++++ lang/en/templates/statistics/cpumodels.json | 6 ++++++ lang/en/templates/statistics/id44.json | 5 +++++ lang/en/templates/statistics/kvmstate.json | 5 +++++ lang/en/templates/statistics/machine-hdds.json | 7 +++++++ lang/en/templates/statistics/machine-main.json | 18 ++++++++++++++++++ lang/en/templates/statistics/memory.json | 5 +++++ 7 files changed, 57 insertions(+) create mode 100644 lang/en/templates/statistics/clientlist.json create mode 100644 lang/en/templates/statistics/cpumodels.json create mode 100644 lang/en/templates/statistics/id44.json create mode 100644 lang/en/templates/statistics/kvmstate.json create mode 100644 lang/en/templates/statistics/machine-hdds.json create mode 100644 lang/en/templates/statistics/machine-main.json create mode 100644 lang/en/templates/statistics/memory.json (limited to 'lang/en') diff --git a/lang/en/templates/statistics/clientlist.json b/lang/en/templates/statistics/clientlist.json new file mode 100644 index 00000000..09ea04fd --- /dev/null +++ b/lang/en/templates/statistics/clientlist.json @@ -0,0 +1,11 @@ +{ + "lang_address": "Address", + "lang_clientList": "List of selected machines", + "lang_cpuModel": "CPU", + "lang_gbRam": "RAM", + "lang_kvmSupport": "64\u2009Bit guests", + "lang_lastBoot": "Last boot", + "lang_machine": "Machine", + "lang_realCores": "Cores", + "lang_tmpGb": "HDD temp" +} \ No newline at end of file diff --git a/lang/en/templates/statistics/cpumodels.json b/lang/en/templates/statistics/cpumodels.json new file mode 100644 index 00000000..c73cbb22 --- /dev/null +++ b/lang/en/templates/statistics/cpumodels.json @@ -0,0 +1,6 @@ +{ + "lang_cpuCores": "Cores", + "lang_cpuCount": "Count", + "lang_cpuName": "CPU type", + "lang_cpuStats": "Processors" +} \ No newline at end of file diff --git a/lang/en/templates/statistics/id44.json b/lang/en/templates/statistics/id44.json new file mode 100644 index 00000000..0d0081a8 --- /dev/null +++ b/lang/en/templates/statistics/id44.json @@ -0,0 +1,5 @@ +{ + "lang_machineCount": "Count", + "lang_partitionSize": "Size", + "lang_tempPartStats": "Temporary partition" +} \ No newline at end of file diff --git a/lang/en/templates/statistics/kvmstate.json b/lang/en/templates/statistics/kvmstate.json new file mode 100644 index 00000000..b4846473 --- /dev/null +++ b/lang/en/templates/statistics/kvmstate.json @@ -0,0 +1,5 @@ +{ + "lang_kvmState": "State", + "lang_kvmStats": "64\u2009Bit guest support", + "lang_machineCount": "Count" +} \ No newline at end of file diff --git a/lang/en/templates/statistics/machine-hdds.json b/lang/en/templates/statistics/machine-hdds.json new file mode 100644 index 00000000..85afe2e8 --- /dev/null +++ b/lang/en/templates/statistics/machine-hdds.json @@ -0,0 +1,7 @@ +{ + "lang_hdds": "Hard disk drives", + "lang_partName": "Name", + "lang_partSize": "Size", + "lang_partType": "Type", + "lang_total": "Total" +} \ No newline at end of file diff --git a/lang/en/templates/statistics/machine-main.json b/lang/en/templates/statistics/machine-main.json new file mode 100644 index 00000000..2aa3b9ba --- /dev/null +++ b/lang/en/templates/statistics/machine-main.json @@ -0,0 +1,18 @@ +{ + "lang_64bitSupport": "64\u2009Bit guest support", + "lang_cores": "Cores", + "lang_cpuModel": "CPU model", + "lang_firstSeen": "First seen", + "lang_hardwareSummary": "Hardware", + "lang_hostname": "Hostname", + "lang_ip": "IP address", + "lang_lastBoot": "Last boot", + "lang_lastSeen": "Last activity", + "lang_macAddr": "MAC address", + "lang_machineSummary": "Summary", + "lang_ram": "Memory", + "lang_sockets": "Sockets", + "lang_tempPart": "Temp. partition", + "lang_uuid": "UUID", + "lang_virtualCores": "Virtual cores" +} \ No newline at end of file diff --git a/lang/en/templates/statistics/memory.json b/lang/en/templates/statistics/memory.json new file mode 100644 index 00000000..decdd021 --- /dev/null +++ b/lang/en/templates/statistics/memory.json @@ -0,0 +1,5 @@ +{ + "lang_machineCount": "Count", + "lang_memoryStats": "Memory", + "lang_ramSize": "Size" +} \ No newline at end of file -- cgit v1.2.3-55-g7522