Cricket grapher.cgi development wiki
August 31st, 2007
Cricket developers may be interested to know there is a wiki to keep track of suggestions and ideas on how to bring grapher.cgi into it’s next incarnation.
Cricket developers may be interested to know there is a wiki to keep track of suggestions and ideas on how to bring grapher.cgi into it’s next incarnation.
RRDs are fixed size databases for storing time series data. They collect information given to them and normalize it to permit trending over long periods of time.
Spurious data may inadvertently make it’s way into a database. Treating this data is possible using the following means:
rrdtool tune <file> --maximum <ds>:<value>
perl removespikes.pl -l 1 fastrouter_ethernet0_1.rrd
As with any solution, automation and prevention are the keys to a fluid system.
genDevConfig will automatically set rrd-min and rrd-max values for all config-tree targets it creates for Cricket.
Download the latest release candidate version of genDevConfig.
Or, download the latest stable version of genRtrConfig.
To learn more about the Cricket configuration generator for SNMP managed devices, please consult the genDevConfig reference manual.
To learn more about high performance trending of time series using Cricket, please visit cricket.sourceforge.net.
Also of interest, an older configuration generator project, CHIRP, has support for some equipment that is not currently fully supported in genDevConfig (Fore ASX, NetScaler, HP AdvanceStack, Riverstone, Foundry BigIron). The perl modules for those device classes included in the CHIRP tool can be easily converted to genDevConfig modules. See the genDevConfig reference manual linked above.
Most previously available resources will be put back online. In addition, new white papers and tools will also be added. It is my aim that the site provide pertinent information and technical insight into practical network and security using available tools and processes.
Francois Mikus