aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/memory.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/memory.php')
-rw-r--r--plugin/memory.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/memory.php b/plugin/memory.php
index 20fb200..9fd2e30 100644
--- a/plugin/memory.php
+++ b/plugin/memory.php
@@ -4,7 +4,6 @@
4 4
5require_once 'conf/common.inc.php'; 5require_once 'conf/common.inc.php';
6require_once 'type/GenericStacked.class.php'; 6require_once 'type/GenericStacked.class.php';
7require_once 'inc/collectd.inc.php';
8 7
9## LAYOUT 8## LAYOUT
10# memory/ 9# memory/
@@ -42,5 +41,4 @@ $obj->rrd_title = 'Physical memory utilization';
42$obj->rrd_vertical = 'Bytes'; 41$obj->rrd_vertical = 'Bytes';
43$obj->rrd_format = '%5.1lf%s'; 42$obj->rrd_format = '%5.1lf%s';
44 43
45collectd_flush($obj->identifiers);
46$obj->rrd_graph(); 44$obj->rrd_graph();