On Tue, Sep 10, 2002 at 10:58:47AM -0300, Gustavo Badauy wrote:
> 
> Hi All,
> 
> I'm been using MRTG for quite a while, I've developed a series of external
> programs to extract data that it's not available from SMNP. How do I get
> those external programs to feed rrdtool as well?

If you used to have something like this in your script for MRTG:

    echo $in
    echo $out

change this into

    echo update mydatabase.rrd N:$in:$out | rrdtool -

Now don't call a wrapper or such, just call the (altered) script.

Do read the tutorial + manual pages for more info.

cheers,
Alex

--
Unsubscribe mailto:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

Reply via email to