aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/load.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/load.php')
-rw-r--r--plugin/load.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/load.php b/plugin/load.php
index 0429735..a6e3355 100644
--- a/plugin/load.php
+++ b/plugin/load.php
@@ -4,7 +4,6 @@
4 4
5require_once 'conf/common.inc.php'; 5require_once 'conf/common.inc.php';
6require_once 'type/Default.class.php'; 6require_once 'type/Default.class.php';
7require_once 'inc/collectd.inc.php';
8 7
9## LAYOUT 8## LAYOUT
10# load/load.rrd 9# load/load.rrd
@@ -25,5 +24,4 @@ $obj->rrd_title = 'System load';
25$obj->rrd_vertical = 'System load'; 24$obj->rrd_vertical = 'System load';
26$obj->rrd_format = '%.2lf'; 25$obj->rrd_format = '%.2lf';
27 26
28collectd_flush($obj->identifiers);
29$obj->rrd_graph(); 27$obj->rrd_graph();