On Thu, November 6, 2014 20:47, Dimitri Sokolyuk wrote: > Hallo Kirill, > > there is a small bug in pf_changes plugin: an exit command is missing in > `config' part, without wich munin fails to autoconfigure this plugin. > Could you please update the port?
Hi, Dimitri. Patch seems to be correct, but I'm not sure there is a reason to add this patch to munin port - it doesn't break runtime. You should report this upstream (and send them a patch). > > thanks & wbr, > Dima > > --- pf_changes.orig Thu Nov 6 18:40:33 2014 > +++ pf_changes Thu Nov 6 00:38:30 2014 > @@ -41,6 +41,7 @@ > echo 'rem.info State table entry removals' > echo 'rem.type DERIVE' > echo 'ins.min 0' > + exit 0 > fi > > pfctl -si | awk ' >