diff options
Diffstat (limited to 'plugin/tcpconns.php')
-rw-r--r-- | plugin/tcpconns.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/tcpconns.php b/plugin/tcpconns.php index 4867d32..f0d99ae 100644 --- a/plugin/tcpconns.php +++ b/plugin/tcpconns.php | |||
@@ -13,7 +13,6 @@ require_once 'inc/collectd.inc.php'; | |||
13 | $obj = new Type_GenericStacked($CONFIG); | 13 | $obj = new Type_GenericStacked($CONFIG); |
14 | $obj->width = $width; | 14 | $obj->width = $width; |
15 | $obj->heigth = $heigth; | 15 | $obj->heigth = $heigth; |
16 | $obj->generate_colors(); | ||
17 | $obj->rrd_title = sprintf('TCP Connections (%s)', $obj->args['pinstance']); | 16 | $obj->rrd_title = sprintf('TCP Connections (%s)', $obj->args['pinstance']); |
18 | $obj->rrd_vertical = '#'; | 17 | $obj->rrd_vertical = '#'; |
19 | $obj->rrd_format = '%5.1lf'; | 18 | $obj->rrd_format = '%5.1lf'; |