Hi, basically you have two solutions:
1. Install an already existing SNMP/RRDtool solution like cacti (http://www.cacti.net/) or another from this collection: http://oss.oetiker.ch/rrdtool/rrdworld/index.en.html. 2. If not all of your boxes/operating systems are good at delivering data via SNMP (I had a similar problem with AIX), it's relative easy to program a little agent in C/C++ that writes performance data via a socket connection to an rrdtool server. To run rrdtool as an inetd-Server see rrdtool documentation and for a fairly good metrics library visit http://www.i-scream.org/libstatgrab/. They support the usual OSes, so HP, SUN and Linux are covered. Bye, Holger Sanjeev Sharma schrieb: > Hi all, > > > > Thanks mark for your suggestion. I am hereby creating a new thread for same. > > > > 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 > > > > PS: Thanks rogerio for your valuable suggestion. > > > > > > 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 > > > -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
