Galen Johnson wrote:
Matt wrote:
Hobbit Client wrote:
Hello,
For sending data to Hobbit, I add this line at the end of the script:
#send the results to hobbit so it can be graphed $BB $BBDISP "status $MACHINE.$COLUMN $status
datedisco0 : $hd0 C $st0 disco1 : $hd1 C $st1" exit 0
disco0 and disco1 are de names of the variables I have put in hobbitgraph.
Okay I tried that using the ncv module. Here's the problem. If I click on the 'trends' link the graph doesn't show up. But if I edit the service in the url it will take me to the graphs. Like below:
http://10.5.0.75/hobbit-cgi/hobbitgraph.sh?host=mail2&service=qmsend&graph_w...
So essentially my question is why does the graph NOT show up under the general 'trends' page - but it will show up if I directly call it through the url?
Matt
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
If I recall correctly, if you are using NCV for your graphs, they should just show up. ncv is defined in your GRAPHS definition. I don't see any NCV tests defined in your TEST2RRD definitions.
=G=
I appended both lines with my test "concurrency=ncv" and it still wouldn't work right. Next thing I tried was to leave the "concurrency=ncv" on the TEST2RRD line but on the GRAPHS line I just used "concurrency". It seems to have worked . . . is that the way it's supposed to be when using ncv?
Matt