Gonzalo, > >Hello, > >We are monitoring our cluster with ganglia for some months now. During this >time, we have tested some metrics that finally have been abandoned and we are >not using currently. The problem we see is that these old unused metrics still >appear >in the Ganglia web pages and .rrd files are generated, etc. >Is there a procedure to completely remove from the Ganglia cache the old >metrics that are not being used anymore?
this happens because you did not specify timelife of metrics (option --dmax of gmetric). default=0 represents immortal! try to overwrite the metric specifying a timelife. example: gmetric -n OLD_METRIC_NAME -v foo -t string -d 10 ... OLD_METRIC_NAME will disappear! Marcelo > >thanks, >Gonzalo > > -- -- "Talk is cheap. Show me the code." (Linus Torvalds)

