Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 558648

Summary: net-analyzer/munin should be two separate packages
Product: Gentoo Linux Reporter: Vlad K. <vk-gentoo-bugs>
Component: Current packagesAssignee: Sysadmin Bugs <sysadmin>
Status: UNCONFIRMED ---    
Severity: enhancement CC: graaff, orzel
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Vlad K. 2015-08-25 01:51:10 UTC
Munin should be two separate packages, one for master and one for the node, so that BINHOSTs can dispatch separate packages for nodes and the master. Right now each node has to install complete munin master along with all the graphing dependencies (cairo!) which is not really the Gentoo way, and requires an overlay hack to separate.

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2015-08-25 04:37:57 UTC
USE=minimal:

<flag name="minimal">
Only install munin-node and its plugins. This excludes the
scripts to generate the web pages and the graphs.
</flag>
Comment 2 Vlad K. 2015-08-25 11:27:41 UTC
And that's the problem. If you use minimal then your package is just munin-node. If you don't, then your package is both the master and the node.

I'm talking about separation in order to have TWO distinctive packages that can be dispatched to your servers via BINHOST.

Because building everything into single package so you can have the master package brings in cairo and a plethora of other deps you don't want on thin nodes.