diff options
Diffstat (limited to '')
| -rw-r--r-- | plugin/irq.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/irq.php b/plugin/irq.php index e442142..95bddcf 100644 --- a/plugin/irq.php +++ b/plugin/irq.php | |||
| @@ -34,6 +34,8 @@ $obj->rrd_title = "Interrupts on $host"; | |||
| 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 | ||
| 37 | collectd_flush(ident_from_args($obj->args)); | ||
| 38 | |||
| 37 | $obj->rrd_graph(); | 39 | $obj->rrd_graph(); |
| 38 | 40 | ||
| 39 | ?> | 41 | ?> |
