From b1e34bd1868be418ef5ec26683a8d07f22cebd51 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sat, 5 Feb 2011 20:01:26 +0100 Subject: replace function generate_colors by rainbow_colors When no colors are defined they will be generated by function rainbow_colors. --- plugin/nfs.php | 1 - 1 file changed, 1 deletion(-) (limited to 'plugin/nfs.php') diff --git a/plugin/nfs.php b/plugin/nfs.php index 7daf032..ca69b06 100644 --- a/plugin/nfs.php +++ b/plugin/nfs.php @@ -30,7 +30,6 @@ $obj->heigth = $heigth; $obj->rrd_title = sprintf('NFS-%s Procedures', $obj->args['pinstance']); $obj->rrd_vertical = 'Procedures'; $obj->rrd_format = '%5.2lf'; -$obj->generate_colors(); collectd_flush($obj->identifiers); $obj->rrd_graph(); -- cgit v1.1