Xymon Mailing List Archive search

Graphing Question

list Johann Eggers
Thu, 19 Feb 2009 15:19:57 +0100
Message-Id: <user-fe4290d86919@xymon.invalid>

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