aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/uptime.php
diff options
context:
space:
mode:
authorPim van den Berg2014-05-03 11:40:46 +0200
committerPim van den Berg2014-05-03 19:19:05 +0200
commit1bb10c398d1a3198a8b86517bd780b8122e2e69d (patch)
tree669ea50b9b0efe268f4bb9153459f95ccfb167b5 /plugin/uptime.php
parenttype: move generic functions to base class (diff)
downloadapt-panopticon_cgp-1bb10c398d1a3198a8b86517bd780b8122e2e69d.zip
apt-panopticon_cgp-1bb10c398d1a3198a8b86517bd780b8122e2e69d.tar.gz
apt-panopticon_cgp-1bb10c398d1a3198a8b86517bd780b8122e2e69d.tar.bz2
apt-panopticon_cgp-1bb10c398d1a3198a8b86517bd780b8122e2e69d.tar.xz
move collectd_flush function to base class
Diffstat (limited to 'plugin/uptime.php')
-rw-r--r--plugin/uptime.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/uptime.php b/plugin/uptime.php
index 1d432a9..20c44d3 100644
--- a/plugin/uptime.php
+++ b/plugin/uptime.php
@@ -4,7 +4,6 @@
4 4
5require_once 'conf/common.inc.php'; 5require_once 'conf/common.inc.php';
6require_once 'type/Uptime.class.php'; 6require_once 'type/Uptime.class.php';
7require_once 'inc/collectd.inc.php';
8 7
9## LAYOUT 8## LAYOUT
10# uptime/uptime.rrd 9# uptime/uptime.rrd
@@ -21,5 +20,4 @@ $obj->rrd_title = 'Uptime';
21$obj->rrd_vertical = 'Days'; 20$obj->rrd_vertical = 'Days';
22$obj->rrd_format = '%.1lf'; 21$obj->rrd_format = '%.1lf';
23 22
24collectd_flush($obj->identifiers);
25$obj->rrd_graph(); 23$obj->rrd_graph();