I assume this only applies to the stable 2.x branch, but in Munin/Master/HTMLOld.pm the copy_web_resources() function is called with every 5 minute update cycle. Although this just copies a small amount of data, it is still needless.
That function was added 15+ years ago, I assume for some compatibility reasons. Not sure if still relevant. But imo, a post install script would better serve this need vs continuously copying the same files over and over.
I assume this only applies to the stable 2.x branch, but in Munin/Master/HTMLOld.pm the
copy_web_resources()function is called with every 5 minute update cycle. Although this just copies a small amount of data, it is still needless.That function was added 15+ years ago, I assume for some compatibility reasons. Not sure if still relevant. But imo, a post install script would better serve this need vs continuously copying the same files over and over.