Sigalit Hassid
posted this on March 13, 2011 12:45
In order to monitor a SharePoint 2010 farm you will need to:
CardioLog Tracking Code
SharePoint 2010 Tree Adaptor
Configure the SP2010Tree web application on the CardioLog server -
1. In [CardioLog Installation Folder]\SP2010Tree\Web.config, edit the following keys in the <appSettings> section:
includedWebApps - this is a star separated list of web applications (virtual servers) to include in the tree.
SharePointTemplatePath - this is the full path for the SharePoint 'TEMPLATE' directory.
<appSettings>
<add key="includedWebApps" value="http://sharepoint server name:port*" />
<add key="SharePointTemplatePath" value="\\sharepoint server name\C$\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\" />
</appSettings>
2. In [CardioLog Installation Folder]\SP2010Tree\Web.config, edit the following keys in the <connectionStrings> section:
configDB - this is the connection string for the SharePoint configuration database.
contentDB - this is a place holder for creating connection strings to the SharePoint content databases. Note: Leave "Initial Catalog={0};Data Source={1}" as it is.
<connectionStrings>
<add name="configDB" connectionString="Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=sharepoint config database name;Data Source=database server name" />
<add name="contentDB" connectionString="Integrated Security=SSPI;Persist Security Info=False;Initial Catalog={0};Data Source={1}" />
</connectionStrings>
3. Configure the Portal Tree Updates service parameters in CardioLog > General Administration > CardioLog Schedule Service > Portal Tree Updates and add the SharePoint 2010 web application to the Portal Tree Web Services list: "http://cardiolog server name:port/SP2010Tree/default.aspx"