I just did a fresh install of Munin 2.0.6-4 on a Debian 7.1 server from the debian repositories. The "load" plugin appears as loaded:
# munin-node-configure | grep load
load | yes |
vserver_loadavg | no |
However, I can't see any "Load average" graph. For all I know, the load plugin seems to be working:
# munin-run load config
graph_title Load average
graph_args --base 1000 -l 0
graph_vlabel load
graph_scale no
graph_category system
load.label load
graph_info The load average of the machine describes how many processes are in the run-queue (scheduled to run "immediately").
load.info 5 minute load average
# munin-run load
load.value 0.05
I have no idea how to debug this any further.