From: Sascha Luck <lucks@indigo.ie>
Hi,
after the config tree (somewhat customized) was recompiled, I get the following error whenever I run collector:
Use of uninitialized value at ./collector line 237.
[20-Jul-1999 10:09:05*] Could not find any datasources for target type .
[20-Jul-1999 10:09:05*] No data retrieved. Skipping RRD update.
the piece of code in question is:
my(@targetDSs) = split(/\s*,\s*/, $ttRef->{'ds'});
if (! defined(@targetDSs)) {
Warn("Could not find any datasources for target type $ttype.");
return ();
}
it obviously refers to the follwing line(s) in the delay-defaults file: (I'm using Alan Nichols' latency script)
targetType delay
ds = "avgrtt, maxrtt, minrtt, xmit, loss"
view = "Latency: minrtt avgrtt maxrtt, Loss: xmit loss"
I'm somewhat at a loss, because didn't change anything, just recompiled config.db...
regards,
Lucky
--------------------------- ONElist Sponsor ----------------------------
Get $20 off all MotherNature brand products!
<a href=" http://clickme.onelist.com/ad/mothernature1 ">Click Here</a>
------------------------------------------------------------------------
This archive was generated by hypermail 2b29 : Mon Mar 06 2000 - 19:00:57 PST