On Mon, May 03, 2004 at 01:24:56PM -0400, Michael Earls wrote: > All: > > What type of format can the DS hold? I am trying to use the value from > sql with dashes. > > DEF > 'nbar-internet-nntp=/mrtg/traffic/nbar-internet/nbar-internet-nntp.rrd:ds0:AVERAGE' > > The error message 'Can not parse DEF'
The "DS" in that statement is "ds0". You're having problems with the "DEF". Straight from the source files: #define DEF_NAM_FMT "%29[_A-Za-z0-9]" This means: Underscore, letters, numbers. No dashes. HTH Alex -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
