[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Multigraphs with custom SCV datasets
- To: hobbit (at) hswn.dk
- Subject: Multigraphs with custom SCV datasets
- From: "Jason Funk" <jasonlfunk (at) gmail.com>
- Date: Tue, 17 Jun 2008 12:56:30 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=qd1Zjl7BA5h0a8dsrTqFQNxiK7gUIvewBzp8UgW63nI=; b=kd7KijRI94vImh+OFz4johoujuWprzX40SSJCjELt4yr+W30mxlvU0N0LVd+itwNe8 aORN6qQBaRn4xr400vDTFlcb4n1KEeBjqPHepcZOlR0aDsloB3Fuv7kqjY2XyiHHmAj4 yxCm20EbrDVIdK3zvWLLAvtS0xQzBRnelt1L4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=lrQOkdg+6h/OYWvm9bIgM1ztbe2Q1HVO2+e9kIOgl7dLtWKytgF/284Bvv8nBlDkwT CDnj2Hu+L16nYXdvb2o3cH0g9ZBehHtMBeEDPTOcCjH6YnPOMe6rQZYZCozYtr7+oIle K8vC0b7ws6jJKdUswu34iM8NUqsdJEX2kBuiY=
Is it possible to use the multigraphs option with custom SCV datasets? I
have a script that returns me 15 unique values from a server. I would like a
graph of all of these, but placing them all on the same graph isn't helpful.
I've read that using adding the multigraphs option to hobbitcgi.cfg will
turn on this feature, but instead I get a 1 graph with all of my data plots
and then links (hobbit graph ncv:moirad) below it. I was able to turn on the
feature for non-custom scv datasets (such as inode) but can't get it to work
for this.
Here are the relevant parts of my configuration:
hobbitserver.cfg
--------------------------------
TEST2RRD="cpu=la,disk, --cut-- ,moirad=ncv"
hobbitcgi.cfg
-------------------------------
CGI_SVC_OPTS="--env=/usr/pkg/hobbit/server/etc/hobbitserver.cfg --no-svcid
--history=top --multigraphs=disk,inode,moirad"
hobbitgraphs.cfg
------------------------------
[moirad]
TITLE Moira Server Stats
YAXIS #
DEF:nconnects=moirad.rrd:nconnects:AVERAGE
DEF:nauths=moirad.rrd:nauths:AVERAGE
DEF:nauthsv4=moirad.rrd:nauthsv4:AVERAGE
DEF:nauthfails=moirad.rrd:nauthfails:AVERAGE
----- CUT -----
GPRINT:nqueries:AVERAGE: \: %5.1lf%s (avg)\n
GPRINT:nincrementals:LAST:Incrementals \: %5.1lf%s (cur)
GPRINT:nincrementals:MAX: \: %5.1lf%s (max)
GPRINT:nincrementals:MIN: \: %5.1lf%s (min)
GPRINT:nincrementals:AVERAGE: \: %5.1lf%s (avg)\n
Is what I am trying to do even possible?
Jason Funk