Hey I was wondering. Can you send me a screen shot of this and how it works. I am looking at some ways t improve our whatsup and am interested in what this looks like.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Wednesday, April 28, 2004 9:51 AM To: [EMAIL PROTECTED] Subject: [WhatsUp Forum] Interesting problem.... See if I can explain this..... Using WUG 8.03HF. I am using a modified mapdetails.asp file which scrolls the down device and services. This works great. I want to add another map and user with a select group of servers not in the other maps. If a server goes down I want it to scroll on the other user's browser - not on the HelpDesk's browser. Right now it scrolls on the HelpDesk browser but only the minutes.... Weird. Also, is it possible to "not" have this map show up in the TopView?? The code I am using is: <%START_LOADED_MAP_LIST%> <%START_DEVICE_LIST%> <%IFNOT% IS_DEVICE_UP> <%IFNOT% (%MATCH% (%DEVICE% HOST_TYPE,"Subnet"))> <%IFNOT% (%MATCH% (%DEVICE% HOST_TYPE,"Container"))> <%IF% (%LESSTHAN% (%DEVICE% CURRENT_DOWN_COUNT, 2))> <a href=device.asp?map=<%MAP% FILENAME>&device=<%DEVICE% UNIQUE_ID>><FONT FACE="ARIAL" SIZE=4 COLOR=GREEN> <%DEVICE% DISPLAY_NAME> <%ELSEIF% (%LESSTHAN% (%DEVICE% CURRENT_DOWN_COUNT, 4))> <a href=device.asp?map=<%MAP% FILENAME>&device=<%DEVICE% UNIQUE_ID>><FONT FACE="ARIAL" SIZE=4 COLOR=PINK> <%DEVICE% DISPLAY_NAME> <%ELSE%> <a href=device.asp?map=<%MAP% FILENAME>&device=<%DEVICE% UNIQUE_ID>><FONT FACE="ARIAL" SIZE=4 COLOR=RED> <%DEVICE% DISPLAY_NAME> <%ENDIF%> Thanks! Scott Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/ Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/
