Hi, On Wed, 25 Feb 2004 22:56:20 +0100 (MET), "Martin Fuchs" wrote in <[EMAIL PROTECTED]>: > > ---mrtg error message > ERROR: Target[raid][_IN_] '`/usr/local/bin/test.pl`' (kill): > Unrecognized character \xB4 at (eval 22) line 1. ... > ---mrtg.cfg > Target[raid]: `/usr/local/bin/test.pl`
You have to replace forequote(dunno how to call it) to backquote. I think forequote(outside of quoting) is not a valid character in perl. # Note that I replaced the forequote to backquote in quoted message # above, because my MUA doesn't accept non-ASCII alphabet in it. Regards, Takumi Yamane <[EMAIL PROTECTED]> -- Unsubscribe mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/mrtg FAQ http://faq.mrtg.org Homepage http://www.mrtg.org WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
