diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/irq.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/irq.php b/plugin/irq.php index 19618a4..406b707 100644 --- a/plugin/irq.php +++ b/plugin/irq.php | |||
@@ -13,7 +13,6 @@ require_once 'inc/collectd.inc.php'; | |||
13 | $obj = new Type_GenericStacked($CONFIG); | 13 | $obj = new Type_GenericStacked($CONFIG); |
14 | $obj->width = $width; | 14 | $obj->width = $width; |
15 | $obj->heigth = $heigth; | 15 | $obj->heigth = $heigth; |
16 | $obj->generate_colors(); | ||
17 | 16 | ||
18 | $obj->rrd_title = 'Interrupts'; | 17 | $obj->rrd_title = 'Interrupts'; |
19 | $obj->rrd_vertical = 'IRQs/s'; | 18 | $obj->rrd_vertical = 'IRQs/s'; |