aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin
diff options
context:
space:
mode:
authorŁukasz Kostka2014-08-15 00:13:54 +0200
committerPim van den Berg2014-08-25 23:32:22 +0200
commit2c5c2a62e10d5aadef9908b03908dffe9c26e2ad (patch)
tree78c8e11f470b0f71cc088d151292d72aa62e1f72 /plugin
parentfix rrd_escape() not escaping colons (diff)
downloadapt-panopticon_cgp-2c5c2a62e10d5aadef9908b03908dffe9c26e2ad.zip
apt-panopticon_cgp-2c5c2a62e10d5aadef9908b03908dffe9c26e2ad.tar.gz
apt-panopticon_cgp-2c5c2a62e10d5aadef9908b03908dffe9c26e2ad.tar.bz2
apt-panopticon_cgp-2c5c2a62e10d5aadef9908b03908dffe9c26e2ad.tar.xz
move " on <HOSTNAME>" suffix in graph title to JSON
Closes #101
Diffstat (limited to 'plugin')
-rw-r--r--plugin/apache.json10
-rw-r--r--plugin/apcups.json12
-rw-r--r--plugin/battery.json6
-rw-r--r--plugin/conntrack.json2
-rw-r--r--plugin/contextswitch.json2
-rw-r--r--plugin/cpu.json2
-rw-r--r--plugin/cpufreq.json2
-rw-r--r--plugin/df.json4
-rw-r--r--plugin/disk.json8
-rw-r--r--plugin/dns.json8
-rw-r--r--plugin/entropy.json2
-rw-r--r--plugin/filecount.json4
-rw-r--r--plugin/hddtemp.json2
-rw-r--r--plugin/interface.json6
-rw-r--r--plugin/ipmi.json6
-rw-r--r--plugin/iptables.json4
-rw-r--r--plugin/irq.json2
-rw-r--r--plugin/libvirt.json16
-rw-r--r--plugin/load.json2
-rw-r--r--plugin/lvm.json2
-rw-r--r--plugin/md.json2
-rw-r--r--plugin/memcached.json18
-rw-r--r--plugin/memory.json2
-rw-r--r--plugin/mysql.json16
-rw-r--r--plugin/netlink.json16
-rw-r--r--plugin/nfs.json2
-rw-r--r--plugin/nginx.json6
-rw-r--r--plugin/ntpd.json8
-rw-r--r--plugin/nut.json12
-rw-r--r--plugin/openvpn.json4
-rw-r--r--plugin/ping.json6
-rw-r--r--plugin/postgresql.json14
-rw-r--r--plugin/processes.json24
-rw-r--r--plugin/sensors.json6
-rw-r--r--plugin/snmp.json2
-rw-r--r--plugin/swap.json4
-rw-r--r--plugin/tcpconns.json2
-rw-r--r--plugin/thermal.json2
-rw-r--r--plugin/uptime.json2
-rw-r--r--plugin/users.json2
-rw-r--r--plugin/vmem.json6
-rw-r--r--plugin/vserver.json10
-rw-r--r--plugin/wireless.json6
43 files changed, 137 insertions, 137 deletions
diff --git a/plugin/apache.json b/plugin/apache.json
index 3774371..3f8b65f 100644
--- a/plugin/apache.json
+++ b/plugin/apache.json
@@ -1,6 +1,6 @@
1{ 1{
2 "apache_bytes": { 2 "apache_bytes": {
3 "title": "Webserver Traffic ({{PI}})", 3 "title": "Webserver Traffic ({{PI}}) on {{HOST}}",
4 "vertical": "{{ND}}/s", 4 "vertical": "{{ND}}/s",
5 "legend": { 5 "legend": {
6 "value": { 6 "value": {
@@ -11,7 +11,7 @@
11 "legend_format": "%5.1lf" 11 "legend_format": "%5.1lf"
12 }, 12 },
13 "apache_connections": { 13 "apache_connections": {
14 "title": "Webserver Connections ({{PI}})", 14 "title": "Webserver Connections ({{PI}}) on {{HOST}}",
15 "vertical": "Conns/s", 15 "vertical": "Conns/s",
16 "legend": { 16 "legend": {
17 "value": { 17 "value": {
@@ -22,7 +22,7 @@
22 "legend_format": "%5.1lf" 22 "legend_format": "%5.1lf"
23 }, 23 },
24 "apache_idle_workers": { 24 "apache_idle_workers": {
25 "title": "Webserver Idle Workers ({{PI}})", 25 "title": "Webserver Idle Workers ({{PI}}) on {{HOST}}",
26 "vertical": "Workers", 26 "vertical": "Workers",
27 "legend": { 27 "legend": {
28 "value": { 28 "value": {
@@ -33,7 +33,7 @@
33 "legend_format": "%5.1lf" 33 "legend_format": "%5.1lf"
34 }, 34 },
35 "apache_requests": { 35 "apache_requests": {
36 "title": "Webserver Requests ({{PI}})", 36 "title": "Webserver Requests ({{PI}}) on {{HOST}}",
37 "vertical": "Requests/s", 37 "vertical": "Requests/s",
38 "legend": { 38 "legend": {
39 "value": { 39 "value": {
@@ -44,7 +44,7 @@
44 "legend_format": "%5.1lf" 44 "legend_format": "%5.1lf"
45 }, 45 },
46 "apache_scoreboard": { 46 "apache_scoreboard": {
47 "title": "Webserver Scoreboard ({{PI}})", 47 "title": "Webserver Scoreboard ({{PI}}) on {{HOST}}",
48 "vertical": "Slots", 48 "vertical": "Slots",
49 "type": "stacked", 49 "type": "stacked",
50 "legend": { 50 "legend": {
diff --git a/plugin/apcups.json b/plugin/apcups.json
index 87ba662..530829c 100644
--- a/plugin/apcups.json
+++ b/plugin/apcups.json
@@ -1,6 +1,6 @@
1{ 1{
2 "charge": { 2 "charge": {
3 "title": "UPS Charge", 3 "title": "UPS Charge on {{HOST}}",
4 "vertical": "Ampere hours", 4 "vertical": "Ampere hours",
5 "legend": { 5 "legend": {
6 "value": { 6 "value": {
@@ -11,7 +11,7 @@
11 "legend_format": "%5.1lf%s" 11 "legend_format": "%5.1lf%s"
12 }, 12 },
13 "frequency": { 13 "frequency": {
14 "title": "UPS Input Frequency", 14 "title": "UPS Input Frequency on {{HOST}}",
15 "vertical": "Hertz", 15 "vertical": "Hertz",
16 "legend": { 16 "legend": {
17 "value": { 17 "value": {
@@ -22,7 +22,7 @@
22 "legend_format": "%5.1lf%s" 22 "legend_format": "%5.1lf%s"
23 }, 23 },
24 "percent": { 24 "percent": {
25 "title": "UPS Load", 25 "title": "UPS Load on {{HOST}}",
26 "vertical": "Load", 26 "vertical": "Load",
27 "legend": { 27 "legend": {
28 "value": { 28 "value": {
@@ -33,7 +33,7 @@
33 "legend_format": "%5.1lf%s" 33 "legend_format": "%5.1lf%s"
34 }, 34 },
35 "temperature": { 35 "temperature": {
36 "title": "UPS Temperature", 36 "title": "UPS Temperature on {{HOST}}",
37 "vertical": "Celsius", 37 "vertical": "Celsius",
38 "legend": { 38 "legend": {
39 "value": { 39 "value": {
@@ -43,7 +43,7 @@
43 } 43 }
44 }, 44 },
45 "timeleft": { 45 "timeleft": {
46 "title": "UPS Time Left", 46 "title": "UPS Time Left on {{HOST}}",
47 "vertical": "Seconds", 47 "vertical": "Seconds",
48 "legend": { 48 "legend": {
49 "value": { 49 "value": {
@@ -54,7 +54,7 @@
54 "legend_format": "%5.1lf%s" 54 "legend_format": "%5.1lf%s"
55 }, 55 },
56 "voltage": { 56 "voltage": {
57 "title": "UPS Voltage {{TI}}", 57 "title": "UPS Voltage {{TI}} on {{HOST}}",
58 "vertical": "Volt", 58 "vertical": "Volt",
59 "legend": { 59 "legend": {
60 "value": { 60 "value": {
diff --git a/plugin/battery.json b/plugin/battery.json
index 625e704..95738bf 100644
--- a/plugin/battery.json
+++ b/plugin/battery.json
@@ -1,6 +1,6 @@
1{ 1{
2 "charge": { 2 "charge": {
3 "title": "Charge (Battery {{PI}})", 3 "title": "Charge (Battery {{PI}}) on {{HOST}}",
4 "vertical": "Ampere hours", 4 "vertical": "Ampere hours",
5 "legend": { 5 "legend": {
6 "value": { 6 "value": {
@@ -11,7 +11,7 @@
11 "legend_format": "%5.1lf%s" 11 "legend_format": "%5.1lf%s"
12 }, 12 },
13 "current": { 13 "current": {
14 "title": "Current (Battery {{PI}})", 14 "title": "Current (Battery {{PI}}) on {{HOST}}",
15 "vertical": "Ampere", 15 "vertical": "Ampere",
16 "legend": { 16 "legend": {
17 "value": { 17 "value": {
@@ -22,7 +22,7 @@
22 "legend_format": "%5.1lf%s" 22 "legend_format": "%5.1lf%s"
23 }, 23 },
24 "voltage": { 24 "voltage": {
25 "title": "Voltage (Battery {{PI}})", 25 "title": "Voltage (Battery {{PI}}) on {{HOST}}",
26 "vertical": "Volt", 26 "vertical": "Volt",
27 "legend": { 27 "legend": {
28 "value": { 28 "value": {
diff --git a/plugin/conntrack.json b/plugin/conntrack.json
index d3e218e..730cc24 100644
--- a/plugin/conntrack.json
+++ b/plugin/conntrack.json
@@ -1,6 +1,6 @@
1{ 1{
2 "conntrack": { 2 "conntrack": {
3 "title": "Conntrack entries", 3 "title": "Conntrack entries on {{HOST}}",
4 "vertical": "Entries", 4 "vertical": "Entries",
5 "legend": { 5 "legend": {
6 "value": { 6 "value": {
diff --git a/plugin/contextswitch.json b/plugin/contextswitch.json
index 65c3745..8444466 100644
--- a/plugin/contextswitch.json
+++ b/plugin/contextswitch.json
@@ -1,6 +1,6 @@
1{ 1{
2 "contextswitch": { 2 "contextswitch": {
3 "title": "Context switches", 3 "title": "Context switches on {{HOST}}",
4 "vertical": "switch per second Bits", 4 "vertical": "switch per second Bits",
5 "legend": { 5 "legend": {
6 "value": { 6 "value": {
diff --git a/plugin/cpu.json b/plugin/cpu.json
index 34e021d..6f74654 100644
--- a/plugin/cpu.json
+++ b/plugin/cpu.json
@@ -1,6 +1,6 @@
1{ 1{
2 "cpu": { 2 "cpu": {
3 "title": "CPU-{{PI}} usage", 3 "title": "CPU-{{PI}} usage on {{HOST}}",
4 "vertical": "Jiffies", 4 "vertical": "Jiffies",
5 "rrdtool_opts": ["-u", "100"], 5 "rrdtool_opts": ["-u", "100"],
6 "type": "stacked", 6 "type": "stacked",
diff --git a/plugin/cpufreq.json b/plugin/cpufreq.json
index c66f924..196e420 100644
--- a/plugin/cpufreq.json
+++ b/plugin/cpufreq.json
@@ -1,6 +1,6 @@
1{ 1{
2 "cpufreq": { 2 "cpufreq": {
3 "title": "CPU frequency scaling", 3 "title": "CPU frequency scaling on {{HOST}}",
4 "vertical": "Hz", 4 "vertical": "Hz",
5 "legend_format": "%5.1lf%s" 5 "legend_format": "%5.1lf%s"
6 } 6 }
diff --git a/plugin/df.json b/plugin/df.json
index ad345e4..f066dcd 100644
--- a/plugin/df.json
+++ b/plugin/df.json
@@ -1,6 +1,6 @@
1{ 1{
2 "df_complex": { 2 "df_complex": {
3 "title": "Free space ({{PI}})", 3 "title": "Free space ({{PI}}) on {{HOST}}",
4 "vertical": "Bytes", 4 "vertical": "Bytes",
5 "type": "stacked", 5 "type": "stacked",
6 "legend": { 6 "legend": {
@@ -21,7 +21,7 @@
21 "base": "1024" 21 "base": "1024"
22 }, 22 },
23 "df_inodes": { 23 "df_inodes": {
24 "title": "Free inodes ({{PI}})", 24 "title": "Free inodes ({{PI}}) on {{HOST}}",
25 "vertical": "Inodes", 25 "vertical": "Inodes",
26 "type": "stacked", 26 "type": "stacked",
27 "legend": { 27 "legend": {
diff --git a/plugin/disk.json b/plugin/disk.json
index 2d14715..37e7e8b 100644
--- a/plugin/disk.json
+++ b/plugin/disk.json
@@ -1,6 +1,6 @@
1{ 1{
2 "disk_merged": { 2 "disk_merged": {
3 "title": "Disk Merged Operations ({{PI}})", 3 "title": "Disk Merged Operations ({{PI}}) on {{HOST}}",
4 "vertical": "Merged operations/s", 4 "vertical": "Merged operations/s",
5 "type": "io", 5 "type": "io",
6 "legend": { 6 "legend": {
@@ -16,7 +16,7 @@
16 "legend_format": "%5.1lf%s" 16 "legend_format": "%5.1lf%s"
17 }, 17 },
18 "disk_octets": { 18 "disk_octets": {
19 "title": "Disk Traffic ({{PI}})", 19 "title": "Disk Traffic ({{PI}}) on {{HOST}}",
20 "vertical": "Bytes per second", 20 "vertical": "Bytes per second",
21 "type": "io", 21 "type": "io",
22 "legend": { 22 "legend": {
@@ -32,7 +32,7 @@
32 "legend_format": "%5.1lf%s" 32 "legend_format": "%5.1lf%s"
33 }, 33 },
34 "disk_ops": { 34 "disk_ops": {
35 "title": "Disk Operations ({{PI}})", 35 "title": "Disk Operations ({{PI}}) on {{HOST}}",
36 "vertical": "Ops per second", 36 "vertical": "Ops per second",
37 "type": "io", 37 "type": "io",
38 "legend": { 38 "legend": {
@@ -48,7 +48,7 @@
48 "legend_format": "%5.1lf%s" 48 "legend_format": "%5.1lf%s"
49 }, 49 },
50 "disk_time": { 50 "disk_time": {
51 "title": "Disk time per operation ({{PI}})", 51 "title": "Disk time per operation ({{PI}}) on {{HOST}}",
52 "vertical": "Avg. Time/Op", 52 "vertical": "Avg. Time/Op",
53 "type": "io", 53 "type": "io",
54 "legend": { 54 "legend": {
diff --git a/plugin/dns.json b/plugin/dns.json
index 6f8c542..69fd1e7 100644
--- a/plugin/dns.json
+++ b/plugin/dns.json
@@ -1,6 +1,6 @@
1{ 1{
2 "dns_octets": { 2 "dns_octets": {
3 "title": "DNS traffic", 3 "title": "DNS traffic on {{HOST}}",
4 "vertical": "Bit/s", 4 "vertical": "Bit/s",
5 "type": "stacked", 5 "type": "stacked",
6 "legend": { 6 "legend": {
@@ -15,17 +15,17 @@
15 } 15 }
16 }, 16 },
17 "dns_opcode": { 17 "dns_opcode": {
18 "title": "DNS Opcode Query", 18 "title": "DNS Opcode Query on {{HOST}}",
19 "vertical": "Queries/s", 19 "vertical": "Queries/s",
20 "type": "stacked" 20 "type": "stacked"
21 }, 21 },
22 "dns_qtype": { 22 "dns_qtype": {
23 "title": "DNS QType", 23 "title": "DNS QType on {{HOST}}",
24 "vertical": "Queries/s", 24 "vertical": "Queries/s",
25 "type": "stacked" 25 "type": "stacked"
26 }, 26 },
27 "dns_rcode": { 27 "dns_rcode": {
28 "title": "DNS Reply code", 28 "title": "DNS Reply code on {{HOST}}",
29 "vertical": "Queries/s", 29 "vertical": "Queries/s",
30 "type": "stacked" 30 "type": "stacked"
31 } 31 }
diff --git a/plugin/entropy.json b/plugin/entropy.json
index dc0171d..7ce8108 100644
--- a/plugin/entropy.json
+++ b/plugin/entropy.json
@@ -1,6 +1,6 @@
1{ 1{
2 "entropy": { 2 "entropy": {
3 "title": "Available entropy", 3 "title": "Available entropy on {{HOST}}",
4 "vertical": "Bits", 4 "vertical": "Bits",
5 "legend": { 5 "legend": {
6 "value": { 6 "value": {
diff --git a/plugin/filecount.json b/plugin/filecount.json
index b32fbdd..c6c2417 100644
--- a/plugin/filecount.json
+++ b/plugin/filecount.json
@@ -1,6 +1,6 @@
1{ 1{
2 "bytes": { 2 "bytes": {
3 "title": "Filecount: size ({{PI}})", 3 "title": "Filecount: size ({{PI}}) on {{HOST}}",
4 "vertical": "Bytes", 4 "vertical": "Bytes",
5 "type": "stacked", 5 "type": "stacked",
6 "legend": { 6 "legend": {
@@ -12,7 +12,7 @@
12 "legend_format": "%5.1lf%s" 12 "legend_format": "%5.1lf%s"
13 }, 13 },
14 "files": { 14 "files": {
15 "title": "Filecount: number of files ({{PI}})", 15 "title": "Filecount: number of files ({{PI}}) on {{HOST}}",
16 "vertical": "Files", 16 "vertical": "Files",
17 "type": "stacked", 17 "type": "stacked",
18 "legend": { 18 "legend": {
diff --git a/plugin/hddtemp.json b/plugin/hddtemp.json
index 20b8d61..45a2e10 100644
--- a/plugin/hddtemp.json
+++ b/plugin/hddtemp.json
@@ -1,6 +1,6 @@
1{ 1{
2 "temperature": { 2 "temperature": {
3 "title": "HDD Temperature", 3 "title": "HDD Temperature on {{HOST}}",
4 "vertical": "°C", 4 "vertical": "°C",
5 "legend_format": "%5.1lf%s" 5 "legend_format": "%5.1lf%s"
6 } 6 }
diff --git a/plugin/interface.json b/plugin/interface.json
index 9b23049..e17ba95 100644
--- a/plugin/interface.json
+++ b/plugin/interface.json
@@ -1,6 +1,6 @@
1{ 1{
2 "if_octets": { 2 "if_octets": {
3 "title": "Interface Traffic ({{PI}})", 3 "title": "Interface Traffic ({{PI}}) on {{HOST}}",
4 "vertical": "{{ND}} per second", 4 "vertical": "{{ND}} per second",
5 "type": "io", 5 "type": "io",
6 "legend": { 6 "legend": {
@@ -17,7 +17,7 @@
17 "datasize": true 17 "datasize": true
18 }, 18 },
19 "if_errors": { 19 "if_errors": {
20 "title": "Interface Errors ({{PI}})", 20 "title": "Interface Errors ({{PI}}) on {{HOST}}",
21 "vertical": "Errors per second", 21 "vertical": "Errors per second",
22 "type": "io", 22 "type": "io",
23 "legend": { 23 "legend": {
@@ -33,7 +33,7 @@
33 "legend_format": "%5.1lf%s" 33 "legend_format": "%5.1lf%s"
34 }, 34 },
35 "if_packets": { 35 "if_packets": {
36 "title": "Interface Packets ({{PI}})", 36 "title": "Interface Packets ({{PI}}) on {{HOST}}",
37 "vertical": "Packets per second", 37 "vertical": "Packets per second",
38 "type": "io", 38 "type": "io",
39 "legend": { 39 "legend": {
diff --git a/plugin/ipmi.json b/plugin/ipmi.json
index 07caf96..1ec3cb7 100644
--- a/plugin/ipmi.json
+++ b/plugin/ipmi.json
@@ -1,16 +1,16 @@
1{ 1{
2 "fanspeed": { 2 "fanspeed": {
3 "title": "Fanspeed ({{PI}})", 3 "title": "Fanspeed ({{PI}}) on {{HOST}}",
4 "vertical": "RPM", 4 "vertical": "RPM",
5 "legend_format": "%5.1lf" 5 "legend_format": "%5.1lf"
6 }, 6 },
7 "temperature": { 7 "temperature": {
8 "title": "Temperature ({{PI}})", 8 "title": "Temperature ({{PI}}) on {{HOST}}",
9 "vertical": "Celsius", 9 "vertical": "Celsius",
10 "legend_format": "%5.1lf%s" 10 "legend_format": "%5.1lf%s"
11 }, 11 },
12 "voltage": { 12 "voltage": {
13 "title": "Voltage ({{PI}})", 13 "title": "Voltage ({{PI}}) on {{HOST}}",
14 "vertical": "Volt", 14 "vertical": "Volt",
15 "legend_format": "%5.1lf" 15 "legend_format": "%5.1lf"
16 } 16 }
diff --git a/plugin/iptables.json b/plugin/iptables.json
index ba2945f..5e94239 100644
--- a/plugin/iptables.json
+++ b/plugin/iptables.json
@@ -1,13 +1,13 @@
1{ 1{
2 "ipt_bytes": { 2 "ipt_bytes": {
3 "title": "IP-Tables Traffic", 3 "title": "IP-Tables Traffic on {{HOST}}",
4 "vertical": "{{ND}}", 4 "vertical": "{{ND}}",
5 "type": "stacked", 5 "type": "stacked",
6 "legend_format": "%5.1lf%s", 6 "legend_format": "%5.1lf%s",
7 "datasize": true 7 "datasize": true
8 }, 8 },
9 "ipt_packets": { 9 "ipt_packets": {
10 "title": "IP-Tables Packets", 10 "title": "IP-Tables Packets on {{HOST}}",
11 "vertical": "Packets", 11 "vertical": "Packets",
12 "type": "stacked", 12 "type": "stacked",
13 "legend_format": "%5.1lf%s" 13 "legend_format": "%5.1lf%s"
diff --git a/plugin/irq.json b/plugin/irq.json
index b45c043..5adae3e 100644
--- a/plugin/irq.json
+++ b/plugin/irq.json
@@ -1,7 +1,7 @@
1{ 1{
2 "irq": { 2 "irq": {
3 "type": "stacked", 3 "type": "stacked",
4 "title": "Interrupts", 4 "title": "Interrupts on {{HOST}}",
5 "vertical": "IRQs/s", 5 "vertical": "IRQs/s",
6 "legend_format": "%6.1lf" 6 "legend_format": "%6.1lf"
7 } 7 }
diff --git a/plugin/libvirt.json b/plugin/libvirt.json
index af3c46c..9c1d1d0 100644
--- a/plugin/libvirt.json
+++ b/plugin/libvirt.json
@@ -1,6 +1,6 @@
1{ 1{
2 "disk_octets": { 2 "disk_octets": {
3 "title": "Disk Traffic ({{TI}})", 3 "title": "Disk Traffic ({{TI}}) on {{HOST}}",
4 "vertical": "Bytes per second", 4 "vertical": "Bytes per second",
5 "type": "io", 5 "type": "io",
6 "legend": { 6 "legend": {
@@ -16,7 +16,7 @@
16 "legend_format": "%5.1lf%s" 16 "legend_format": "%5.1lf%s"
17 }, 17 },
18 "disk_ops": { 18 "disk_ops": {
19 "title": "Disk Operations ({{TI}})", 19 "title": "Disk Operations ({{TI}}) on {{HOST}}",
20 "vertical": "Ops per second", 20 "vertical": "Ops per second",
21 "type": "io", 21 "type": "io",
22 "legend": { 22 "legend": {
@@ -32,7 +32,7 @@
32 "legend_format": "%5.1lf%s" 32 "legend_format": "%5.1lf%s"
33 }, 33 },
34 "if_dropped": { 34 "if_dropped": {
35 "title": "Interface Packets Dropped ({{TI}})", 35 "title": "Interface Packets Dropped ({{TI}}) on {{HOST}}",
36 "vertical": "Packets/s", 36 "vertical": "Packets/s",
37 "type": "io", 37 "type": "io",
38 "legend": { 38 "legend": {
@@ -48,7 +48,7 @@
48 "legend_format": "%5.1lf%s" 48 "legend_format": "%5.1lf%s"
49 }, 49 },
50 "if_errors": { 50 "if_errors": {
51 "title": "Interface Errors ({{TI}})", 51 "title": "Interface Errors ({{TI}}) on {{HOST}}",
52 "vertical": "Errors/s", 52 "vertical": "Errors/s",
53 "type": "io", 53 "type": "io",
54 "legend": { 54 "legend": {
@@ -64,7 +64,7 @@
64 "legend_format": "%5.1lf%s" 64 "legend_format": "%5.1lf%s"
65 }, 65 },
66 "if_octets": { 66 "if_octets": {
67 "title": "Interface Traffic ({{TI}})", 67 "title": "Interface Traffic ({{TI}}) on {{HOST}}",
68 "vertical": "{{ND}} per second", 68 "vertical": "{{ND}} per second",
69 "type": "io", 69 "type": "io",
70 "legend": { 70 "legend": {
@@ -81,7 +81,7 @@
81 "datasize": true 81 "datasize": true
82 }, 82 },
83 "if_packets": { 83 "if_packets": {
84 "title": "Interface Packets ({{TI}})", 84 "title": "Interface Packets ({{TI}}) on {{HOST}}",
85 "vertical": "Packets per second", 85 "vertical": "Packets per second",
86 "type": "io", 86 "type": "io",
87 "legend": { 87 "legend": {
@@ -97,7 +97,7 @@
97 "legend_format": "%5.1lf%s" 97 "legend_format": "%5.1lf%s"
98 }, 98 },
99 "virt_cpu_total": { 99 "virt_cpu_total": {
100 "title": "CPU usage", 100 "title": "CPU usage on {{HOST}}",
101 "vertical": "Milliseconds", 101 "vertical": "Milliseconds",
102 "legend": { 102 "legend": {
103 "value": { 103 "value": {
@@ -109,7 +109,7 @@
109 "scale": 0.000001 109 "scale": 0.000001
110 }, 110 },
111 "virt_vcpu": { 111 "virt_vcpu": {
112 "title": "vCPU usage", 112 "title": "vCPU usage on {{HOST}}",
113 "vertical": "Milliseconds", 113 "vertical": "Milliseconds",
114 "legend_format": "%5.1lf", 114 "legend_format": "%5.1lf",
115 "scale": 0.000001 115 "scale": 0.000001
diff --git a/plugin/load.json b/plugin/load.json
index 4166087..f75da99 100644
--- a/plugin/load.json
+++ b/plugin/load.json
@@ -1,6 +1,6 @@
1{ 1{
2 "load": { 2 "load": {
3 "title": "System load", 3 "title": "System load on {{HOST}}",
4 "vertical": "System load", 4 "vertical": "System load",
5 "type": "default", 5 "type": "default",
6 "legend": { 6 "legend": {
diff --git a/plugin/lvm.json b/plugin/lvm.json
index e19ff1c..9ec38ae 100644
--- a/plugin/lvm.json
+++ b/plugin/lvm.json
@@ -1,6 +1,6 @@
1{ 1{
2 "df_complex": { 2 "df_complex": {
3 "title": "Logical volumes for {{PI}})", 3 "title": "Logical volumes for {{PI}}) on {{HOST}}",
4 "vertical": "Bytes", 4 "vertical": "Bytes",
5 "type": "stacked", 5 "type": "stacked",
6 "legend": { 6 "legend": {
diff --git a/plugin/md.json b/plugin/md.json
index 6e0812c..1f871f0 100644
--- a/plugin/md.json
+++ b/plugin/md.json
@@ -1,6 +1,6 @@
1{ 1{
2 "md_disks": { 2 "md_disks": {
3 "title": "MD (md-{{PI}})", 3 "title": "MD (md-{{PI}}) on {{HOST}}",
4 "vertical": "Disks", 4 "vertical": "Disks",
5 "legend_format": "%2.0lf" 5 "legend_format": "%2.0lf"
6 } 6 }
diff --git a/plugin/memcached.json b/plugin/memcached.json
index 253a631..d30c26f 100644
--- a/plugin/memcached.json
+++ b/plugin/memcached.json
@@ -1,6 +1,6 @@
1{ 1{
2 "df": { 2 "df": {
3 "title": "Memcached Memory Usage", 3 "title": "Memcached Memory Usage on {{HOST}}",
4 "vertical": "Bytes", 4 "vertical": "Bytes",
5 "type": "stacked", 5 "type": "stacked",
6 "legend": { 6 "legend": {
@@ -17,7 +17,7 @@
17 "base": "1024" 17 "base": "1024"
18 }, 18 },
19 "memcached_command": { 19 "memcached_command": {
20 "title": "Memcached Commands", 20 "title": "Memcached Commands on {{HOST}}",
21 "vertical": "Commands", 21 "vertical": "Commands",
22 "type": "stacked", 22 "type": "stacked",
23 "legend": { 23 "legend": {
@@ -37,7 +37,7 @@
37 "legend_format": "%5.1lf%s" 37 "legend_format": "%5.1lf%s"
38 }, 38 },
39 "memcached_connections": { 39 "memcached_connections": {
40 "title": "Memcached Number of Connections", 40 "title": "Memcached Number of Connections on {{HOST}}",
41 "vertical": "Connections", 41 "vertical": "Connections",
42 "legend": { 42 "legend": {
43 "value": { 43 "value": {
@@ -48,7 +48,7 @@
48 "legend_format": "%5.1lf%s" 48 "legend_format": "%5.1lf%s"
49 }, 49 },
50 "memcached_items": { 50 "memcached_items": {
51 "title": "Number of Items in Memcached", 51 "title": "Number of Items in Memcached on {{HOST}}",
52 "vertical": "Items", 52 "vertical": "Items",
53 "legend": { 53 "legend": {
54 "value": { 54 "value": {
@@ -59,7 +59,7 @@
59 "legend_format": "%5.1lf%s" 59 "legend_format": "%5.1lf%s"
60 }, 60 },
61 "memcached_octets": { 61 "memcached_octets": {
62 "title": "Memcached Network Traffic", 62 "title": "Memcached Network Traffic on {{HOST}}",
63 "vertical": "{{ND}}", 63 "vertical": "{{ND}}",
64 "type": "io", 64 "type": "io",
65 "legend": { 65 "legend": {
@@ -76,7 +76,7 @@
76 "datasize": true 76 "datasize": true
77 }, 77 },
78 "memcached_ops": { 78 "memcached_ops": {
79 "title": "Memcached Operations", 79 "title": "Memcached Operations on {{HOST}}",
80 "vertical": "Commands", 80 "vertical": "Commands",
81 "type": "stacked", 81 "type": "stacked",
82 "legend": { 82 "legend": {
@@ -96,7 +96,7 @@
96 "legend_format": "%5.1lf%s" 96 "legend_format": "%5.1lf%s"
97 }, 97 },
98 "percent": { 98 "percent": {
99 "title": "Memcached Hit Ratio", 99 "title": "Memcached Hit Ratio on {{HOST}}",
100 "vertical": "Percent", 100 "vertical": "Percent",
101 "legend": { 101 "legend": {
102 "value": { 102 "value": {
@@ -107,7 +107,7 @@
107 "legend_format": "%5.1lf%s" 107 "legend_format": "%5.1lf%s"
108 }, 108 },
109 "ps_count": { 109 "ps_count": {
110 "title": "Memcached number of Threads", 110 "title": "Memcached number of Threads on {{HOST}}",
111 "vertical": "Threads", 111 "vertical": "Threads",
112 "legend": { 112 "legend": {
113 "value": { 113 "value": {
@@ -118,7 +118,7 @@
118 "legend_format": "%5.1lf%s" 118 "legend_format": "%5.1lf%s"
119 }, 119 },
120 "ps_cputime": { 120 "ps_cputime": {
121 "title": "CPU Time consumed by Memcached", 121 "title": "CPU Time consumed by Memcached on {{HOST}}",
122 "vertical": "CPU Time", 122 "vertical": "CPU Time",
123 "legend": { 123 "legend": {
124 "user": { 124 "user": {
diff --git a/plugin/memory.json b/plugin/memory.json
index 401768b..eb8d0e4 100644
--- a/plugin/memory.json
+++ b/plugin/memory.json
@@ -1,6 +1,6 @@
1{ 1{
2 "memory": { 2 "memory": {
3 "title": "Physical memory utilization", 3 "title": "Physical memory utilization on {{HOST}}",
4 "vertical": "Bytes", 4 "vertical": "Bytes",
5 "type": "stacked", 5 "type": "stacked",
6 "legend": { 6 "legend": {
diff --git a/plugin/mysql.json b/plugin/mysql.json
index e4dd6fc..1b7dd8c 100644
--- a/plugin/mysql.json
+++ b/plugin/mysql.json
@@ -1,6 +1,6 @@
1{ 1{
2 "cache_result": { 2 "cache_result": {
3 "title": "MySQL query cache ({{PI}})", 3 "title": "MySQL query cache ({{PI}}) on {{HOST}}",
4 "vertical": "Queries/s", 4 "vertical": "Queries/s",
5 "type": "stacked", 5 "type": "stacked",
6 "legend": { 6 "legend": {
@@ -24,7 +24,7 @@
24 "legend_format": "%5.1lf%s" 24 "legend_format": "%5.1lf%s"
25 }, 25 },
26 "cache_size": { 26 "cache_size": {
27 "title": "MySQL query cache size ({{PI}})", 27 "title": "MySQL query cache size ({{PI}}) on {{HOST}}",
28 "vertical": "Queries in cache", 28 "vertical": "Queries in cache",
29 "type": "stacked", 29 "type": "stacked",
30 "legend": { 30 "legend": {
@@ -35,13 +35,13 @@
35 "legend_format": "%5.1lf%s" 35 "legend_format": "%5.1lf%s"
36 }, 36 },
37 "mysql_commands": { 37 "mysql_commands": {
38 "title": "MySQL commands ({{PI}})", 38 "title": "MySQL commands ({{PI}}) on {{HOST}}",
39 "vertical": "Issues/s", 39 "vertical": "Issues/s",
40 "type": "stacked", 40 "type": "stacked",
41 "legend_format": "%5.1lf%s" 41 "legend_format": "%5.1lf%s"
42 }, 42 },
43 "mysql_handler": { 43 "mysql_handler": {
44 "title": "MySQL handler ({{PI}})", 44 "title": "MySQL handler ({{PI}}) on {{HOST}}",
45 "vertical": "Invocations", 45 "vertical": "Invocations",
46 "type": "stacked", 46 "type": "stacked",
47 "legend": { 47 "legend": {
@@ -82,7 +82,7 @@
82 "legend_format": "%5.1lf%s" 82 "legend_format": "%5.1lf%s"
83 }, 83 },
84 "mysql_locks": { 84 "mysql_locks": {
85 "title": "MySQL locks ({{PI}})", 85 "title": "MySQL locks ({{PI}}) on {{HOST}}",
86 "vertical": "locks", 86 "vertical": "locks",
87 "legend": { 87 "legend": {
88 "immediate": { 88 "immediate": {
@@ -95,7 +95,7 @@
95 "legend_format": "%5.1lf%s" 95 "legend_format": "%5.1lf%s"
96 }, 96 },
97 "mysql_octets": { 97 "mysql_octets": {
98 "title": "MySQL Traffic ({{TI}})", 98 "title": "MySQL Traffic ({{TI}}) on {{HOST}}",
99 "vertical": "Bits per second", 99 "vertical": "Bits per second",
100 "type": "io", 100 "type": "io",
101 "legend": { 101 "legend": {
@@ -111,7 +111,7 @@
111 "legend_format": "%5.1lf%s" 111 "legend_format": "%5.1lf%s"
112 }, 112 },
113 "threads": { 113 "threads": {
114 "title": "MySQL threads ({{PI}})", 114 "title": "MySQL threads ({{PI}}) on {{HOST}}",
115 "vertical": "Threads", 115 "vertical": "Threads",
116 "type": "stacked", 116 "type": "stacked",
117 "legend": { 117 "legend": {
@@ -131,7 +131,7 @@
131 "legend_format": "%5.1lf%s" 131 "legend_format": "%5.1lf%s"
132 }, 132 },
133 "total_threads": { 133 "total_threads": {
134 "title": "MySQL created threads ({{PI}})", 134 "title": "MySQL created threads ({{PI}}) on {{HOST}}",
135 "vertical": "Created Threads", 135 "vertical": "Created Threads",
136 "legend": { 136 "legend": {
137 "value": { 137 "value": {
diff --git a/plugin/netlink.json b/plugin/netlink.json
index 79fbd8e..51c1d9d 100644
--- a/plugin/netlink.json
+++ b/plugin/netlink.json
@@ -1,6 +1,6 @@
1{ 1{
2 "if_collisions": { 2 "if_collisions": {
3 "title": "Collisions ({{PI}})", 3 "title": "Collisions ({{PI}}) on {{HOST}}",
4 "vertical": "Collisions/s", 4 "vertical": "Collisions/s",
5 "type": "stacked", 5 "type": "stacked",
6 "legend": { 6 "legend": {
@@ -11,7 +11,7 @@
11 "legend_format": "%5.1lf%s" 11 "legend_format": "%5.1lf%s"
12 }, 12 },
13 "if_dropped": { 13 "if_dropped": {
14 "title": "Dropped Packets ({{PI}})", 14 "title": "Dropped Packets ({{PI}}) on {{HOST}}",
15 "vertical": "Packets/s", 15 "vertical": "Packets/s",
16 "type": "io", 16 "type": "io",
17 "legend": { 17 "legend": {
@@ -27,7 +27,7 @@
27 "legend_format": "%5.1lf%s" 27 "legend_format": "%5.1lf%s"
28 }, 28 },
29 "if_errors": { 29 "if_errors": {
30 "title": "Interface Errors ({{PI}})", 30 "title": "Interface Errors ({{PI}}) on {{HOST}}",
31 "vertical": "Errors/s", 31 "vertical": "Errors/s",
32 "type": "io", 32 "type": "io",
33 "legend": { 33 "legend": {
@@ -43,7 +43,7 @@
43 "legend_format": "%5.1lf%s" 43 "legend_format": "%5.1lf%s"
44 }, 44 },
45 "if_multicast": { 45 "if_multicast": {
46 "title": "Multicast Packets ({{PI}})", 46 "title": "Multicast Packets ({{PI}}) on {{HOST}}",
47 "vertical": "Packets/s", 47 "vertical": "Packets/s",
48 "type": "stacked", 48 "type": "stacked",
49 "legend": { 49 "legend": {
@@ -55,7 +55,7 @@
55 "legend_format": "%5.1lf%s" 55 "legend_format": "%5.1lf%s"
56 }, 56 },
57 "if_octets": { 57 "if_octets": {
58 "title": "Interface Traffic ({{PI}})", 58 "title": "Interface Traffic ({{PI}}) on {{HOST}}",
59 "vertical": "{{ND}}/second", 59 "vertical": "{{ND}}/second",
60 "type": "io", 60 "type": "io",
61 "legend": { 61 "legend": {
@@ -72,7 +72,7 @@
72 "datasize": true 72 "datasize": true
73 }, 73 },
74 "if_packets": { 74 "if_packets": {
75 "title": "Interface Packets ({{PI}})", 75 "title": "Interface Packets ({{PI}}) on {{HOST}}",
76 "vertical": "Packets/s", 76 "vertical": "Packets/s",
77 "type": "io", 77 "type": "io",
78 "legend": { 78 "legend": {
@@ -88,7 +88,7 @@
88 "legend_format": "%5.1lf%s" 88 "legend_format": "%5.1lf%s"
89 }, 89 },
90 "if_rx_errors": { 90 "if_rx_errors": {
91 "title": "Interface receive errors ({{PI}})", 91 "title": "Interface receive errors ({{PI}}) on {{HOST}}",
92 "vertical": "Errors/s", 92 "vertical": "Errors/s",
93 "type": "stacked", 93 "type": "stacked",
94 "legend": { 94 "legend": {
@@ -120,7 +120,7 @@
120 "legend_format": "%5.1lf%s" 120 "legend_format": "%5.1lf%s"
121 }, 121 },
122 "if_tx_errors": { 122 "if_tx_errors": {
123 "title": "Interface transmit errors ({{PI}})", 123 "title": "Interface transmit errors ({{PI}}) on {{HOST}}",
124 "vertical": "Errors/s", 124 "vertical": "Errors/s",
125 "type": "stacked", 125 "type": "stacked",
126 "legend": { 126 "legend": {
diff --git a/plugin/nfs.json b/plugin/nfs.json
index 372d222..d2c41eb 100644
--- a/plugin/nfs.json
+++ b/plugin/nfs.json
@@ -1,6 +1,6 @@
1{ 1{
2 "nfs_procedure": { 2 "nfs_procedure": {
3 "title": "NFS-{{PI}} Procedures", 3 "title": "NFS-{{PI}} Procedures on {{HOST}}",
4 "vertical": "Procedures", 4 "vertical": "Procedures",
5 "type": "stacked", 5 "type": "stacked",
6 "legend_format": "%5.2lf" 6 "legend_format": "%5.2lf"
diff --git a/plugin/nginx.json b/plugin/nginx.json
index 08e1d40..ac6f715 100644
--- a/plugin/nginx.json
+++ b/plugin/nginx.json
@@ -1,6 +1,6 @@
1{ 1{
2 "connections": { 2 "connections": {
3 "title": "Nginx connections", 3 "title": "Nginx connections on {{HOST}}",
4 "vertical": "Connections/s", 4 "vertical": "Connections/s",
5 "legend": { 5 "legend": {
6 "accepted": { 6 "accepted": {
@@ -15,7 +15,7 @@
15 "legend_format": "%5.1lf%s" 15 "legend_format": "%5.1lf%s"
16 }, 16 },
17 "nginx_connections": { 17 "nginx_connections": {
18 "title": "Nginx connection states", 18 "title": "Nginx connection states on {{HOST}}",
19 "vertical": "Connections/s", 19 "vertical": "Connections/s",
20 "legend": { 20 "legend": {
21 "active": { 21 "active": {
@@ -38,7 +38,7 @@
38 "legend_format": "%5.1lf%s" 38 "legend_format": "%5.1lf%s"
39 }, 39 },
40 "nginx_requests": { 40 "nginx_requests": {
41 "title": "Nginx requests", 41 "title": "Nginx requests on {{HOST}}",
42 "vertical": "Requests/s", 42 "vertical": "Requests/s",
43 "legend": { 43 "legend": {
44 "value": { 44 "value": {
diff --git a/plugin/ntpd.json b/plugin/ntpd.json
index f7ec918..366dd58 100644
--- a/plugin/ntpd.json
+++ b/plugin/ntpd.json
@@ -1,21 +1,21 @@
1{ 1{
2 "delay": { 2 "delay": {
3 "title": "Delay", 3 "title": "Delay on {{HOST}}",
4 "vertical": "Seconds", 4 "vertical": "Seconds",
5 "legend_format": "%5.1lf%s" 5 "legend_format": "%5.1lf%s"
6 }, 6 },
7 "frequency_offset": { 7 "frequency_offset": {
8 "title": "Frequency offset", 8 "title": "Frequency offset on {{HOST}}",
9 "vertical": "ppm", 9 "vertical": "ppm",
10 "legend_format": "%5.1lf%s" 10 "legend_format": "%5.1lf%s"
11 }, 11 },
12 "time_dispersion": { 12 "time_dispersion": {
13 "title": "Time dispersion", 13 "title": "Time dispersion on {{HOST}}",
14 "vertical": "Seconds", 14 "vertical": "Seconds",
15 "legend_format": "%5.1lf%s" 15 "legend_format": "%5.1lf%s"
16 }, 16 },
17 "time_offset": { 17 "time_offset": {
18 "title": "Time offset", 18 "title": "Time offset on {{HOST}}",
19 "vertical": "Seconds", 19 "vertical": "Seconds",
20 "legend_format": "%5.1lf%s" 20 "legend_format": "%5.1lf%s"
21 } 21 }
diff --git a/plugin/nut.json b/plugin/nut.json
index c5bcbca..accbeca 100644
--- a/plugin/nut.json
+++ b/plugin/nut.json
@@ -1,31 +1,31 @@
1{ 1{
2 "frequency": { 2 "frequency": {
3 "title": "Frequency ({{PI}})", 3 "title": "Frequency ({{PI}}) on {{HOST}}",
4 "vertical": "Hz", 4 "vertical": "Hz",
5 "legend_format": "%5.1lf%s" 5 "legend_format": "%5.1lf%s"
6 }, 6 },
7 "percent": { 7 "percent": {
8 "title": "Charge & load ({{PI}})", 8 "title": "Charge & load ({{PI}}) on {{HOST}}",
9 "vertical": "Percent", 9 "vertical": "Percent",
10 "legend_format": "%5.1lf" 10 "legend_format": "%5.1lf"
11 }, 11 },
12 "power": { 12 "power": {
13 "title": "Power ({{PI}})", 13 "title": "Power ({{PI}}) on {{HOST}}",
14 "vertical": "VA", 14 "vertical": "VA",
15 "legend_format": "%5.1lf%s" 15 "legend_format": "%5.1lf%s"
16 }, 16 },
17 "temperature": { 17 "temperature": {
18 "title": "Temperature ({{PI}})", 18 "title": "Temperature ({{PI}}) on {{HOST}}",
19 "vertical": "°C", 19 "vertical": "°C",
20 "legend_format": "%5.1lf%s" 20 "legend_format": "%5.1lf%s"
21 }, 21 },
22 "timeleft": { 22 "timeleft": {
23 "title": "Time Left ({{PI}})", 23 "title": "Time Left ({{PI}}) on {{HOST}}",
24 "vertical": "Seconds", 24 "vertical": "Seconds",
25 "legend_format": "%5.1lf" 25 "legend_format": "%5.1lf"
26 }, 26 },
27 "voltage": { 27 "voltage": {
28 "title": "Voltage {{PI}}", 28 "title": "Voltage {{PI}} on {{HOST}}",
29 "vertical": "Voltage", 29 "vertical": "Voltage",
30 "legend_format": "%5.1lf" 30 "legend_format": "%5.1lf"
31 } 31 }
diff --git a/plugin/openvpn.json b/plugin/openvpn.json
index aa731c4..0a5b26c 100644
--- a/plugin/openvpn.json
+++ b/plugin/openvpn.json
@@ -1,6 +1,6 @@
1{ 1{
2 "if_octets": { 2 "if_octets": {
3 "title": "Traffic ({{PI}})", 3 "title": "Traffic ({{PI}}) on {{HOST}}",
4 "vertical": "{{ND}} per second", 4 "vertical": "{{ND}} per second",
5 "type": "io", 5 "type": "io",
6 "legend": { 6 "legend": {
@@ -17,7 +17,7 @@
17 "datasize": true 17 "datasize": true
18 }, 18 },
19 "users": { 19 "users": {
20 "title": "Users ({{PI}})", 20 "title": "Users ({{PI}}) on {{HOST}}",
21 "vertical": "Users", 21 "vertical": "Users",
22 "legend": { 22 "legend": {
23 "value": { 23 "value": {
diff --git a/plugin/ping.json b/plugin/ping.json
index ba6d67e..ab9dfdf 100644
--- a/plugin/ping.json
+++ b/plugin/ping.json
@@ -1,16 +1,16 @@
1{ 1{
2 "ping": { 2 "ping": {
3 "title": "Ping latency", 3 "title": "Ping latency on {{HOST}}",
4 "vertical": "Milliseconds", 4 "vertical": "Milliseconds",
5 "legend_format": "%5.1lf" 5 "legend_format": "%5.1lf"
6 }, 6 },
7 "ping_stddev": { 7 "ping_stddev": {
8 "title": "Ping standard deviation", 8 "title": "Ping standard deviation on {{HOST}}",
9 "vertical": "Milliseconds", 9 "vertical": "Milliseconds",
10 "legend_format": "%5.1lf" 10 "legend_format": "%5.1lf"
11 }, 11 },
12 "ping_droprate": { 12 "ping_droprate": {
13 "title": "Ping droprate", 13 "title": "Ping droprate on {{HOST}}",
14 "legend_format": "%5.1lf" 14 "legend_format": "%5.1lf"
15 } 15 }
16} 16}
diff --git a/plugin/postgresql.json b/plugin/postgresql.json
index 4e0181d..c7d55c1 100644
--- a/plugin/postgresql.json
+++ b/plugin/postgresql.json
@@ -1,6 +1,6 @@
1{ 1{
2 "pg_blks": { 2 "pg_blks": {
3 "title": "PostgreSQL Disk I/O ({{PI}})", 3 "title": "PostgreSQL Disk I/O ({{PI}}) on {{HOST}}",
4 "vertical": "Blocks", 4 "vertical": "Blocks",
5 "type": "stacked", 5 "type": "stacked",
6 "legend": { 6 "legend": {
@@ -32,7 +32,7 @@
32 "legend_format": "%5.1lf%s" 32 "legend_format": "%5.1lf%s"
33 }, 33 },
34 "pg_db_size": { 34 "pg_db_size": {
35 "title": "PostgreSQL DB size ({{PI}})", 35 "title": "PostgreSQL DB size ({{PI}}) on {{HOST}}",
36 "vertical": "Bytes", 36 "vertical": "Bytes",
37 "type": "stacked", 37 "type": "stacked",
38 "legend": { 38 "legend": {
@@ -44,7 +44,7 @@
44 "legend_format": "%5.1lf%s" 44 "legend_format": "%5.1lf%s"
45 }, 45 },
46 "pg_n_tup_c": { 46 "pg_n_tup_c": {
47 "title": "PostgreSQL Row actions ({{PI}})", 47 "title": "PostgreSQL Row actions ({{PI}}) on {{HOST}}",
48 "vertical": "Rows", 48 "vertical": "Rows",
49 "type": "stacked", 49 "type": "stacked",
50 "legend": { 50 "legend": {
@@ -68,7 +68,7 @@
68 "legend_format": "%5.1lf%s" 68 "legend_format": "%5.1lf%s"
69 }, 69 },
70 "pg_n_tup_g": { 70 "pg_n_tup_g": {
71 "title": "PostgreSQL Table states ({{PI}})", 71 "title": "PostgreSQL Table states ({{PI}}) on {{HOST}}",
72 "vertical": "Rows", 72 "vertical": "Rows",
73 "type": "stacked", 73 "type": "stacked",
74 "legend": { 74 "legend": {
@@ -84,7 +84,7 @@
84 "legend_format": "%5.1lf%s" 84 "legend_format": "%5.1lf%s"
85 }, 85 },
86 "pg_numbackends": { 86 "pg_numbackends": {
87 "title": "PostgreSQL Backends ({{PI}})", 87 "title": "PostgreSQL Backends ({{PI}}) on {{HOST}}",
88 "vertical": "Backends", 88 "vertical": "Backends",
89 "type": "stacked", 89 "type": "stacked",
90 "legend": { 90 "legend": {
@@ -96,7 +96,7 @@
96 "legend_format": "%5.1lf%s" 96 "legend_format": "%5.1lf%s"
97 }, 97 },
98 "pg_scan": { 98 "pg_scan": {
99 "title": "PostgreSQL Scans ({{PI}})", 99 "title": "PostgreSQL Scans ({{PI}}) on {{HOST}}",
100 "vertical": "Scans / Rows", 100 "vertical": "Scans / Rows",
101 "type": "stacked", 101 "type": "stacked",
102 "legend": { 102 "legend": {
@@ -116,7 +116,7 @@
116 "legend_format": "%5.1lf%s" 116 "legend_format": "%5.1lf%s"
117 }, 117 },
118 "pg_xact": { 118 "pg_xact": {
119 "title": "PostgreSQL Transactions ({{PI}})", 119 "title": "PostgreSQL Transactions ({{PI}}) on {{HOST}}",
120 "vertical": "Transactions", 120 "vertical": "Transactions",
121 "type": "stacked", 121 "type": "stacked",
122 "legend": { 122 "legend": {
diff --git a/plugin/processes.json b/plugin/processes.json
index d97d6af..9e1ccd4 100644
--- a/plugin/processes.json
+++ b/plugin/processes.json
@@ -1,6 +1,6 @@
1{ 1{
2 "ps_state": { 2 "ps_state": {
3 "title": "Processes", 3 "title": "Processes on {{HOST}}",
4 "vertical": "Processes", 4 "vertical": "Processes",
5 "type": "stacked", 5 "type": "stacked",
6 "legend": { 6 "legend": {
@@ -40,7 +40,7 @@
40 "legend_format": "%5.1lf%s" 40 "legend_format": "%5.1lf%s"
41 }, 41 },
42 "fork_rate": { 42 "fork_rate": {
43 "title": "Fork rate", 43 "title": "Fork rate on {{HOST}}",
44 "vertical": "forks/s", 44 "vertical": "forks/s",
45 "type": "stacked", 45 "type": "stacked",
46 "legend": { 46 "legend": {
@@ -52,7 +52,7 @@
52 "legend_format": "%5.1lf%s" 52 "legend_format": "%5.1lf%s"
53 }, 53 },
54 "ps_code": { 54 "ps_code": {
55 "title": "Text Resident Set ({{PI}})", 55 "title": "Text Resident Set ({{PI}}) on {{HOST}}",
56 "vertical": "Bytes", 56 "vertical": "Bytes",
57 "type": "stacked", 57 "type": "stacked",
58 "legend": { 58 "legend": {
@@ -64,7 +64,7 @@
64 "legend_format": "%5.1lf%s" 64 "legend_format": "%5.1lf%s"
65 }, 65 },
66 "ps_count": { 66 "ps_count": {
67 "title": "Number of Processes/Threads ({{PI}})", 67 "title": "Number of Processes/Threads ({{PI}}) on {{HOST}}",
68 "vertical": "Amount", 68 "vertical": "Amount",
69 "type": "stacked", 69 "type": "stacked",
70 "legend": { 70 "legend": {
@@ -80,7 +80,7 @@
80 "legend_format": "%5.1lf%s" 80 "legend_format": "%5.1lf%s"
81 }, 81 },
82 "ps_cputime": { 82 "ps_cputime": {
83 "title": "CPU time ({{PI}})", 83 "title": "CPU time ({{PI}}) on {{HOST}}",
84 "vertical": "CPU time [s]", 84 "vertical": "CPU time [s]",
85 "type": "stacked", 85 "type": "stacked",
86 "legend": { 86 "legend": {
@@ -96,7 +96,7 @@
96 "legend_format": "%5.1lf%s" 96 "legend_format": "%5.1lf%s"
97 }, 97 },
98 "ps_disk_octets": { 98 "ps_disk_octets": {
99 "title": "Disk Traffic ({{PI}})", 99 "title": "Disk Traffic ({{PI}}) on {{HOST}}",
100 "vertical": "Bytes per second", 100 "vertical": "Bytes per second",
101 "type": "io", 101 "type": "io",
102 "legend": { 102 "legend": {
@@ -112,7 +112,7 @@
112 "legend_format": "%5.1lf%s" 112 "legend_format": "%5.1lf%s"
113 }, 113 },
114 "ps_disk_ops": { 114 "ps_disk_ops": {
115 "title": "Disk Operations ({{PI}})", 115 "title": "Disk Operations ({{PI}}) on {{HOST}}",
116 "vertical": "Ops per second", 116 "vertical": "Ops per second",
117 "type": "io", 117 "type": "io",
118 "legend": { 118 "legend": {
@@ -128,7 +128,7 @@
128 "legend_format": "%5.1lf%s" 128 "legend_format": "%5.1lf%s"
129 }, 129 },
130 "ps_data": { 130 "ps_data": {
131 "title": "Data Resident Set ({{PI}})", 131 "title": "Data Resident Set ({{PI}}) on {{HOST}}",
132 "vertical": "Bytes", 132 "vertical": "Bytes",
133 "type": "stacked", 133 "type": "stacked",
134 "legend": { 134 "legend": {
@@ -140,7 +140,7 @@
140 "legend_format": "%5.1lf%s" 140 "legend_format": "%5.1lf%s"
141 }, 141 },
142 "ps_pagefaults": { 142 "ps_pagefaults": {
143 "title": "PageFaults ({{PI}})", 143 "title": "PageFaults ({{PI}}) on {{HOST}}",
144 "vertical": "Pagefaults", 144 "vertical": "Pagefaults",
145 "type": "stacked", 145 "type": "stacked",
146 "legend": { 146 "legend": {
@@ -156,7 +156,7 @@
156 "legend_format": "%5.1lf%s" 156 "legend_format": "%5.1lf%s"
157 }, 157 },
158 "ps_rss": { 158 "ps_rss": {
159 "title": "Resident Segment Size ({{PI}})", 159 "title": "Resident Segment Size ({{PI}}) on {{HOST}}",
160 "vertical": "Bytes", 160 "vertical": "Bytes",
161 "type": "stacked", 161 "type": "stacked",
162 "legend": { 162 "legend": {
@@ -168,7 +168,7 @@
168 "legend_format": "%5.1lf%s" 168 "legend_format": "%5.1lf%s"
169 }, 169 },
170 "ps_stacksize": { 170 "ps_stacksize": {
171 "title": "Stacksize ({{PI}})", 171 "title": "Stacksize ({{PI}}) on {{HOST}}",
172 "vertical": "Bytes", 172 "vertical": "Bytes",
173 "type": "stacked", 173 "type": "stacked",
174 "legend": { 174 "legend": {
@@ -180,7 +180,7 @@
180 "legend_format": "%5.1lf%s" 180 "legend_format": "%5.1lf%s"
181 }, 181 },
182 "ps_vm": { 182 "ps_vm": {
183 "title": "Virtual Memory ({{PI}})", 183 "title": "Virtual Memory ({{PI}}) on {{HOST}}",
184 "vertical": "Bytes", 184 "vertical": "Bytes",
185 "type": "stacked", 185 "type": "stacked",
186 "legend": { 186 "legend": {
diff --git a/plugin/sensors.json b/plugin/sensors.json
index 07caf96..1ec3cb7 100644
--- a/plugin/sensors.json
+++ b/plugin/sensors.json
@@ -1,16 +1,16 @@
1{ 1{
2 "fanspeed": { 2 "fanspeed": {
3 "title": "Fanspeed ({{PI}})", 3 "title": "Fanspeed ({{PI}}) on {{HOST}}",
4 "vertical": "RPM", 4 "vertical": "RPM",
5 "legend_format": "%5.1lf" 5 "legend_format": "%5.1lf"
6 }, 6 },
7 "temperature": { 7 "temperature": {
8 "title": "Temperature ({{PI}})", 8 "title": "Temperature ({{PI}}) on {{HOST}}",
9 "vertical": "Celsius", 9 "vertical": "Celsius",
10 "legend_format": "%5.1lf%s" 10 "legend_format": "%5.1lf%s"
11 }, 11 },
12 "voltage": { 12 "voltage": {
13 "title": "Voltage ({{PI}})", 13 "title": "Voltage ({{PI}}) on {{HOST}}",
14 "vertical": "Volt", 14 "vertical": "Volt",
15 "legend_format": "%5.1lf" 15 "legend_format": "%5.1lf"
16 } 16 }
diff --git a/plugin/snmp.json b/plugin/snmp.json
index 9c6cc91..8bbe8b4 100644
--- a/plugin/snmp.json
+++ b/plugin/snmp.json
@@ -1,6 +1,6 @@
1{ 1{
2 "if_octets": { 2 "if_octets": {
3 "title": "Interface Traffic ({{TI}})", 3 "title": "Interface Traffic ({{TI}}) on {{HOST}}",
4 "vertical": "{{ND}} per second", 4 "vertical": "{{ND}} per second",
5 "type": "io", 5 "type": "io",
6 "legend": { 6 "legend": {
diff --git a/plugin/swap.json b/plugin/swap.json
index 7699a12..c443428 100644
--- a/plugin/swap.json
+++ b/plugin/swap.json
@@ -1,6 +1,6 @@
1{ 1{
2 "swap": { 2 "swap": {
3 "title": "Swap utilization", 3 "title": "Swap utilization on {{HOST}}",
4 "vertical": "Bytes", 4 "vertical": "Bytes",
5 "type": "stacked", 5 "type": "stacked",
6 "legend": { 6 "legend": {
@@ -21,7 +21,7 @@
21 "base": "1024" 21 "base": "1024"
22 }, 22 },
23 "swap_io": { 23 "swap_io": {
24 "title": "Swapped I/O pages", 24 "title": "Swapped I/O pages on {{HOST}}",
25 "vertical": "Pages", 25 "vertical": "Pages",
26 "type": "io", 26 "type": "io",
27 "legend": { 27 "legend": {
diff --git a/plugin/tcpconns.json b/plugin/tcpconns.json
index 67dd762..aa8ce25 100644
--- a/plugin/tcpconns.json
+++ b/plugin/tcpconns.json
@@ -1,6 +1,6 @@
1{ 1{
2 "tcp_connections": { 2 "tcp_connections": {
3 "title": "TCP Connections ({{PI}})", 3 "title": "TCP Connections ({{PI}}) on {{HOST}}",
4 "vertical": "Connections", 4 "vertical": "Connections",
5 "type": "stacked", 5 "type": "stacked",
6 "legend_format": "%5.1lf" 6 "legend_format": "%5.1lf"
diff --git a/plugin/thermal.json b/plugin/thermal.json
index 6f66a85..b9bf765 100644
--- a/plugin/thermal.json
+++ b/plugin/thermal.json
@@ -1,6 +1,6 @@
1{ 1{
2 "gauge": { 2 "gauge": {
3 "title": "Temperature ({{PI}})", 3 "title": "Temperature ({{PI}}) on {{HOST}}",
4 "vertical": "°C", 4 "vertical": "°C",
5 "legend": { 5 "legend": {
6 "value": { 6 "value": {
diff --git a/plugin/uptime.json b/plugin/uptime.json
index b1abe4e..42bd775 100644
--- a/plugin/uptime.json
+++ b/plugin/uptime.json
@@ -1,6 +1,6 @@
1{ 1{
2 "uptime": { 2 "uptime": {
3 "title": "Uptime", 3 "title": "Uptime on {{HOST}}",
4 "vertical": "Days", 4 "vertical": "Days",
5 "type": "uptime", 5 "type": "uptime",
6 "legend": { 6 "legend": {
diff --git a/plugin/users.json b/plugin/users.json
index 8de437e..101ce34 100644
--- a/plugin/users.json
+++ b/plugin/users.json
@@ -1,6 +1,6 @@
1{ 1{
2 "users": { 2 "users": {
3 "title": "Users", 3 "title": "Users on {{HOST}}",
4 "legend": { 4 "legend": {
5 "value": { 5 "value": {
6 "name": "Users", 6 "name": "Users",
diff --git a/plugin/vmem.json b/plugin/vmem.json
index 14d214e..8374ed8 100644
--- a/plugin/vmem.json
+++ b/plugin/vmem.json
@@ -1,6 +1,6 @@
1{ 1{
2 "vmpage_faults": { 2 "vmpage_faults": {
3 "title": "Page faults", 3 "title": "Page faults on {{HOST}}",
4 "type": "stacked", 4 "type": "stacked",
5 "legend": { 5 "legend": {
6 "minflt": { 6 "minflt": {
@@ -15,12 +15,12 @@
15 "legend_format": "%5.1lf%s" 15 "legend_format": "%5.1lf%s"
16 }, 16 },
17 "vmpage_io": { 17 "vmpage_io": {
18 "title": "Page IO ({{TI}})", 18 "title": "Page IO ({{TI}}) on {{HOST}}",
19 "type": "stacked", 19 "type": "stacked",
20 "legend_format": "%5.1lf%s" 20 "legend_format": "%5.1lf%s"
21 }, 21 },
22 "vmpage_number": { 22 "vmpage_number": {
23 "title": "Pages", 23 "title": "Pages on {{HOST}}",
24 "type": "stacked", 24 "type": "stacked",
25 "legend_format": "%5.1lf%s" 25 "legend_format": "%5.1lf%s"
26 } 26 }
diff --git a/plugin/vserver.json b/plugin/vserver.json
index 7366693..503e7ca 100644
--- a/plugin/vserver.json
+++ b/plugin/vserver.json
@@ -1,6 +1,6 @@
1{ 1{
2 "load": { 2 "load": {
3 "title": "System load", 3 "title": "System load on {{HOST}}",
4 "vertical": "System load", 4 "vertical": "System load",
5 "type": "default", 5 "type": "default",
6 "legend": { 6 "legend": {
@@ -20,7 +20,7 @@
20 "legend_format": "%.2lf" 20 "legend_format": "%.2lf"
21 }, 21 },
22 "vs_memory": { 22 "vs_memory": {
23 "title": "Memory utilization ({{PI}})", 23 "title": "Memory utilization ({{PI}}) on {{HOST}}",
24 "vertical": "Bytes", 24 "vertical": "Bytes",
25 "type": "stacked", 25 "type": "stacked",
26 "legend": { 26 "legend": {
@@ -44,7 +44,7 @@
44 "legend_format": "%5.1lf%s" 44 "legend_format": "%5.1lf%s"
45 }, 45 },
46 "vs_threads": { 46 "vs_threads": {
47 "title": "Threads ({{PI}})", 47 "title": "Threads ({{PI}}) on {{HOST}}",
48 "type": "stacked", 48 "type": "stacked",
49 "legend": { 49 "legend": {
50 "running": { 50 "running": {
@@ -67,13 +67,13 @@
67 "legend_format": "%5.1lf%s" 67 "legend_format": "%5.1lf%s"
68 }, 68 },
69 "if_octets": { 69 "if_octets": {
70 "title": "Interface Traffic ({{PI}})", 70 "title": "Interface Traffic ({{PI}}) on {{HOST}}",
71 "vertical": "{{ND}} per second", 71 "vertical": "{{ND}} per second",
72 "legend_format": "%5.1lf%s", 72 "legend_format": "%5.1lf%s",
73 "datasize": true 73 "datasize": true
74 }, 74 },
75 "vs_processes": { 75 "vs_processes": {
76 "title": "Processes ({{PI}})", 76 "title": "Processes ({{PI}}) on {{HOST}}",
77 "legend": { 77 "legend": {
78 "value": { 78 "value": {
79 "name": "Processes" 79 "name": "Processes"
diff --git a/plugin/wireless.json b/plugin/wireless.json
index 1c53489..274951c 100644
--- a/plugin/wireless.json
+++ b/plugin/wireless.json
@@ -1,6 +1,6 @@
1{ 1{
2 "signal_noise": { 2 "signal_noise": {
3 "title": "Noise level ({{PI}})", 3 "title": "Noise level ({{PI}}) on {{HOST}}",
4 "vertical": "dBm", 4 "vertical": "dBm",
5 "legend": { 5 "legend": {
6 "value": { 6 "value": {
@@ -11,7 +11,7 @@
11 "legend_format": "%6.1lf" 11 "legend_format": "%6.1lf"
12 }, 12 },
13 "signal_power": { 13 "signal_power": {
14 "title": "Signal level ({{PI}})", 14 "title": "Signal level ({{PI}}) on {{HOST}}",
15 "vertical": "dBm", 15 "vertical": "dBm",
16 "legend": { 16 "legend": {
17 "value": { 17 "value": {
@@ -22,7 +22,7 @@
22 "legend_format": "%6.1lf" 22 "legend_format": "%6.1lf"
23 }, 23 },
24 "signal_quality": { 24 "signal_quality": {
25 "title": "Link Quality ({{PI}})", 25 "title": "Link Quality ({{PI}}) on {{HOST}}",
26 "vertical": "quality", 26 "vertical": "quality",
27 "legend": { 27 "legend": {
28 "value": { 28 "value": {