On Wednesday 06 August 2003 2:49 pm, you wrote: > It works very fine. But when I run MRTG against mrtg.cfg, it says the > threshold program cannot be executed.
This is a basic UNIX issue, not really connected with MRTG... you need to set the 'executable' bit on your script... try this $ chmod a+x /full/path/to/your/script.pl Cheers, Gavin. -- 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
