<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]--><style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
pre
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.EmailStyle18
        {mso-style-type:personal;
        font-family:Arial;
        color:windowtext;}
span.EmailStyle21
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:windowtext;
        font-weight:normal;
        font-style:normal;
        text-decoration:none none;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.Section1
        {page:Section1;}
-->
</style><!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="Section1">
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial">Hi all,<o:p></o:p></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial"><o:p> </o:p></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial">I am battling with trying to get a graph to appear on the trends column.<o:p></o:p></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial"><o:p> </o:p></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial">What I have is a custom test appearing in it’s own status column – specifically “databases”. The data as well as the graph is correct in it’s own status column,
 but don’t seem to appear on the trends column with the other graphs. There is probably something obvious that I am missing, but can’t get this working correctly.<o:p></o:p></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial"><o:p> </o:p></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial">I have changed the hobbitserver.cfg where<o:p></o:p></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial">TEST2RRD=”cpu=la,disk,………,nparts,databases”<o:p></o:p></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial">GRAPHS=”la,disk,………,nparts,databases”<o:p></o:p></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial"><o:p> </o:p></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial">The graph is defined in hobbitgraph.cfg as follows :<o:p></o:p></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial">[databases]<o:p></o:p></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial">            FNPATTERN ^database.(.+).rrd<o:p></o:p></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial">            TITLE Database Transaction Rate<o:p></o:p></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial">            YAXIS Transactions(R+W)<o:p></o:p></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial">            DEF:nt@RRDIDX@=@RRDFN@:numtrans:AVERAGE<o:p></o:p></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial">            LINE2:nt@RRDIDX@#@COLOR@:@RRDPARAM@<o:p></o:p></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial">            GPRINT:nt@RRDIDX@:LAST: \: %5.1lf (cur)<o:p></o:p></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial">            GPRINT:nt@RRDIDX@:MAX: \: %5.1lf (max)<o:p></o:p></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial">            GPRINT:nt@RRDIDX@:MIN: \: %5.1lf (min)<o:p></o:p></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial">            GPRINT:nt@RRDIDX@:AVERAGE: \: %5.1lf (avg)\n<o:p></o:p></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial"><o:p> </o:p></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial">I assume the above to be correct (as well as other configurations that I have changed), because the status column for databases has the data & graph displayed
 as it should (below)<o:p></o:p></span></font></p>
<div align="center">
<table class="MsoNormalTable" border="0" cellpadding="0">
<tbody>
<tr>
<td style="padding:.75pt .75pt .75pt .75pt">
<pre><font size="2" face="Courier New"><span style="font-size:10.0pt"><o:p> </o:p></span></font></pre>
<pre><font size="2" face="Courier New"><span style="font-size:10.0pt">         DB STC       Reads     Writes<o:p></o:p></span></font></pre>
<pre><font size="2" face="Courier New"><span style="font-size:10.0pt">         <o:p></o:p></span></font></pre>
<pre><font size="2" face="Courier New"><span style="font-size:10.0pt">         ADADB021          0          0<o:p></o:p></span></font></pre>
<pre><font size="2" face="Courier New"><span style="font-size:10.0pt">         ADADB029          0          0<o:p></o:p></span></font></pre>
<pre><font size="2" face="Courier New"><span style="font-size:10.0pt">         ADADB030        200          0<o:p></o:p></span></font></pre>
<pre><font size="2" face="Courier New"><span style="font-size:10.0pt">         ADADB031          0          9<o:p></o:p></span></font></pre>
<pre><font size="2" face="Courier New"><span style="font-size:10.0pt">         ADADB032      20012          0<o:p></o:p></span></font></pre>
<pre><font size="2" face="Courier New"><span style="font-size:10.0pt">         ADADB040       1723         14<o:p></o:p></span></font></pre>
<pre><font size="2" face="Courier New"><span style="font-size:10.0pt">         ADADB050      67564       1816<o:p></o:p></span></font></pre>
<pre><font size="2" face="Courier New"><span style="font-size:10.0pt"><o:p> </o:p></span></font></pre>
</td>
</tr>
</tbody>
</table>
</div>
<p class="MsoNormal" style="margin-bottom:13.5pt"><span class="apple-style-span"><font size="4" color="#d8d8bf" face="Times New Roman"><span style="font-size:13.5pt;
color:#D8D8BF"><o:p> </o:p></span></font></span></p>
<div align="center">
<table class="MsoNormalTable" border="0" cellpadding="0" summary="Status report info">
<tbody>
<tr>
<td style="padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal" align="center" style="text-align:center"><font size="2" color="#87a9e5" face="Times New Roman"><span style="font-size:10.0pt;
  color:#87A9E5">Status unchanged in 1 hours, 2 minutes<br>
Status message received from 127.0.0.1<br>
<a href="http://10.17.0.50/hobbit-cgi/bb-hostsvc.sh?CLIENT=mf"><font size="3"><span style="font-size:12.0pt">Client data</span></font></a><span class="apple-converted-space"> </span>available<o:p></o:p></span></font></p>
<p class="MsoNormal" align="center" style="text-align:center"><font size="3" face="Times New Roman"><span style="font-size:12.0pt"><o:p> </o:p></span></font></p>
</td>
</tr>
</tbody>
</table>
</div>
<p class="MsoNormal"><span class="apple-style-span"><font size="4" color="#d8d8bf" face="Times New Roman"><span style="font-size:13.5pt;color:#D8D8BF"><o:p> </o:p></span></font></span></p>
<table class="MsoNormalTable" border="0" cellpadding="0" width="465" style="width:348.95pt" summary="databases Graph">
<tbody>
<tr height="176" style="height:131.85pt">
<td height="176" style="padding:.75pt .75pt .75pt .75pt;height:131.85pt">
<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="font-size:12.0pt"><img border="0" width="414" height="180" id="_x0000_i1051" src="cid:image003.jpg@01CAFD8D.BB2E9A10"><o:p></o:p></span></font></p>
</td>
<td height="176" style="padding:.75pt .75pt .75pt .75pt;height:131.85pt">
<p class="MsoNormal" style="margin-bottom:12.0pt"><font size="3" face="Times New Roman"><span style="font-size:12.0pt"><o:p> </o:p></span></font></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial"><o:p> </o:p></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial"><o:p> </o:p></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial">I have changed my bb-hosts file to include :<o:p></o:p></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial">x.x.x.x              mf                     # TRENDS:*,databases<o:p></o:p></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial"><o:p> </o:p></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial">But that doesn’t work – as no graph is displayed for the databases on the trends column.
<o:p></o:p></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial">The only way I can get the graph to appear in the trends column is to change the bb-hosts to something like the following :<o:p></o:p></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial">x.x.x.x              mf                     # TRENDS:*,cics:cics|databases<o:p></o:p></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial"><o:p> </o:p></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial">The databases graph then appears on the trends column, but this is not quite what I want to do. However, doing it this way then provides a different restriction.
 If the cics graph only has 4 cics sessions that it is reporting on, and the databases graph has 7 databases that it is reporting on, when the graphs are displayed on the trends column, the cics graph is correct but the databases graph only displays the first
 4 databases (below) instead of all 7 databases (above).<o:p></o:p></span></font></p>
<table class="MsoNormalTable" border="0" cellpadding="0">
<tbody>
<tr>
<td style="padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="font-size:12.0pt"><o:p> </o:p></span></font></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="font-size:12.0pt"><o:p> </o:p></span></font></p>
</td>
<td valign="top" style="padding:.75pt .75pt .75pt .75pt">
<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="font-size:12.0pt"><o:p> </o:p></span></font></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal"><span class="apple-style-span"><font size="4" color="#d8d8bf" face="Times New Roman"><span style="font-size:13.5pt;color:#D8D8BF"><o:p> </o:p></span></font></span></p>
<table class="MsoNormalTable" border="0" cellpadding="0" width="760" style="width:569.7pt" summary="databases Graph">
<tbody>
<tr height="237" style="height:178.0pt">
<td height="237" style="padding:.75pt .75pt .75pt .75pt;height:178.0pt">
<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="font-size:12.0pt"><img border="0" width="410" height="313" id="_x0000_i1039" src="cid:image001.jpg@01CAFD8D.D0DF6D80"><o:p></o:p></span></font></p>
<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="font-size:12.0pt"><o:p> </o:p></span></font></p>
</td>
<td height="237" style="padding:.75pt .75pt .75pt .75pt;height:178.0pt">
<p class="MsoNormal"><font size="3" face="Times New Roman"><span style="font-size:12.0pt"><o:p> </o:p></span></font></p>
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial"><o:p> </o:p></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial"><o:p> </o:p></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial">Any assistance would be appreciated.<o:p></o:p></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial"><o:p> </o:p></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial">Regards<o:p></o:p></span></font></p>
<p class="MsoNormal"><font size="2" face="Arial"><span style="font-size:10.0pt;
font-family:Arial">Dave<o:p></o:p></span></font></p>
</div>
<br>
<font face="Arial" color="Gray" size="1">Disclaimer: This message and/or attachment(s) may contain privileged or confidential information. If you are not the intended recipient you may not disclose or distribute any of the information contained within this
 message. In such case you must destroy this message and inform the sender of the error. T-Systems does not accept liability for any errors, omissions, information and viruses contained in the transmission of this message. Any opinions, conclusions and other
 information contained within this message not related to T-Systems' official business is deemed to be that of the individual only and is not endorsed by T-Systems.<br>
</font>

</body>
</html>