aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/nfs.php
diff options
context:
space:
mode:
authorPim van den Berg2011-02-05 20:01:26 +0100
committerPim van den Berg2011-02-05 20:01:26 +0100
commitb1e34bd1868be418ef5ec26683a8d07f22cebd51 (patch)
treec4f7616f7159b71af7a1260b3e049af0fc29d507 /plugin/nfs.php
parentplugin/dns: generate colors in type dns_opcode (diff)
downloadapt-panopticon_cgp-b1e34bd1868be418ef5ec26683a8d07f22cebd51.zip
apt-panopticon_cgp-b1e34bd1868be418ef5ec26683a8d07f22cebd51.tar.gz
apt-panopticon_cgp-b1e34bd1868be418ef5ec26683a8d07f22cebd51.tar.bz2
apt-panopticon_cgp-b1e34bd1868be418ef5ec26683a8d07f22cebd51.tar.xz
replace function generate_colors by rainbow_colors
When no colors are defined they will be generated by function rainbow_colors.
Diffstat (limited to 'plugin/nfs.php')
-rw-r--r--plugin/nfs.php1
1 files changed, 0 insertions, 1 deletions
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;
30$obj->rrd_title = sprintf('NFS-%s Procedures', $obj->args['pinstance']); 30$obj->rrd_title = sprintf('NFS-%s Procedures', $obj->args['pinstance']);
31$obj->rrd_vertical = 'Procedures'; 31$obj->rrd_vertical = 'Procedures';
32$obj->rrd_format = '%5.2lf'; 32$obj->rrd_format = '%5.2lf';
33$obj->generate_colors();
34 33
35collectd_flush($obj->identifiers); 34collectd_flush($obj->identifiers);
36$obj->rrd_graph(); 35$obj->rrd_graph();