thanks!!
"Adrian Ferrier" <[EMAIL PROTECTED]>@list.ipswitch.com
Thursday December 6, 2001 01:12 PM
Please respond to [EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
To: <[EMAIL PROTECTED]>
cc:
Subject: Re: [WhatsUp Forum] web alarms with 7.0
Hi Shmuel,
Yes, the top level view from the web interface is missing the sound.
However the conversion of the web interface to template files allows
customizations and changes to be made - attached is a TopView.asp
file that you can drop into your Web directory. This template
has the sound generation in it and should fix the issue you have
noted. Give it a try.
thanx!
Adrian
----- Original Message -----
From: "Shmuel Weitzner" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 03, 2001 3:46 PM
Subject: [WhatsUp Forum] web alarms with 7.0
> To all,
>
> Has anyone tested the following scenario?
>
> 1. Server A goes down.
> 2. Alarm on server
> 3. Alarm and sound on top level map.
> 4. Acknowledge sound
> 5. Server A remains down and server B goes down.
> 6. Is there an alarm on the top level map?????
>
>
>
> 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/
>
>
(See attached file: topview.asp)
Title: WhatsUp Gold - Top View
<%APPLICATION_SETTINGS% MAIN_TITLE>
<%INCLUDE% MainPagePrefix.asp>
| <%APPLICATION_SETTINGS% MAIN_TITLE> |
Help |
|
|
|
|
|
| Map |
Items Up |
Items Down |
Services Down |
<%START_LOADED_MAP_LIST%>
| <%MAP% NAME> |
<%IF% (%GREATERTHAN% (%MAP% TOTAL_DEVICES_UP,0))>
<%MAP% TOTAL_DEVICES_UP> |
<%ELSE%>
<%MAP% TOTAL_DEVICES_UP> |
<%ENDIF%>
<%IF% (%GREATERTHAN% (%MAP% (TOTAL_DEVICES_DOWN),0))>
<%MAP% TOTAL_DEVICES_DOWN> |
<%ELSE%>
<%MAP% TOTAL_DEVICES_DOWN> |
<%ENDIF%>
<%IF% (%GREATERTHAN% (%MAP% (TOTAL_SERVICES_DOWN),0))>
<%MAP% TOTAL_SERVICES_DOWN> |
<%ELSE%>
<%MAP% TOTAL_SERVICES_DOWN> |
<%ENDIF%>
<%IF% HAS_MAP_STATE_CHANGED>
<%IF% (%MATCH% (%MAP% TOTAL_DEVICES_DOWN, 0))>
<%IFNOT% (%MATCH% (%MAP% TOTAL_SERVICES_DOWN, 0))>
<%ENDIF%>
<%ELSE%>
<%ENDIF%>
<%ENDIF%>
<%END_LOADED_MAP_LIST%>
|
<%IF% IS_WEBSERVER_CONFIGURATION_ENABLED>
<%IF% IS_USER_CONFIGURE_PROGRAM>
<%ENDIF%>
<%ENDIF%>
<%IF% IS_CONFIGURE_REPORTS_ENABLED>
<%ENDIF%>
<%IF% IS_USER_CONFIGURE_USERS>
<%ENDIF%>
<%IF% IS_USER_ACCESS_TOOLS>
<%ENDIF%>
|
<%INCLUDE% MainPageSuffix.asp>
<%include% StandardPageFooter.asp>