var fDesc=new Array(); fDesc[0] = "Is a Windows client for the popular Munin monitoring system. It is written in C with most plugins built into the executable.

Beta release uses a new NSIS based-installer and has a number of fixes and patches included:

Switched to NSIS Installer
Removed Windows Firewall setup code from munin-node.exe, now done in the NSIS Installer (r43)
Statically linked MS Visual C libraries (MS Visual C Runtime no longer required)
Plugin Changes
Added DERIVE Performance Counters support, patch by josh (Google Code Issue 4 , r27, r32)
Updated Performance Counter plugin to include error codes in error messages (r42)"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }