<html><div>try this perl script</div>
<div>Command to run is &quot;/usr/local/mrtg-bin/mrtg-all
/home/httpd/stats/configs &gt; /dev/null 2 &gt;&amp;1&quot;</div>
<br>
<br>
<div>#!/usr/bin/perl</div>
<br>
<div>$mrtgBIN = &quot;/usr/local/mrtg-bin/mrtg&quot;;</div>
<div>while (@ARGV) {</div>
<div>&nbsp; $StartDir = shift (@ARGV);</div>
<br>
<div>&nbsp; if (not (-e $StartDir)) {</div>
<div>&nbsp;&nbsp;&nbsp; print &quot;$StartDir does not
exist.\n&quot;;</div>
<div>&nbsp;&nbsp;&nbsp; exit;</div>
<div>&nbsp; }</div>
<br>
<div>&nbsp; $Command = &quot;/usr/bin/find $StartDir -name
\&quot;*.mrtg.cfg\&quot;&quot;;</div>
<div>&nbsp; open(FILES,&quot;$Command |&quot;);</div>
<div>&nbsp; while ($File = &lt;FILES&gt;) {</div>
<div>&nbsp;&nbsp;&nbsp; chop($File);</div>
<div>&nbsp;&nbsp;&nbsp; system(&quot;$mrtgBIN $File&quot;);</div>
<div>&nbsp; }</div>
}
<br>

<hr>
<font color="#000080">David
Gabler&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Production Systems Supervisor<br>
Americom USA<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>&nbsp;&nbsp; Phone
805.545.5078<br>
<hr>
</font></html>