summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorSimon Rettberg2015-11-19 12:13:36 +0100
committerSimon Rettberg2015-11-19 12:13:36 +0100
commit66aac2e67e35bd987bc3750b63f2734e47d0d57d (patch)
treeb9881051c3587a00fa56972c6b449731689cdd68 /lang
parent[request.inc.php] Add optional parameter to control variable type (diff)
downloadslx-admin-66aac2e67e35bd987bc3750b63f2734e47d0d57d.tar.gz
slx-admin-66aac2e67e35bd987bc3750b63f2734e47d0d57d.tar.xz
slx-admin-66aac2e67e35bd987bc3750b63f2734e47d0d57d.zip
Implement statistics logging
DB scheme update is still missing, might still change a little...
Diffstat (limited to 'lang')
-rw-r--r--lang/de/templates/statistics/clientlist.json11
-rw-r--r--lang/de/templates/statistics/cpumodels.json6
-rw-r--r--lang/de/templates/statistics/id44.json5
-rw-r--r--lang/de/templates/statistics/kvmstate.json5
-rw-r--r--lang/de/templates/statistics/machine-hdds.json7
-rw-r--r--lang/de/templates/statistics/machine-main.json18
-rw-r--r--lang/de/templates/statistics/memory.json5
-rw-r--r--lang/en/templates/statistics/clientlist.json11
-rw-r--r--lang/en/templates/statistics/cpumodels.json6
-rw-r--r--lang/en/templates/statistics/id44.json5
-rw-r--r--lang/en/templates/statistics/kvmstate.json5
-rw-r--r--lang/en/templates/statistics/machine-hdds.json7
-rw-r--r--lang/en/templates/statistics/machine-main.json18
-rw-r--r--lang/en/templates/statistics/memory.json5
-rw-r--r--lang/pt/templates/statistics/clientlist.json3
-rw-r--r--lang/pt/templates/statistics/cpumodels.json3
-rw-r--r--lang/pt/templates/statistics/id44.json3
-rw-r--r--lang/pt/templates/statistics/kvmstate.json3
-rw-r--r--lang/pt/templates/statistics/machine-hdds.json3
-rw-r--r--lang/pt/templates/statistics/machine-main.json3
-rw-r--r--lang/pt/templates/statistics/memory.json3
21 files changed, 135 insertions, 0 deletions
diff --git a/lang/de/templates/statistics/clientlist.json b/lang/de/templates/statistics/clientlist.json
new file mode 100644
index 00000000..14e21549
--- /dev/null
+++ b/lang/de/templates/statistics/clientlist.json
@@ -0,0 +1,11 @@
+{
+ "lang_address": "Adresse",
+ "lang_clientList": "Liste ausgew\u00e4hlter Rechner",
+ "lang_cpuModel": "CPU",
+ "lang_gbRam": "RAM",
+ "lang_kvmSupport": "64\u2009Bit G\u00e4ste",
+ "lang_lastBoot": "Letzter boot",
+ "lang_machine": "Rechner",
+ "lang_realCores": "Kerne",
+ "lang_tmpGb": "HDD-Temp"
+} \ No newline at end of file
diff --git a/lang/de/templates/statistics/cpumodels.json b/lang/de/templates/statistics/cpumodels.json
new file mode 100644
index 00000000..fc7cf503
--- /dev/null
+++ b/lang/de/templates/statistics/cpumodels.json
@@ -0,0 +1,6 @@
+{
+ "lang_cpuCores": "Kerne",
+ "lang_cpuCount": "Anzahl",
+ "lang_cpuName": "CPU Typ",
+ "lang_cpuStats": "Prozessoren"
+} \ No newline at end of file
diff --git a/lang/de/templates/statistics/id44.json b/lang/de/templates/statistics/id44.json
new file mode 100644
index 00000000..e2660f20
--- /dev/null
+++ b/lang/de/templates/statistics/id44.json
@@ -0,0 +1,5 @@
+{
+ "lang_machineCount": "Anzahl",
+ "lang_partitionSize": "Gr\u00f6\u00dfe",
+ "lang_tempPartStats": "Tempor\u00e4re Partition"
+} \ No newline at end of file
diff --git a/lang/de/templates/statistics/kvmstate.json b/lang/de/templates/statistics/kvmstate.json
new file mode 100644
index 00000000..3e8f1a96
--- /dev/null
+++ b/lang/de/templates/statistics/kvmstate.json
@@ -0,0 +1,5 @@
+{
+ "lang_kvmState": "Status",
+ "lang_kvmStats": "64\u2009Bit Gast-Support",
+ "lang_machineCount": "Anzahl"
+} \ No newline at end of file
diff --git a/lang/de/templates/statistics/machine-hdds.json b/lang/de/templates/statistics/machine-hdds.json
new file mode 100644
index 00000000..731376e3
--- /dev/null
+++ b/lang/de/templates/statistics/machine-hdds.json
@@ -0,0 +1,7 @@
+{
+ "lang_hdds": "Festplatten",
+ "lang_partName": "Name",
+ "lang_partSize": "Gr\u00f6\u00dfe",
+ "lang_partType": "Typ",
+ "lang_total": "Gesamt"
+} \ No newline at end of file
diff --git a/lang/de/templates/statistics/machine-main.json b/lang/de/templates/statistics/machine-main.json
new file mode 100644
index 00000000..751ff8c7
--- /dev/null
+++ b/lang/de/templates/statistics/machine-main.json
@@ -0,0 +1,18 @@
+{
+ "lang_64bitSupport": "64\u2009Bit Gast-Support",
+ "lang_cores": "Kerne",
+ "lang_cpuModel": "CPU-Modell",
+ "lang_firstSeen": "Erste Aktivit\u00e4t",
+ "lang_hardwareSummary": "Hardware",
+ "lang_hostname": "Hostname",
+ "lang_ip": "IP-Adresse",
+ "lang_lastBoot": "Letzter Boot",
+ "lang_lastSeen": "Letzte Aktivit\u00e4t",
+ "lang_macAddr": "MAC-Adresse",
+ "lang_machineSummary": "Zusammenfassung",
+ "lang_ram": "Arbeitsspeicher",
+ "lang_sockets": "Sockel",
+ "lang_tempPart": "Temp. Partition",
+ "lang_uuid": "UUID",
+ "lang_virtualCores": "Virtuelle Kerne"
+} \ No newline at end of file
diff --git a/lang/de/templates/statistics/memory.json b/lang/de/templates/statistics/memory.json
new file mode 100644
index 00000000..b5fdac89
--- /dev/null
+++ b/lang/de/templates/statistics/memory.json
@@ -0,0 +1,5 @@
+{
+ "lang_machineCount": "Anzahl",
+ "lang_memoryStats": "Arbeitsspeicher",
+ "lang_ramSize": "Gr\u00f6\u00dfe"
+} \ No newline at end of file
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
diff --git a/lang/pt/templates/statistics/clientlist.json b/lang/pt/templates/statistics/clientlist.json
new file mode 100644
index 00000000..c44dc44f
--- /dev/null
+++ b/lang/pt/templates/statistics/clientlist.json
@@ -0,0 +1,3 @@
+[
+
+] \ No newline at end of file
diff --git a/lang/pt/templates/statistics/cpumodels.json b/lang/pt/templates/statistics/cpumodels.json
new file mode 100644
index 00000000..c44dc44f
--- /dev/null
+++ b/lang/pt/templates/statistics/cpumodels.json
@@ -0,0 +1,3 @@
+[
+
+] \ No newline at end of file
diff --git a/lang/pt/templates/statistics/id44.json b/lang/pt/templates/statistics/id44.json
new file mode 100644
index 00000000..c44dc44f
--- /dev/null
+++ b/lang/pt/templates/statistics/id44.json
@@ -0,0 +1,3 @@
+[
+
+] \ No newline at end of file
diff --git a/lang/pt/templates/statistics/kvmstate.json b/lang/pt/templates/statistics/kvmstate.json
new file mode 100644
index 00000000..c44dc44f
--- /dev/null
+++ b/lang/pt/templates/statistics/kvmstate.json
@@ -0,0 +1,3 @@
+[
+
+] \ No newline at end of file
diff --git a/lang/pt/templates/statistics/machine-hdds.json b/lang/pt/templates/statistics/machine-hdds.json
new file mode 100644
index 00000000..c44dc44f
--- /dev/null
+++ b/lang/pt/templates/statistics/machine-hdds.json
@@ -0,0 +1,3 @@
+[
+
+] \ No newline at end of file
diff --git a/lang/pt/templates/statistics/machine-main.json b/lang/pt/templates/statistics/machine-main.json
new file mode 100644
index 00000000..c44dc44f
--- /dev/null
+++ b/lang/pt/templates/statistics/machine-main.json
@@ -0,0 +1,3 @@
+[
+
+] \ No newline at end of file
diff --git a/lang/pt/templates/statistics/memory.json b/lang/pt/templates/statistics/memory.json
new file mode 100644
index 00000000..c44dc44f
--- /dev/null
+++ b/lang/pt/templates/statistics/memory.json
@@ -0,0 +1,3 @@
+[
+
+] \ No newline at end of file