aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/filecount.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/filecount.php')
-rw-r--r--plugin/filecount.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/filecount.php b/plugin/filecount.php
index daa9fd9..812be9c 100644
--- a/plugin/filecount.php
+++ b/plugin/filecount.php
@@ -11,7 +11,7 @@ require_once 'inc/collectd.inc.php';
11# filecount-X/bytes.rrd 11# filecount-X/bytes.rrd
12# filecount-X/files.rrd 12# filecount-X/files.rrd
13 13
14$obj = new Type_GenericStacked($CONFIG); 14$obj = new Type_GenericStacked($CONFIG, $_GET);
15 15
16$obj->rrd_format = '%5.1lf%s'; 16$obj->rrd_format = '%5.1lf%s';
17$obj->data_sources = array('value'); 17$obj->data_sources = array('value');