aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/irq.json
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/irq.json
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/irq.json')
-rw-r--r--plugin/irq.json2
1 files changed, 1 insertions, 1 deletions
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 }