aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/irq.php
diff options
context:
space:
mode:
authorPim van den Berg2009-12-31 11:42:14 +0100
committerPim van den Berg2009-12-31 12:39:43 +0100
commit853a4e939c99fb683983d947f4267bf249f7c05e (patch)
treecfffabaa43f218fbc29c2b00cc7ceb36168a8b90 /plugin/irq.php
parentreplace duplicate code by function rrd_options (diff)
downloadapt-panopticon_cgp-853a4e939c99fb683983d947f4267bf249f7c05e.zip
apt-panopticon_cgp-853a4e939c99fb683983d947f4267bf249f7c05e.tar.gz
apt-panopticon_cgp-853a4e939c99fb683983d947f4267bf249f7c05e.tar.bz2
apt-panopticon_cgp-853a4e939c99fb683983d947f4267bf249f7c05e.tar.xz
always show 'on $host' in the rrd title
'on $host' doesn't have to be added manually to rrd_title anymore.
Diffstat (limited to 'plugin/irq.php')
-rw-r--r--plugin/irq.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/irq.php b/plugin/irq.php
index 95bddcf..d6b1e72 100644
--- a/plugin/irq.php
+++ b/plugin/irq.php
@@ -30,7 +30,7 @@ $obj->width = $width;
30$obj->heigth = $heigth; 30$obj->heigth = $heigth;
31$obj->seconds = $seconds; 31$obj->seconds = $seconds;
32 32
33$obj->rrd_title = "Interrupts on $host"; 33$obj->rrd_title = 'Interrupts';
34$obj->rrd_vertical = 'IRQs/s'; 34$obj->rrd_vertical = 'IRQs/s';
35$obj->rrd_format = '%6.1lf'; 35$obj->rrd_format = '%6.1lf';
36 36