From: xbgmsharp <xbg...@gm...> - 2007-12-14 16:04:16
|
I figure out how to graph out of the box the memory. First hobbit look for this word: Physical or Swap or Actual then i take the pourcentage of it. only digit (eg 25%). So in your memory message, you need to have line like this: Physical {nice_mem_used_per}% So if you don't want to show it do like for CPU <!-- DEVMON to RRD Physical {mem_used_per}% --> In your tranfrom: mem_used_per : MATH : ({mem_used} x 100) / {mem_total} : 0 EG the documentation: Decimal precision can also be controlled via an additional variable seperated from the main expression via a colon: transTime : MATH : ((({sysUpTime}/100) ^ 2 ) x 15) + 10 : 4 This would ensure that the transTime alias would have a precision value (zero padded, if needed) of exactly 4 characters (i.e. 300549.3420). The default value is 2 precision characters. To remove the decimal characters alltogether, specify a value of 0. And a graph appear. FOr the CPU like in many template you need: <!-- DEVMON to RRD <br>CPU 5 min average: {CPUTotal5Min} --> It will graph % as load. Regards Francois Francois Lacroix a écrit : > > > Here are my cisco pix template ciscopix6 cisco-pix702 cisco-pix706 > > I have about 250 pix to monitor and i really need a lot of information > and even more graph to get history on each device. > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services > for just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > ------------------------------------------------------------------------ > > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > |