|
The following report template profiles the services provided by a server. The
section in red contains the parameters that need to be prompted for (using the ask
action). The
sections that will be substituted by the report generator are highlighted in
blue.
Installing this interactive template will
create an entry in the Interactive Reports index.
The Server Traffic Generate a report of traffic to a server.
entry will be installed under the Host category.
This template can then be used to schedule
regular reports for key servers.
<inmon>
action=ask;
askCategory=Host;
askName=Server Traffic;
askDescription=Generate a report of traffic to a server;
askTitle=Server Report;
serverAddress.default=www.inmon.com;
serverAddress.prompt=Enter the domain name of a server;
serverAddress.required=YES;
name.default=InMon.com;
name.prompt=Enter a name for the server;
description.default=Traffic to server;
description.prompt=Enter a description of the server
</inmon>
<inmon>
action=set;
reportName=TopN;
reportFormat=chart;
includeData=yes;
valueColumn=bytes;
date=yesterday
</inmon>
<inmon>
action=index;
category=Servers
</inmon>
<html>
<head>
<title>Profile of
<inmon>action=print;
variable=serverAddress</inmon></title>
</head>
<body>
<h1>Profile of
<inmon>action=print; variable=serverAddress</inmon></h1>
<p><b>[<inmon>action=date; format=range</inmon>]</b></p>
<p>The following charts characterize the services provided by <inmon>action=print;
variable=serverAddress</inmon>:</p>
<ul>
<li><a href=#clients>Top Clients</a> Clients generating most
traffic.</li>
<li><a href=#tcpServices>TCP Services</a> Top TCP services
provided.</li>
<li><a href=#udpServices>UDP Services</a> Top UDP services
provides.</li>
<li><a href=#trend>Trend</a> Trend server traffic over
time.</li>
</ul>
<hr>
<a name=#clients></a><h2>Top Clients</h2>
<inmon>
action=report;
tableType=IPV4;
categoryColumn=clientAddress
</inmon>
<hr>
<a name=#tcpServices></a><h2>TCP Services</h2>
<inmon>
action=report;
tableType=TCP;
categoryColumn=serverPortName
</inmon>
<hr>
<a name=#udpServices></a><h2>UDP Services</h2>
<inmon>
action=report;
tableType=UDP;
categoryColumn=serverPortName
</inmon>
<hr>
<a name=#trend></a><h2>Trend</h2>
<inmon>
action=report;
reportName=Trend;
tableType=IPV4
</inmon>
</body>
</html>
|