aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/type/Base.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'type/Base.class.php')
-rw-r--r--type/Base.class.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/type/Base.class.php b/type/Base.class.php
index 34e182f..5af4c29 100644
--- a/type/Base.class.php
+++ b/type/Base.class.php
@@ -24,6 +24,7 @@ class Type_Base {
24 var $negative_io; 24 var $negative_io;
25 var $percentile = false; 25 var $percentile = false;
26 var $graph_smooth; 26 var $graph_smooth;
27 var $graph_minmax;
27 28
28 var $files; 29 var $files;
29 var $tinstances; 30 var $tinstances;
@@ -57,6 +58,7 @@ class Type_Base {
57 $this->graph_type = $config['graph_type']; 58 $this->graph_type = $config['graph_type'];
58 $this->negative_io = $config['negative_io']; 59 $this->negative_io = $config['negative_io'];
59 $this->graph_smooth = $config['graph_smooth']; 60 $this->graph_smooth = $config['graph_smooth'];
61 $this->graph_minmax = $config['graph_minmax'];
60 $this->flush_socket = $config['socket']; 62 $this->flush_socket = $config['socket'];
61 $this->flush_type = $config['flush_type']; 63 $this->flush_type = $config['flush_type'];
62 } 64 }