here's how I have my topview... there's 2 banners above the main status
screen, one shows devices down, the other below it shows services down. 
Only shows if either is actually down, otherwise it is blank.

<TABLE cellSpacing=0 cellPadding=3 width="98%" bgColor="white"
border=2>
        <TR>
        <td align=left bgColor="#3F26FE" colSpan=2>
      <TABLE width="100%" border=0>
        <TR>
          <td align=left><img src="devicesdown.jpg"></td>
                <TD WIDTH="100%" ALIGN=left>
                <MARQUEE> 
                <%START_LOADED_MAP_LIST%>
                <%IF% HAS_MAP_STATE_CHANGED>
                        <%IF% (%MATCH% (%MAP% TOTAL_DEVICES_DOWN, 0))>
                                <%IF% (%MATCH% (%MAP%
TOTAL_SERVICES_DOWN, 0))>
                                <%ELSE%>
                                        <bgsound src=""
loop="infinate">
                                        <!-- <bgsound src="<%SOUND_TYPE%
WEBDOWN>"> -->
                                <%ENDIF%>
                        <%ELSE%>
                                <bgsound src="" loop="infinate">
                        <%ENDIF%>
                <%ENDIF%>
                <%START_DEVICE_LIST%>
                     <%IFNOT% IS_DEVICE_UP>
                        <%IF% (%LESSTHAN% (%DEVICE% CURRENT_DOWN_COUNT,
1))>
                                <a href=device.asp?map=<%MAP%
FILENAME>&device=<%DEVICE% UNIQUE_ID>><FONT FACE="ARIAL" SIZE=4
COLOR=GREEN>
                                <%DEVICE% DISPLAY_NAME>&nbsp;&nbsp;</a>
                                &nbsp;&nbsp;&nbsp;&nbsp
                                </B></FONT>
                        <%ELSEIF% (%LESSTHAN% (%DEVICE%
CURRENT_DOWN_COUNT, 5))>
                                <a href=device.asp?map=<%MAP%
FILENAME>&device=<%DEVICE% UNIQUE_ID>><FONT FACE="ARIAL" SIZE=4
COLOR=YELLOW>
                                <%DEVICE% DISPLAY_NAME>&nbsp;&nbsp;</a>
                                &nbsp;&nbsp;&nbsp;&nbsp
                                </B></FONT>
                        <%ELSE%>
                                <a href=device.asp?map=<%MAP%
FILENAME>&device=<%DEVICE% UNIQUE_ID>><FONT FACE="ARIAL" SIZE=4
COLOR=RED>
                                <%DEVICE% DISPLAY_NAME>&nbsp;&nbsp;</a>
                                &nbsp;&nbsp;&nbsp;&nbsp
                                </B></FONT>
                        <%ENDIF%>
                     <%ENDIF%>
                <%END_DEVICE_LIST%>
                <%END_LOADED_MAP_LIST%>
                </MARQUEE>
                </TD>
                </TABLE>

      <TABLE width="100%" border=0>
        <TR>
          <TD height=25><img src="servicesdown.jpg"></TD>
                <TD WIDTH="100%" ALIGN=left>
                <MARQUEE> 
                <%START_LOADED_MAP_LIST%>
                <%IF% HAS_MAP_STATE_CHANGED>
                        <%IF% (%MATCH% (%MAP% TOTAL_DEVICES_DOWN, 0))>
                                <%IF% (%MATCH% (%MAP%
TOTAL_SERVICES_DOWN, 0))>
                                <%ELSE%>
                                        <bgsound src=""
loop="infinate">

                                <%ENDIF%>
                        <%ELSE%>
                                <bgsound src="" loop="infinate">
                        <%ENDIF%>
                <%ENDIF%>
                <%START_DEVICE_LIST%>

                        <%START_SERVICE_STATISTICS_LIST%>
                        <%IF% IS_SERVICE_UP>
                        <%ELSE%>
                                <a href=device.asp?map=<%MAP%
FILENAME>&device=<%DEVICE% UNIQUE_ID>><font  face="arial" size=4
color=white><%DEVICE% DISPLAY_NAME>&nbsp;
                                  <%IF%
DOES_SERVICE_SUPPORT_TELNET_HYPERLINK>
                                         <%SERVICE_STATISTICS%
ABBREVIATED_NAME></a></FONT>&nbsp;&nbsp;&nbsp;&nbsp;
                                  <%ELSE%>
                                         <%SERVICE_STATISTICS%
ABBREVIATED_NAME></a></FONT>&nbsp;&nbsp;&nbsp;&nbsp;</a>
                                  <%ENDIF%>
                        <%ENDIF%>
                        <%END_SERVICE_STATISTICS_LIST%>
                <%END_DEVICE_LIST%>
                <%END_LOADED_MAP_LIST%>
                </MARQUEE>
                </TD>
          </TR>
                </TABLE>
</td>
</tr>
</table>

Think that's everything, might have missed a few tags, but you'll see
the idea...


