diff options
Diffstat (limited to '')
| -rw-r--r-- | plugin/processes.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/processes.php b/plugin/processes.php index c741a02..5fc0463 100644 --- a/plugin/processes.php +++ b/plugin/processes.php | |||
| @@ -52,6 +52,8 @@ $obj->rrd_title = "Processes on $host"; | |||
| 52 | $obj->rrd_vertical = 'Processes'; | 52 | $obj->rrd_vertical = 'Processes'; |
| 53 | $obj->rrd_format = '%5.1lf%s'; | 53 | $obj->rrd_format = '%5.1lf%s'; |
| 54 | 54 | ||
| 55 | collectd_flush(ident_from_args($obj->args)); | ||
| 56 | |||
| 55 | $obj->rrd_graph(); | 57 | $obj->rrd_graph(); |
| 56 | 58 | ||
| 57 | ?> | 59 | ?> |
