[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [hobbit] number of datasources in RRD's created by NCV
- To: <hobbit (at) hswn.dk>
 
- Subject: RE: [hobbit] number of datasources in RRD's created by NCV
 
- From: "Dennis Ortsen" <dortsen (at) gmail.com>
 
- Date: Fri, 26 Oct 2007 17:01:26 +0200
 
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=gmail.com; s=beta;        h=domainkey-signature:received:received:from:to:references:subject:date:message-id:mime-version:content-type:content-transfer-encoding:x-mailer:in-reply-to:thread-index:x-mimeole;        bh=Q1uagVTW9hBzLlv54OtTj+0crZihnktstFtKiWY/EbA=;        b=YxFHkxblSjWJyY6oHCjnNRnGwO1RtwlAf8++8aJjUFC8hK3FLcl21nCXpaLVGe90tmDmHYPigWIZmyjBl13rHXWG6KzoHr//EwPF3y2lM06Oe5nXMf0X9a9coY+0/t5mkOAmy/UFBRIDua5+fdoLkRR66w1+3II08+H+LzxG8ss=
 
- Domainkey-signature: a=rsa-sha1; c=nofws;        d=gmail.com; s=beta;        h=received:from:to:references:subject:date:message-id:mime-version:content-type:content-transfer-encoding:x-mailer:in-reply-to:thread-index:x-mimeole;        b=AeNbKJUbbAcw91Lze8JYoPi1TKrNHNxiHcMuBvbYA7EzrI3gUrSoQGgsb01OEOhGxyFDWDz/zbLKJotQkoiVV779c1UKOlOpytnHoxnT9x0iH1McMknH/FUFG5rAyd4ncrq52TAJjscmWB1kwbpyNIvsaxsVNDLG3XWRwCDsqAQ=
 
- References: <8e3c40600710260118u554ace76ue991e4ecc11af62a (at) mail.gmail.com> <4721A657.7090608 (at) unil.ch>
 
- Thread-index: AcgXqylPV6dQBVs4QsSnKJkn/2LtzQANP18A
 
> Onderwerp: Re: [hobbit] number of datasources in RRD's created by NCV
> 
> You are probably missing a carriage return after the last 
> value of the status message.
That's it! after adding a <cr> in the status message the third datasource is
also created in the rrd (I deleted the rrd and let hobbit create a new one).
thanks!
Dennis
> 
> 
> Dominique
> UNIL - University of Lausanne
> 
> Dennis Ortsen wrote:
> > Hi all,
> > 
> > I've added a custom test to a host that sends (performance)
> > information about the mysql daemon that's running on it.
> > 
> > The data on the status page of that mysql test looks like this:
> > 
> > threads : 53
> > queries per sec : 386
> > slow queries : 0
> > 
> > All values are absolute (GAUGE) so I added this NCV tag in 
> hobbitserver.cfg:
> > 
> > NCV_mysql="threads:GAUGE,queriespersec:GAUGE,slowqueries:GAUGE"
> > 
> > I also added "mysql=ncv" to the TEST2RRD list in hobbitserver.cfg I
> > kicked the hobbit daemons so the hobbitserver.cfg file would be read
> > again. The RRD file is created on the hobbit server after the client
> > has sent its data. When I check with `rrdtool dump mysql.rrd` I only
> > see the first two datasources (threads and queriespersec). The
> > third/last datasource isn't created/updated in the RRD 
> file, although
> > you'd expect that according to the NCV_mysql tag in 
> hobbitserver.cfg.
> > 
> > Is there a limitation in the maximum number of datasources the NCV
> > graphing can handle?
> > 
> > I'm running hobbit 4.2.0 on both client and server BTW.
> > 
> > Thanks in advance,
> > 
> > Br.
> > 
> > Dennis
> > 
> > To unsubscribe from the hobbit list, send an e-mail to
> > hobbit-unsubscribe (at) hswn.dk
> > 
> > 
> 
> To unsubscribe from the hobbit list, send an e-mail to
> hobbit-unsubscribe (at) hswn.dk
> 
>