devicesdown.jpg and servicesdown.jpg are simply jpeg images that say
"Devices Down" or "Services Down" for visual effects only.  Replace them
with new images or text if you want.  The device or service is
hyperlinked to the devicedetails page so you can go directly to the
problem device.

Bryan

>>> [EMAIL PROTECTED] 6/24/2004 11:10:08 AM >>>
They have a devdown.asp which is probably the one you are talking
about. It
is an empty file.

Thanks!
 
Charles R. Alexander

-----Original Message-----
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Luz Berger
Sent: Thursday, June 24, 2004 8:53 AM
To: [EMAIL PROTECTED] 
Subject: RE: [WhatsUp Forum] Show only the device names with services
down
and the corresponding device name

Hi Charles,

Try it at

http://www.wugportal.com/modules.php?op=modload&name=UpDownload&file=index&r

eq=viewdownload&cid=4


Luz Berger
Berger Network Consult
http://www.bergerl.com 


-----Original Message-----
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Charles
Alexander
Sent: Thursday, June 24, 2004 4:40 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [WhatsUp Forum] Show only the device names with services
down
and the corresponding device name


Where can I download the devices_down.asp?

Thanks!
 
Charles R. Alexander
System Administrator
Quantum Corporation
719-536-6405
8301-6405

-----Original Message-----
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Luz Berger
Sent: Thursday, June 24, 2004 8:31 AM
To: [EMAIL PROTECTED] 
Subject: RE: [WhatsUp Forum] Show only the device names with services
down
and the corresponding device name

Hi Charles,

It does display the devices down and then each downed service for that
particular device. What else are you looking for?

Luz Berger
Berger Network Consult
http://www.bergerl.com 


-----Original Message-----
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Charles
Alexander
Sent: Thursday, June 24, 2004 4:07 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [WhatsUp Forum] Show only the device names with services
down
and the corresponding device name


I have looked at the devices down. It doesn't do what I want it to do.
I
want a list of the devices that have down SERVICES and the name of the
SERVICES that are down.

Thanks!
 
Charles R. Alexander
System Administrator
Quantum Corporation
719-536-6405
8301-6405

-----Original Message-----
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Bryan Frye
Sent: Wednesday, June 23, 2004 1:12 PM
To: [EMAIL PROTECTED] 
Subject: Re: [WhatsUp Forum] Show only the device names with services
down
and the corresponding device name

There used to be a devices_down.asp page to download that would work
this...
but the short of it is...

<%START_LOADED_MAP_LIST%>
  <%START_DEVICE_LIST%>
     <%IF% IS_DEVICE_UP>
     <%ELSE%>
         <%DEVICE% DISPLAY_NAME> is down!
     <%ENDIF%>
     <%START_SERVICE_STATISTICS_LIST%>
         <%IF% IS_SERVICE_UP>
         <%ELSE%>
             <%SERVICE_STATISTICS% NAME> is down on <%DEVICE% DISPLAY
NAME>!
          <%ENDIF%>
     <%END_SERVICE_STATISTICS_LIST%>
  <%END_DEVICE_LIST%>
<%END_LOADED_MAP_LIST%>

I use this with marquee style tags on my top view... and have separate
marquees for devices down and services down...looks nice and is all
clear
when nothing is down... scrolls down devices and services when they
are

Bryan
>>> [EMAIL PROTECTED] 6/23/2004 2:34:19 PM >>>
Hi!

How can I only show the device names with services down and the
corresponding device name? Modifying the detail viewmode in topview
would be
fine. I would like to have a quick way (report or via webpage) to see
what
services are down on my servers.

Thanks!
 
Charles R. Alexander
System Administrator
Quantum Corporation
719-536-6405
8301-6405

-----Original Message-----
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Bryan
Harrell
Sent: Wednesday, June 23, 2004 11:18 AM
To: [EMAIL PROTECTED] 
Subject: Re: [WhatsUp Forum] WUG Web Server legend questions

According to the manual (bottom of P.4) "If something occurs such as a
missed poll, or an event comes in, the name of the device becomes
highlighted on the map".

------------------------------------------------------------
Bryan Harrell, SPII 
Network Transport & Administration - Tallahassee
Fla. Dept of Revenue
(850)-921-0700  S/C 291-0700
------------------------------------------------------------


>>> [EMAIL PROTECTED] 06/23/2004 11:22:42 AM >>>
Hello all:
 
Does anyone know why WUG map shows some of the device names boxed in
black,
while others do not appear that way?  Does a device name being blackend
mean
there is some sort of an issue, or is just a graphical oddity?  Also,
all of
my devices have a little white star on the upper right corner, and I
have
found in the docs that that shows the device is SNMP manageable.  A few
of
my devices also show a pink triangle on the upper left of the device
icon.
Can someone tell me what that means? Any info would be great.  Thank
you,
 
Artie Noel
Systems Administrator
Virginia Military Institute
Information Technology
427 Nichols Engineering Annex
Lexington, VA 24450
(O) 540-464-7710
(F) 540-464-7222
(M)540-570-1850
 

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/ 

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/ 


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/ 


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/

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/

Reply via email to