[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ncv problem
- To: hobbit (at) hswn.dk
- Subject: ncv problem
- From: Stef Coene <stef.coene (at) docum.org>
- Date: Thu, 30 Nov 2006 09:42:55 +0100
- User-agent: KMail/1.9.5
Hi,
I'm running hobbit 4.1.2p1 on AIX. I want to use ncv for graphing. My
self-written test returns a html table. To get this displayed correctly, I
send something like this to the hobbit server:
-----
</pre>
<table>
blabla
</table>
<pre>
------
This is working fine. But adding ncv to the mix is causing problems. Adding
the ncv info before </pre> has the result that I have a graph, but the rest
is cut off. Adding ncv after <pre> means no graph and the rrd file is filled
with 3 counters. It looks like hobbit is parsing the <table> and some <tr>
lines as counters.
Is it possible that the ncv modules dislikes html code in the message ?
Stef