On Fri, Oct 03, 2003 at 09:19:54AM -0500, [EMAIL PROTECTED] wrote: > Target[host]: `perl getlog.pl <csv file> "<counter>" + perl getlog.pl <csv > file> "<counter>"` is not working.
You are calling the program "perl" with parameters "getlog.pl <csv file> "<counter>" + perl getlog.pl <csv file> "<counter>" *If* you can use the external program interface twice (I don't know if you can), it will have to be as follows: Target[x]: `/path/to/program params` + `/path/to/program params` in stead of Target[x]: `/path/to/program params + /path/to/program params` HTH Alex -- http://www.googlism.com/index.htm?ism=alex+van+den+bogaerdt&type=1 -- 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
