From a1c03647dc21ff62e4b944a0c6c7caf3a3ce2c86 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Fri, 10 Aug 2012 12:01:31 +0200 Subject: plugin/tail: change to default graph type When measuring multiple things, they don't need to be stacked in most cases. Reported-by: Philipp Hellmich --- plugin/tail.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugin/tail.php') diff --git a/plugin/tail.php b/plugin/tail.php index addad67..821aff8 100644 --- a/plugin/tail.php +++ b/plugin/tail.php @@ -3,11 +3,11 @@ # Collectd tail plugin require_once 'conf/common.inc.php'; -require_once 'type/GenericStacked.class.php'; +require_once 'type/Default.class.php'; require_once 'inc/collectd.inc.php'; -$obj = new Type_GenericStacked($CONFIG); +$obj = new Type_Default($CONFIG); $obj->width = $width; $obj->heigth = $heigth; -- cgit v1.1