Matthias, On Wed, Dec 18, 2013 at 2:21 PM, Matthias Schmitz <matth...@sigxcpu.org> wrote:
> How should we deal with this data? When purging 'munin' we don't delete > the rrd files. But the statefiles are not this important should we > simply delete them at purge? Yes, I recommend to take a similar policy to database packages : - rrd & meta-data (/var/lib/munin/**) should be treated like DB data : only removed "manually" - munin & plugin configuration (/etc/munin/**) should be treated like DB engine config : removed on "purge" - plugin states (/var/lib/munin-node/plugin-state/**) should also be treated like DB engine config : removed on "purge" - anything else should be treated like DB engine : removed on "remove". The idea is to avoid removing data that has a value, and data that remains should remains usable (ie: with its metadata). Removing plugin state should not be automatic, but not retained at all costs, as one expects a "clean" reinstall after purge, specially on a node. Regards, -- Steve Schnepp http://blog.pwkf.org/tag/munin -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org