<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>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Wingdings;
        panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        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;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>I just went through a very similar situation
in the last 4 days.  Some things with underscores worked, some things didn’t. 
There was a suggestion to put spaces between the DS and VALUE, which also had
mixed results.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>The final fix was to remove underscores
from everything, and that solved my problem across the board.  My users would
have rather had the underscores due to some naming similarities, however, they
are living with it to get the graphs </span></font><font size=2 color=navy
face=Wingdings><span style='font-size:10.0pt;font-family:Wingdings;color:navy'>J</span></font><font
size=2 color=navy face=Arial><span style='font-size:10.0pt;font-family:Arial;
color:navy'>.  Funny how much power a graph has.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Al<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p> </o:p></span></font></p>

<div>

<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>

<hr size=2 width="100%" align=center tabindex=-1>

</span></font></div>

<p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'> Shifter
[mailto:the.shifter@gmail.com] <br>
<b><span style='font-weight:bold'>Sent:</span></b> Tuesday, November 07, 2006
7:58 PM<br>
<b><span style='font-weight:bold'>To:</span></b> hobbit@hswn.dk<br>
<b><span style='font-weight:bold'>Subject:</span></b> [hobbit] custom rrd data
graph</span></font><o:p></o:p></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p> </o:p></span></font></p>

<p class=MsoNormal style='margin-bottom:12.0pt'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>Hi all,<br>
<br>
I've spent a good deal of time today perusing the archives and man pages hoping
to glean the answers to my problem of creating a custom rrd data (not status)
graph.  The process should be similar but darn near everything I've seen
deals with status graphs. <br>
<br>
Here's the contents of my ext script on the client:<o:p></o:p></span></font></p>

<div style='margin-left:30.0pt'>

<p class=MsoNormal style='margin-bottom:12.0pt'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>(stuff to put a value
into /tmp/pcpu.txt)<br>
$BB $BBDISP "data $MACHINE.pcpu<br>
`cat /tmp/pcpu.txt`"<o:p></o:p></span></font></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><br>
The contents of /tmp/pcpu.txt: <o:p></o:p></span></font></p>

<div style='margin-left:30.0pt'>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>pcpu_idle : 97.16<o:p></o:p></span></font></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><br>
On the server side of things I've modified the hobbitserver.cfg files' TEST2RRD
and GRAPHS lines to append "pcpu_idle=ncv". <br>
I also have this line in the same file:
NCV_pcpu_idle="pcpu_idle:GAUGE"<br>
<br>
hobbitgraph.cfg also includes this definition:<br>
[pcpu]<br>
        TITLE ESX CPU Utilitization<br>
        YAXIS % Used<br>
        -u 100 <br>
        -r<br>
        DEF:cpu_idl=pcpu.rrd:cpu_idl:AVERAGE<br>
        CDEF:pbusy=100,cpu_idl,-<br>
        LINE2:pbusy#00CC00:% CPU busy<br>
        GPRINT:pbusy:LAST: \: %5.1lf (cur)<br>
        GPRINT:pbusy:MAX: \: %5.1lf (max) <br>
        GPRINT:pbusy:MIN: \: %5.1lf (min)<br>
        GPRINT:pbusy:AVERAGE: \: %5.1lf
(avg)\n<br>
<br>
I don't have a pcpu.rrd file in the rrd/host directory which I would expect to
see.  I don't see any error messages in the client logs about not being
able to communicate.  Am I missing something obvious?  Any help would
be appreciated, thanks. <br>
<br>
Sage<o:p></o:p></span></font></p>

</div>


<BR>
This e-mail message and any attached files are confidential and are intended solely for the use of the addressee(s) named above. If you are not the intended recipient, any review, use, or distribution of this e-mail message and any attached files is strictly prohibited. This communication may contain material protected by Federal privacy regulations, attorney-client work product, or other privileges. If you have received this confidential communication in error, please notify the sender immediately by reply e-mail message and permanently delete the original message.  To reply to our email administrator directly, send an email to:  postmaster@orlandoregional.org .  If this e-mail message concerns a contract matter, be advised that no employee or agent is authorized to conclude any binding agreement on behalf of Orlando Regional Healthcare by e-mail without express written confirmation by an officer of the corporation. Any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of Orlando Regional Healthcare.<BR>
</body>

</html>