cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

SSRS Monitoring

Jubin.Patel
Voyager

Team,

 

We have configured .net agnet for monitoring SSRS Application it but while checking in tier new instances are getting discovered on dialy basis, any idea how to identify it or can we configure only those services which needs to be moinitored. License is too getting consumed for that reason.

 

Also on which pattern do we need to create Business Transactions.

 

Any suggestions.

12 REPLIES 12

Have created new node name with below settings:

<node name="HostName-NodeName"/>

 

Kept under observations. Will update it.

Not able to see any calls. Providing config.xml file contents fof ref.

Plsz suggets.

-------------------------------------------------------------------------------------------------------------------

<?xml version="1.0" encoding="utf-8"?>
<appdynamics-agent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<controller host="*.*.*.*" port="8090" ssl="false" enable_tls12="false">
<application name="Payment Hub UAT" />
<account name="customer1" password="***********" />
</controller>
<machine-agent />
<app-agents>
<standalone-applications>
<standalone-application executable="C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer\bin\ReportingServicesService.exe">
<tier name="SSRSTier_New" />
<node name="*.*.*.*-TestUAT"/>
<profiler>
<instrument-defaultdomain enabled="true"/>
</profiler>
</standalone-application>
</standalone-applications>
<IIS>
<applications />
</IIS>
</app-agents>
</appdynamics-agent>

--------------------------------------------------------------------------------------------------------------------

Hi. We are in a similar situation. We have configured our standalone agent config to only utilize the default domain. Without this, the agent registers ~50 new nodes, which we don’t want. When we just utilize the default domain, neither the agent or any business transactions register. We are utilizing the POCO rule, but are unable to apply the tier level agent settings, because the app agents do not register. Are we sure that the default domain handles report executions?
...if you're asking, odds are, someone else has as well.