From matti@saffron.net Wed Jun 24 08:13:12 2026 From: matti@saffron.net To: xymon@xymon.com Subject: NCV handler problem Date: Fri, 30 Sep 2005 11:19:34 -0400 Message-ID: <433D5786.6010109@saffron.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7483394254700509836==" --===============7483394254700509836== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Hello, I have an extension script called "send" that produces output containing "seconds: ", which I pass through the NCV handler to create a graph. This works fine. The problem comes when I add a link to the graph to the end of send's output. It looks similar to . The graph appears on the test page, but data stops being collected, and rrd-status.log fills up with errors: 2005-09-30 03:30:42 RRD error creating /var/lib/hobbit/rrd/host/send.rrd: Duplicate DS name: http I tried adding "http:NONE" to NCV_send in hobbitserver.cfg, and I tried replacing the colon in "http://" with %3A. Both actions changed the errors to this: 2005-09-30 03:44:39 RRD error creating /var/lib/hobbit/rrd/host /send.rrd: Duplicate DS name: 127001hobbitcgihobb Is there a better way to get the NCV handler to ignore the colon in http://? I'm running the snapshot from 21 Sep 2005 right now. Thank you! Matti --===============7483394254700509836==--