[Zenoss-dev] Re: Issues with 2.1.70

Eric Newton ecn at zenoss.com
Mon Jan 21 08:26:37 EST 2008


zenperfsnmp will create an event if it finds RRD files that have not
been updated in 24 hours.

You could investigate why these files are not being updated.

If you find out that they belong to devices or components that are no
longer monitored, you can remove the files:

	$ find $ZENHOME/perf -name '*.rrd' -mtime 1 -print0 |\
          xargs -0 rm -f

You might want to add commands like this to Zenoss to list and remove
the files.

If you don't want these kinds of messages, comment out this line:

	self.oldCheck.start()

in zenperfsnmp.py.  This should probably be user-configurable.  Here's
the ticket:

	http://dev.zenoss.org/trac/ticket/2627

-Eric

Salmoneus wrote:
> I also have problems with "RRD files not updated" after upgrade from 2.1.2 to 2.1.70.
> 
> How can I fix it?


More information about the zenoss-dev mailing list