Two things to try:
1) the previous generation http://search.cpan.org/~stas/Apache-VMonitor-0.8/. Ver 2.0 is a complete rewrite to support both mp1 and mp2, 0.8 will work for mp1 but probably is the last version of that generation.
Both version have the same problem.
2) get your sleeves up and dive into the code - it's a trivial perl code.
'sub data_apache' is the code you want to look at, the child data retrieval happens in the loop:
for ($i=0; $i < SERVER_LIMIT; $i++) {
Looking at version 2.0, each time through the loop it leaves at line 583: next unless $pid;
also check whether 'sub scoreboard_image' actually returns the image.
It does return an object blessed as 'Apache::Scoreboard' but I don't know if it is actually valid, beyond that.
Thanks, Stuart Johnston
-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html