Hi all, We are very new to rrdtool. We are currently using mrtg We have been trying to produce graphs for CPU and memory utilization for our unix servers. Can we get some sample scripts to do that. Our unix servers includes sun, HP-UX and linux and we want to install rrdtool on only one sun server and we want to produce graphs for other servers from there only.
Any help would be highly appreciated. Regards sanjeev -----Original Message----- From: Dirk Bulinckx [mailto:[EMAIL PROTECTED] Sent: Monday, July 24, 2006 9:02 PM To: [email protected] Subject: [rrd-users] Re: Directory names PERFECT that did it! So this DEF is now working fine: DEF:sa_1="c\:\\directory\\sa_1.rrd":roundtrip:MAX Thanks. Dirk Bulinckx. -----Original Message----- From: Praveen P [mailto:[EMAIL PROTECTED] Sent: Monday, July 24, 2006 5:14 PM To: Dirk Bulinckx Subject: Re: [rrd-users] Directory names Hi, A couple of things to note: - You would need to escape the back slashes - You have a ':' in the file name. You would need to escape the ':' to make sure that rrdtool does not take that as the separator in the command. HTH, Praveen. --- Dirk Bulinckx <[EMAIL PROTECTED]> wrote: > I would like to be able to specify within the RRDTOOL GRAPH command > the directory in which the database file (rrd file) can be found. > > I tried: > DEF:sa_1=c:\directory\sa_1.rrd:roundtrip:MAX > And > DEF:sa_1="c:\directory\sa_1.rrd":roundtrip:MAX > > But both failed. > > > How should I do this? > (below is the full command I'm using and that works fine IF the > current directory is the directory in which I have the RRD file). > > > > C:\data\RRD\src\tool_release\rrdtool.exe graph > "C:\data\RRD\graphs\hour\hour_sa_1.png" -s -3600 > --imgformat PNG > --title="some title" DEF:sa_1=sa_1.rrd:roundtrip:MAX > LINE1:sa_1#0000FF:"Response Time" > > > > > Dirk Bulinckx. > > > -- > Unsubscribe > mailto:[EMAIL PROTECTED] > Help > mailto:[EMAIL PROTECTED] > Archive http://lists.ee.ethz.ch/rrd-users > WebAdmin http://lists.ee.ethz.ch/lsg2.cgi > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi Make your callers hear anything you like.Call 456 say DIALER TONES. An idea can change your life. ************** LEGAL DISCLAIMER ************ This E-Mail may contain Confidential and/or legally privileged Information and is meant for the intended recipient(s) only. If you have received this e-mail in error and are not the intended recipient/s, kindly notify us at [EMAIL PROTECTED] and then delete this e-mail immediately from your system. You are also hereby notified that any use, any form of reproduction, dissemination, copying, disclosure, modification, distribution and/or publication of this e-mail, its contents or its attachment/s other than by its intended recipient/s is strictly prohibited and may be unlawful. Internet Communications cannot be guaranteed to be secure or error-free as information could be delayed, intercepted, corrupted, lost, or contain viruses. IDEA Cellular Limited does not accept any liability for any errors, omissions, viruses or computer problems experienced by any recipient as a result of this e-mail. -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
