Xymon Mailing List Archive search

Graphing Question

list Neil Franken
Mon, 23 Feb 2009 14:06:03 +0200
Message-Id: <user-65fdb23c44fa@xymon.invalid>

Hi All

Thanks for the info. My file is being produced in the format Name: Value now but still I cannot see a graph.

My question is the following:
Is the format?
name:{tab}value
Or
Name:Value

Also I use the windows eol indicator is this incorrect?

Regards
Neil


-----Original Message-----
From: Johann Eggers [mailto:user-769b09132207@xymon.invalid] Sent: 19 February 2009 04:20 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: RE: [hobbit] Graphing Question

From: Neil Franken [mailto:user-1689acfc5a3b@xymon.invalid] Sent: Donnerstag, 19. Februar 2009 14:32
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] Graphing Question

Hi All

Quick one. I am running a vbs script called IIS health Check on my WIndooz machine. It produces a file which is place in the bbwin\tmp directory and picked up and sent to the XyMon Server. XyMon then displays the values with a nice graph. 
The file looks like this:
<start>
green 2009/02/19 03:18:56 PM

IIS Health Check:
&green Connections:     120
&green RequestsQueued:           10
&green Sessions:             20

<end>

Now I produced a exe which reads performance counter does the same thing as the IIS check i.e it produces a file called msdiskperf in the BBwin\tmp directory. However there is no graph. The file looks like this:
<start>
green 2009/02/19 01:33:56 PM

MS Disk Check:
&green Avg. Disk Queue Length               2.5
&green Avg. Disk Sec/Read         10
&green Avg. Disk Sec/Write        0.1
&green % Disk Time        24

<end>

What do I need to do to include a graph based on the data? Anyone have some ideas? The data does get to XyMon there is just no graph.

Regards
Neil

Hi,

do you use Xymon's NCV mechanism to build up and feed the RRD files?

Then you have to use 
NAME : VALUE  
lines in your output; and that's not the case in your performance counter output

Regards
Johann