var fDesc=new Array(); fDesc[0] = "The DFS Replication Monitoring Management Pack monitors the health of the DFS Replication service on Windows Server 2003 R2 and Windows Server 2008. The DFS Replication Monitoring Management Pack monitors the health of the DFS Replication service on Windows Server 2003 R2 and Windows Server 2008 computers. This management pack monitors events generated by the DFS Replication service. These events provide an insight into the health of the service and folders replicated on monitored computers. This management pack includes a dashboard view which can be used to monitor replication backlogs.
Features:
- Alerts indicating outages of the DFS Replication service on monitored computers.
Alerts indicating configuration issues that require administrative intervention.
- Dashboard view that enables tracking of replication backlogs on monitored computers.
- Tracking of intermittent operational conditions. These conditions are tracked by the management pack and show up either as warnings/errors. Transient warnings/errors flagged for conditions that are resolved over time are automatically corrected by the management pack, once those conditions are resolved.
- Intuitive state view indicating red, yellow and green states of the service, replication groups, and replicated folders configured on monitored computers.
- Monitoring of important service parameters such as staging area usage and replication conflicts generated."; 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 = ''; } }