<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:o = 
"urn:schemas-microsoft-com:office:office" xmlns:w = 
"urn:schemas-microsoft-com:office:word" xmlns:st1 = 
"urn:schemas-microsoft-com:office:smarttags"><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">


<META content="MSHTML 6.00.2800.1106" name=GENERATOR><o:SmartTagType 
name="PostalCode" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><o:SmartTagType 
name="State" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><o:SmartTagType 
name="City" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><o:SmartTagType 
name="place" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><o:SmartTagType 
name="PersonName" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><!--[if !mso]>
<STYLE>st1\:* {
        BEHAVIOR: url(#default#ieooui)
}
</STYLE>
<![endif]-->
<STYLE>@page Section1 {size: 8.5in 11.0in; margin: 1.0in 1.25in 1.0in 1.25in; }
P.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
LI.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
DIV.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
        COLOR: purple; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
        COLOR: purple; TEXT-DECORATION: underline
}
SPAN.EmailStyle17 {
        COLOR: windowtext; FONT-FAMILY: Arial; mso-style-type: personal-compose
}
DIV.Section1 {
        page: Section1
}
</STYLE>
</HEAD>
<BODY lang=EN-US vLink=purple link=blue>
<DIV><SPAN class=882230411-04082004><FONT face=Arial color=#0000ff size=2>Nagios 
will read xdata from MySQL DB tables so you have to insert your xdata in 
hostextinfo table in your MySQL DB</FONT></SPAN></DIV>
<DIV><SPAN class=882230411-04082004><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=882230411-04082004><FONT face=Arial color=#0000ff size=2>you 
have to connect to your DB, you should find a table called 
hostextinfo  (and also serviceextinfo)</FONT></SPAN></DIV>
<DIV><SPAN class=882230411-04082004><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=882230411-04082004><FONT face=Arial color=#0000ff 
size=2>mysql> describe 
hostextinfo;<BR>+----------------+--------------+------+-----+---------+-------+<BR>| 
Field          | 
Type         | Null | Key | Default | 
Extra |<BR>+----------------+--------------+------+-----+---------+-------+<BR>| 
host_name      | varchar(75)  
|      |     
|         
|       |<BR>| 
notes_url      | varchar(128) 
|      |     
|         
|       |<BR>| icon_image     
| varchar(32)  |      |     
|         
|       |<BR>| vrml_image     
| varchar(32)  |      |     
|         
|       |<BR>| gd2_icon_image | varchar(32)  
|      |     
|         
|       |<BR>| icon_image_alt | varchar(128) 
|      |     
|         
|       |<BR>| 
x_2d           | 
int(11)      |      
|     | -1      
|       |<BR>| 
y_2d           | 
int(11)      |      
|     | -1      
|       |<BR>| 
x_3d           | double(16,4) 
|      |     | -1.0000 
|       |<BR>| 
y_3d           | double(16,4) 
|      |     | -1.0000 
|       |<BR>| 
z_3d           | double(16,4) 
|      |     | -1.0000 
|       |<BR>| have_2d_coords | 
tinyint(4)   |      |     
| 0       |       
|<BR>| have_3d_coords | tinyint(4)   |      
|     | 0       
|       
|<BR>+----------------+--------------+------+-----+---------+-------+<BR>13 rows 
in set (0.02 sec)</FONT></SPAN></DIV>
<DIV><SPAN class=882230411-04082004><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=882230411-04082004><FONT face=Arial color=#0000ff size=2>then 
you have to insert your xdata for all your hosts</FONT></SPAN></DIV>
<DIV><SPAN class=882230411-04082004><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=882230411-04082004><FONT face=Arial color=#0000ff size=2>this 
is an example of insert command for one of my hosts</FONT></SPAN></DIV>
<DIV><SPAN class=882230411-04082004><FONT face=Arial color=#0000ff 
size=2>mysql> insert into hostextinfo values 
('PESM0005','http://xxx.xxx.xxx.xxx/cgi-bin/PESM0005-rrd.cgi/PESM0005_se00_locIfInOutBitsSec/','router40.png','','router40.gd2','PESM0005',200,200,100.0,100.0,300.0,100,100);</FONT></SPAN></DIV>
<DIV><SPAN class=882230411-04082004><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=882230411-04082004><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=882230411-04082004><FONT face=Arial color=#0000ff size=2>if you 
have lots of hosts I suggest you to write a text file with insert 
commands for all your hosts and input it to 
mysql</FONT></SPAN></DIV>
<DIV><SPAN class=882230411-04082004><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=882230411-04082004><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=882230411-04082004><FONT face=Arial color=#0000ff size=2>hope 
this helps</FONT></SPAN></DIV>
<DIV><SPAN class=882230411-04082004><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=882230411-04082004><FONT face=Arial color=#0000ff 
size=2>Antonella</FONT></SPAN></DIV>
<DIV><SPAN class=882230411-04082004><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=882230411-04082004><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=882230411-04082004>
<P align=left><FONT face=Tahoma 
size=2>---------------------------------------------<BR>Antonella 
Andreoni<BR>System Engineer<BR>KSOLUTIONS S.p.A.<BR>Via Lenin, 132/26<BR>56017 
San Martino Ulmiano (PI) - Italy<BR>Tel. +39 50 898111<BR>Fax +39 50 
861200<BR>E-mail: andreoni@ksolutions.it<BR></FONT><U><FONT face=Tahoma 
color=#0000ff size=2><A href="http://www.ksolutions.it/" 
target=_blank>http://www.ksolutions.it</A></FONT></U><BR><FONT face=Tahoma 
size=2>---------------------------------------------</FONT></P></SPAN></DIV>
<DIV><SPAN class=882230411-04082004><FONT face=Arial color=#0000ff 
size=2> </DIV></FONT></SPAN>
<BLOCKQUOTE dir=ltr 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Messaggio originale-----<BR><B>Da:</B> Christopher D. Chandler 
  [mailto:chris@dhinnovations.com]<BR><B>Inviato:</B> marted́ 3 agosto 2004 
  23.57<BR><B>A:</B> nagios-users@lists.sourceforge.net<BR><B>Oggetto:</B> 
  [Nagios-users] Icon disappear after using MYSQL for XDATA<BR><BR></FONT></DIV>
  <DIV class=Section1>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">To Nagios 
  Support:<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p> </o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">I have recently complied the 
  nagios bin to use MYSQL for xdata upon doing so I have lost all my icons for 
  my status map. All the host have a black question mark on top of them. Can 
  anyone help get my icons back. Below are the configuration files that I am 
  using. <o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p> </o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Thanks - 
  Chris<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p> </o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">CONFIG.STATUS<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p> </o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">./configure  
  --disable-statuswrl --enable-embedded-perl --with-perlcache 
  --with-file-perfdata --with-mysql-xdata<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p> </o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">CGI.CFG<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p> </o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">xedtemplate_config_file=/usr/local/nagios/etc/hostextinfo.cfg<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p> </o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">HOSTEXTINFO.CFG<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p> </o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"># DH01 
  Description<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">define 
  hostextinfo{<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">        
  host_name               
  dh01<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">        
  icon_image              
  win40.jpg<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">        
  icon_image_alt          
  DH01<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">        
  vrml_image              
  win40.jpg<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">        
  statusmap_image         
  win40.jpg<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">        
  gd2_image               
  win40.jpg<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">        
  register                
  1<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">        
  }<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p> </o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"># DH02 
  Description<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">define 
  hostextinfo{<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">        
  host_name               
  dh02<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">        
  icon_image              
  win40.jpg<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">        
  icon_image_alt          
  DH02<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">        
  vrml_image              
  win40.jpg<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">        
  statusmap_image         
  win40.jpg<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">        
  gd2_image               
  win40.jpg<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">        
  register                
  1<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">        
  }<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p> </o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"># DH03 
  Description<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">define 
  hostextinfo{<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">        
  host_name               
  dh03<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">        
  icon_image              
  redhat.jpg<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">        
  icon_image_alt          
  DH03<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">        
  vrml_image              
  redhat.jpg<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">        
  statusmap_image         
  redhat.jpg<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">        
  gd2_image               
  redhat.jpg<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">        
  register   
               1<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">        
  }<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p> </o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"># DH04 
  Description<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">define 
  hostextinfo{<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">        
  host_name               
  dh04<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">        
  icon_image              
  redhat.jpg<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">        
  icon_image_alt          
  DH01<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">        
  vrml_image              
  redhat.jpg<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">        
  statusmap_image        
   redhat.jpg<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">        
  gd2_image               
  redhat.jpg<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">        
  register                
  1<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">        
  }<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p> </o:p></SPAN></FONT></P>
  <TABLE class=MsoNormalTable style="WIDTH: 248.25pt; BORDER-COLLAPSE: collapse" 
  cellSpacing=0 cellPadding=0 width=331 border=0>
    <TBODY>
    <TR style="HEIGHT: 66pt" height=88>
      <TD 
      style="PADDING-RIGHT: 3pt; PADDING-LEFT: 3pt; PADDING-BOTTOM: 3pt; WIDTH: 161.25pt; PADDING-TOP: 3pt; HEIGHT: 66pt" 
      width=215 height=88>
        <P class=MsoNormal><st1:PersonName w:st="on"><STRONG><B><FONT face=Arial 
        color=black size=2><SPAN 
        style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial">Christopher D. 
        Chandler</SPAN></FONT></B></STRONG></st1:PersonName><STRONG><B><FONT 
        face=Arial color=#cc0000 size=2><SPAN 
        style="FONT-SIZE: 10pt; COLOR: #cc0000; FONT-FAMILY: Arial">    
        </SPAN></FONT></B></STRONG><SPAN class=addresstext><FONT face=Arial 
        size=1><SPAN style="FONT-SIZE: 7.5pt; FONT-FAMILY: Arial">Managing 
        Partner</SPAN></FONT></SPAN><o:p></o:p></P>
        <P class=MsoNormal><SPAN class=addresstext><FONT face=Arial size=1><SPAN 
        style="FONT-SIZE: 7.5pt; FONT-FAMILY: Arial">Office: 
        919-481-9876</SPAN></FONT></SPAN><FONT face=Arial size=1><SPAN 
        style="FONT-SIZE: 7.5pt; FONT-FAMILY: Arial"><BR><st1:City 
        w:st="on"><st1:place w:st="on"><SPAN 
        class=addresstext>Mobile</SPAN></st1:place></st1:City><SPAN 
        class=addresstext>: 
        919-274-7684                              
        </SPAN></SPAN></FONT><o:p></o:p></P>
        <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
        style="FONT-SIZE: 12pt"> <o:p></o:p></SPAN></FONT></P>
        <P class=MsoNormal><SPAN class=addresstext><FONT face=Arial color=blue 
        size=1><SPAN 
        style="FONT-SIZE: 7.5pt; COLOR: blue; FONT-FAMILY: Arial"><A 
        href="mailto:chris@dhinnovations.com"><FONT face="Times New Roman"><SPAN 
        style="FONT-FAMILY: 'Times New Roman'">chris@dhinnovations.com</SPAN></FONT></A></SPAN></FONT></SPAN><o:p></o:p></P></TD>
      <TD 
      style="PADDING-RIGHT: 3pt; PADDING-LEFT: 3pt; PADDING-BOTTOM: 3pt; WIDTH: 80.25pt; PADDING-TOP: 3pt; HEIGHT: 66pt" 
      vAlign=bottom width=107 height=88>
        <P class=MsoNormal style="TEXT-ALIGN: right" align=right><FONT 
        face="Times New Roman" size=3><SPAN 
        style="FONT-SIZE: 12pt"> <o:p></o:p></SPAN></FONT></P></TD></TR>
    <TR style="HEIGHT: 18.75pt" height=25>
      <TD 
      style="PADDING-RIGHT: 3pt; PADDING-LEFT: 3pt; PADDING-BOTTOM: 3pt; WIDTH: 242.25pt; PADDING-TOP: 3pt; HEIGHT: 18.75pt" 
      vAlign=bottom width=323 colSpan=2 height=25>
        <P class=MsoNormal style="TEXT-ALIGN: right" 
        align=right><STRONG><B><FONT face=Arial size=2><SPAN 
        style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">DH Innovations, 
        LLC</SPAN></FONT></B></STRONG><FONT face=Arial size=1><SPAN 
        style="FONT-SIZE: 7.5pt; FONT-FAMILY: Arial"><BR>Post Office Box 
        5335 | <st1:place w:st="on"><st1:City w:st="on">Cary</st1:City>, 
        <st1:State w:st="on">North Carolina</st1:State> <st1:PostalCode 
        w:st="on">27512</st1:PostalCode></st1:place></SPAN></FONT><o:p></o:p></P></TD></TR></TBODY></TABLE>
  <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
  style="FONT-SIZE: 12pt"><o:p> </o:p></SPAN></FONT></P></DIV></BLOCKQUOTE></BODY></HTML>