<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a class="moz-txt-link-abbreviated" href="mailto:doctor@makelofine.org">doctor@makelofine.org</a> a écrit :
<blockquote cite="mid:63d88c36fd953d48dc575104e9ed817a@localhost"
 type="cite">
  <pre wrap="">On Fri, 16 Jan 2009 14:38:23 +0200, Buchan Milne
<a class="moz-txt-link-rfc2396E" href="mailto:bgmilne@staff.telkomsa.net"><bgmilne@staff.telkomsa.net></a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">On Friday 16 January 2009 12:16:56 <a class="moz-txt-link-abbreviated" href="mailto:doctor@makelofine.org">doctor@makelofine.org</a> wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">Hi !
I'm new to this ML, and I'm almost a script dev (almost is the most
accurate word in this mail).
I created a script to monitor game servers activity. It reports the
number
of player on a server.
The ouput is formated as it :
&global_color $machine.$test <many words>
&color server1 is OK|NOK Players: <INTEGER>
I followed the ~(hobbit|xymon)/help/howtograph.html help file, and i get
my
graph when I monitor 1 game server. My script supports several game
servers
monitoring, but I can't find a way to have graph for all of them, like
the
http tests do (1 test, many URL tested, and one graph with all URL on
it).
Can someone help me ?
      </pre>
    </blockquote>
    <pre wrap="">As long as you will not be changing the number of game servers you
    </pre>
  </blockquote>
  <pre wrap=""><!---->monitor,
  </pre>
  <blockquote type="cite">
    <pre wrap="">send a status message like this:

&global_color $machine.$test <many words>
&color server1 is OK|NOK 
server1_players: <INTEGER>
&color server2 is OK|NOK
server2_players: <INTEGER>

Make sure you have a new line after the last entry. Remove any rrd files
    </pre>
  </blockquote>
  <pre wrap=""><!---->if
  </pre>
  <blockquote type="cite">
    <pre wrap="">you have changed the number of servers you want to graph.

Regards,
Buchan


To unsubscribe from the hobbit list, send an e-mail to
<a class="moz-txt-link-abbreviated" href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk</a>

    </pre>
  </blockquote>
  <pre wrap=""><!---->
After some tests and researches, I think the best way for me to manage my
graphs is to use several RRD files for 1 test, each containing data for one
of my value. I read the doc :
<a class="moz-txt-link-freetext" href="http://hobbitmon.sourceforge.net/docs/man8/hobbitd_rrd.8.html">http://hobbitmon.sourceforge.net/docs/man8/hobbitd_rrd.8.html</a>
But I'm not sure to understand how I could manage this :
"If you want to store the data in multiple RRD files, the script can just
print out more sequences of data-set definitions, RRD filenames and RRD
values. If the data-set definitions are identical to the previous
definition, you need not print the data-set definitions again - just print
a new RRD filename and value. "

Can someone help me about it ?

Regards,
Damien

To unsubscribe from the hobbit list, send an e-mail to
<a class="moz-txt-link-abbreviated" href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk</a>


  </pre>
</blockquote>
Hi,<br>
<br>
I found myself the solution, using SPLITNCV_test instead of NCV_test in
hobbitserver.cfg !<br>
All is OK now<br>
</body>
</html>