19.07.2014 Views

OneSight Administrator Guide

OneSight Administrator Guide

OneSight Administrator Guide

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Report Templates Configuration File<br />

# Sample report using line graph and table in HTML file<br />

# as data source<br />

Report3.title = My HTML Report<br />

Report3.visible=false<br />

Report3.template = line.pcxml<br />

Report3.datasourceName=html<br />

Report3.datasourceValue=reportTemplates/data/data1.html<br />

Report3.htmlTable=CordaData<br />

# Sample report using pie graph and SQL query as data<br />

# source<br />

Report4.title = <strong>OneSight</strong> Alert Distribution<br />

Report4.visible=false<br />

Report4.template = pie.pcxml<br />

Report4.datasourceName=sql<br />

#<br />

Report4.datasourceValue=com.wrq.wam.reports.reportTempla<br />

teExamples.ReportTemplateExample<br />

Report4.datasourceValue=reportTemplateExamples.ReportTem<br />

plateExample<br />

Report4.jdbcDriver=com.inet.tds.TdsDriver<br />

Report4.jdbcConnectionUrl=jdbc:inetdae:frs0671:1433?data<br />

base=<strong>OneSight</strong>Trunk<br />

Report4.user=sa<br />

Report4.password=<br />

Report4.sql=select<br />

EmpirixAdmin.tbl_AlertDetail.AlertName,<br />

COUNT(EmpirixAdmin.tbl_AlertDetail.AlertName) AS<br />

Alert_Count FROM EmpirixAdmin.tbl_AlertDetail GROUP BY<br />

EmpirixAdmin.tbl_AlertDetail.AlertName<br />

# Sample report using pie graph and SQL query as data<br />

# source with example of using Arguments.<br />

Report5.title = My SQL with Arg<br />

Report5.visible=false<br />

Report5.template = pie.pcxml<br />

860 <strong>OneSight</strong> <strong>Administrator</strong> <strong>Guide</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!