One thing that I can't understand from an initial look is how the whole hook thing is. In mod_status, we have a hook that is run in mod_status and other modules use to supplement the mod_status output.
With mod_bmx it looks like instead whatever "chunk" of data you want to make available, you put into a bean, but mod_bmx_status uses a local bean with no provision to print out other beans as well. How does one "extend" the info printed by mod_bmx_status via other beans added and populated by other modules?
