Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hobbit monitoring - multiple graphs per test?

I'm not sure how familiar people are with the hobbit monitoring system - http://hobbitmon.sourceforge.net/ - but I've got a tricky question.

I've got a custom test, which returns two NCV values. One value normally returns ~300 milliseconds, the other one returns 500 000 euro. Obviously, these two values don't graph very well together. :)

Question is, can hobbit display two graphs for this one test? If so, how do I do it?

Thanks.

like image 956
Ace Avatar asked Nov 05 '22 23:11

Ace


1 Answers

The easiest way is to add them to the "trends" page for the host. This is easy enough you just put a TRENDS section in bb-hosts on your server.

The second easiest way is to put the HTML in to access the graph directy, that's a bit trickier.

like image 89
MarkR Avatar answered Nov 14 '22 00:11

MarkR