<P>No just change the path statement to whatever you path is to hostextinfo.cfg..I'm using FreeBSD 4.2 so the paths are all funky... :)
<P>
<P> <B><I>"Kaplan, Andrew H." <AHKAPLAN@PARTNERS.ORG></I></B> wrote:
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">
<META content="MSHTML 6.00.2716.2200" name=GENERATOR>
<DIV><SPAN class=984483820-16102002><FONT face=Arial color=#0000ff size=2>Thanks for the update Jon. As far as the file locations are concerned, my machine does not have a nagios directory or the hostextinfo.cfg and serviceextinfo.cfg</FONT></SPAN></DIV>
<DIV><SPAN class=984483820-16102002><FONT face=Arial color=#0000ff size=2>files under /usr/local/etc. Can the directory be made via the mkdir command and the files created via the touch command or is there something else I need to do?</FONT></SPAN></DIV>
<DIV><SPAN class=984483820-16102002><FONT face=Arial color=#0000ff size=2></FONT></SPAN> </DIV>
<BLOCKQUOTE>
<DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> Jon Lyons [mailto:jlyons30@yahoo.com]<BR><B>Sent:</B> Wednesday, October 16, 2002 4:32 PM<BR><B>To:</B> Kaplan, Andrew H.<BR><B>Cc:</B> <B>Subject:</B> RE: [Nagios-users] Getting the icons to work on the Map<BR><BR></FONT></DIV>
<P>Sorry, it's in the <FONT color=#0000ff>cfg.cgi file, I've been doing 3-d coordinates(100+ to go..ugh!) all day and my brain is mush.</FONT>
<P> <B><I>"Kaplan, Andrew H." <AHKAPLAN@PARTNERS.ORG></I></B> wrote:
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">
<META content="MSHTML 6.00.2716.2200" name=GENERATOR>
<DIV><SPAN class=906591920-16102002><FONT face=Arial color=#0000ff size=2>Jon, </FONT></SPAN></DIV>
<DIV><SPAN class=906591920-16102002><FONT face=Arial color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=906591920-16102002><FONT face=Arial color=#0000ff size=2>Did you mean the cgi.cfg file as opposed to the cfg.cgi file? I have the former, but not the latter file.</FONT></SPAN></DIV>
<BLOCKQUOTE>
<DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> Jon Lyons [mailto:jlyons30@yahoo.com]<BR><B>Sent:</B> Wednesday, October 16, 2002 4:08 PM<BR><B>To:</B> Kaplan, Andrew H.<BR><B>Cc:</B> 'Nagios-users@lists.sourceforge.net'<BR><B>Subject:</B> RE: [Nagios-users] Getting the icons to work on the Map<BR><BR></FONT></DIV>
<P>I have in my cfg.cgi file;
<P>nagios.cfg:xedtemplate_config_file=/usr/local/etc/nagios/hostextinfo.cfg
<P>nagios.cfg:xedtemplate_config_file=/usr/local/etc/nagios/serviceextinfo.cfg
<P>and in hostextinfo.cfg I use templates since I have lots of devices...
<P>define hostextinfo{<BR> name baystack450<BR> icon_image baystack450.jpg<BR> icon_image_alt Bay Stack 450<BR> notes_url <A href="http://www.ebay.com/">http://www.ebay.com</A><BR> vrml_image baystack450.jpg<BR> statusmap_image baystack450.jpg<BR> gd2_image baystack450.
jpg<BR> register 0 ; DO NOT REGISTER THIS<BR> }
<P>define hostextinfo{<BR> use baystack450<BR> host_name 1b6-n-qnetsw01<BR> 2d_coords 0,150 ; 2-D drawing coordinate<BR> 3d_coords 20.0,7.0,0.0 ; 3-D drawing coordinates<BR> }
<P>
<P> <B><I>"Kaplan, Andrew H." <AHKAPLAN@PARTNERS.ORG></I></B> wrote:
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">
<META content="MSHTML 6.00.2716.2200" name=GENERATOR>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=781244819-16102002>No, I didn't. I went to the cgi.cfg file and added the hostextinfo and xedtemplate lines to the EXTENDED HOST INFORMATION section. I then used</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=781244819-16102002>the TOUCH command to create the xedtemplate.cfg file, and then edited the file to include three servers within it. I'm including a copy of the file with the</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=781244819-16102002>email. </SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=781244819-16102002></SPAN></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=781244819-16102002></SPAN></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=781244819-16102002><FONT size=2>
<P> </P></FONT></SPAN></FONT></DIV>
<BLOCKQUOTE>
<DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> Jon Lyons [mailto:jlyons30@yahoo.com]<BR><B>Sent:</B> Wednesday, October 16, 2002 3:37 PM<BR><B>To:</B> Kaplan, Andrew H.<BR><B>Cc:</B> Nagios-users@lists.sourceforge.net<BR><B>Subject:</B> Re: [Nagios-users] Getting the icons to work on the Map<BR><BR></FONT></DIV>
<P>Did you add each of the hosts to the hostextinfo.cfg file?
<P> <B><I>"Kaplan, Andrew H." <AHKAPLAN@PARTNERS.ORG></I></B> wrote:
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">Hi there,<BR><BR>I have downloaded the icons and installed them in the appropriate directory. The<BR>first machine being monitored has an icon associated with it,<BR>but the remaining machines continue to show the question marks. Has anyone else<BR>had this problem?<BR><BR><BR>-------------------------------------------------------<BR>This sf.net email is sponsored by: viaVerio will pay you up to<BR>$1,000 for every account that you consolidate with us.<BR>http://ad.doubleclick.net/clk;4749864;7604308;v?<BR>http://www.viaverio.com/consolidator/osdn.cfm<BR>_______________________________________________<BR>Nagios-users mailing list<BR>Nagios-users@lists.sourceforge.net<BR>https://lists.sourceforge.net/lists/listinfo/nagios-users</BLOCKQUOTE>
<P><BR>
<HR SIZE=1>
Do you Yahoo!?<BR><A href="http://faith.yahoo.com/">Faith Hill</A> - Exclusive Performances, Videos, & more<BR><A href="http://faith.yahoo.com/">faith.yahoo.com</A></BLOCKQUOTE>From: root [root@ahk]<BR>Sent: Wednesday, October 16, 2002 11:47 AM<BR>To: Kaplan, Andrew H.<BR><BR>define hostextinfo{<BR>host_name <FULLY name domain qualified><BR>icon_image linux40.png<BR>icon_image_alt Linux<BR>vrml_image linux40.png<BR>statusmap_image linux40.gd2<BR>2d_coords 200,19<BR>}<BR><BR><BR>define hostexinfo{<BR>host_name <FULLY name domain qualified><BR>icon_image win40.png<BR>icon_image_alt Windows<BR>vrml_image win40.png<BR>statusmap_image win40.gd2<BR>2d_coords 200,18<BR>}<BR><BR><BR>define hostexinfo{<BR>host_name <FULLY name domain qualified><BR>icon_image linux40.png<BR>icon_image_alt Linux<BR>vrml_image linux40.png<BR>statusmap_image linux40.gd2<BR>2d_coords 200,17<BR>}<BR></BLOCKQUOTE>
<P><BR>
<HR SIZE=1>
Do you Yahoo!?<BR><A href="http://faith.yahoo.com/">Faith Hill</A> - Exclusive Performances, Videos, & more<BR><A href="http://faith.yahoo.com/">faith.yahoo.com</A></BLOCKQUOTE></BLOCKQUOTE>
<P><BR>
<HR SIZE=1>
Do you Yahoo!?<BR><A href="http://faith.yahoo.com/">Faith Hill</A> - Exclusive Performances, Videos, & more<BR><A href="http://faith.yahoo.com/">faith.yahoo.com</A></BLOCKQUOTE></BLOCKQUOTE><p><br><hr size=1>Do you Yahoo!?<br>
<a href="http://faith.yahoo.com">Faith Hill</a> - Exclusive Performances, Videos, & more<br>
<a href="http://faith.yahoo.com">faith.yahoo.com</a>