<!-- enable:SMARTPAGE -->
Instructs the Netcool/Webtop server that this page is enabled for SmartPage commands.
This must be the FIRST line of text in the HTML page.
Back to summary
<!-- Validate:[acllist,redirect] -->
<!-- Validate:[acllist,%USERSHOMEURL%] -->
Instructs the Netcool/Webtop server to validate the user. If the user has not logged in,
they will be asked to do so. The will be redirected to the login page.
This must be the SECOND line of text in the HTML page.
- aclist is a comma delimited list of acls which are allowed to access
this page.
- redirect is a url which the user will be redirected to if they are not
permitted to view this page.
- %USERSHOMEURL% is substituted at runtime with the user's home page URL. The user will be redirected there if they
are not permitted to view this page.
Back to summary
<!-- insert:AEL[entities="entity1,entity2..",showinframe=boolean,cols=numcols,width=width,height=height] -->
<!-- insert:AEL[entity=entity,showinframe=boolean,width=width,height=height,transientname=name] -->
<!-- insert:AEL[filter=filtertext,view=viewname,metric=metric,metricof=metricof,showinframe=boolean,width=width,height=height] -->
Inserts an Active Event List applet in the HTML page.
- entities - list of entities. An applet will be created for each entity.
These applets will be layed out in a table.
- entity - entity name. A single AEL applet will be created for this entity.
No special layout is provided.
- filter - SQL filter eg, 'Severity>3' This parameter should be used instead of the
entities or entity parameters. This feature allows the creation of Transient
entities. Transient entities allow HTML pages to contain AEL applets which describe entities
that do not exist in the server. Transient entities are created dynamically in the server
and are not saved to disk (unlike entities created via the administration pages or WAAPI).
- view - view name. Requires the filter parameter. This is the name of the
view to be used in a transient entity. This view must exist in the Webtop server.
- transientname - transient entity name. Requires the filter and view parameters.
This is the name of the transient entity. This will be used as the title for the AEL
monitor box.
- metric - metric show value for a transient entity. This can be
any of Average, Count, Sum, Minimum or Maximum
- metricof - metric value for a transient entity. This is a field type,
eg) Tally
- showinframe - if true a Monitor Box will be displayed and the Event List Window
will be launched from it. Otherwise the Event List is embedded in the web page. (Default value is true).
- cols - the number of columns to use in the table when displaying multiple applets. (Default value is 4).
- width - the width of the applet(s) (Default value is 130).
- height - the height of the applet(s) (Default value is 165).
Back to summary
<!-- insert:AELMAPVIEW[map=map,showinframe=boolean,cols=numcols,width=width,height=height] -->
Inserts an Active Event List applet for each entity in a map, in the HTML page.
- map - the mapname.
- showinframe - if true a Monitor Box will be displayed and the Event List Window
will be launched from it. Otherwise the Event List is embedded in the web page. (Default value is true).
- cols - the number of columns to use in the table when displaying multiple applets. (Default value is 4).
- width - the width of the applet(s). (Default value is 130).
- height - the height of the applet(s) (Default value is 165).
Back to summary
<!-- insert:MAPLET[mapname] -->
<!-- insert:MAPLET[map=mapname,soundurl=soundurl] -->
Inserts a map applet in the HTML page.
- mapname - the name of the map
- soundurl - the URL of an audio (".au") file that will be played when the
maximum severity of the entities on a map increases.
Back to summary
<!-- insert:FILTERPAGE -->
<!-- insert:FILTERPAGE[numcols=2,show lowest="false",type="lavalamp"] -->
<!-- insert:FILTERPAGE[filters="filter1,filter2",bgcolor="color",bgimage="image",monitorwidth="width",monitorheight="height",action="action",url="url",target="target",soundurl="soundurl"] -->
Inserts a map applet in the HTML displaying either all a user's filters or
the comma separated list of user's filters. Parameters are optional. All user
filters are displayed by default. The map will arrange rows of monitor boxes,
using the user's preferences where appropriate.
Optional parameters
- bgcolor - a background color for the map. Default is white.
- bgimage - a background image for the map.
- monitorwidth - width of map monitor boxes. Default is 130.
- monitorheight - height of map monitor boxes. Default is 40. This will be internally
adjusted when the map is created, according to user preferences.
- action - Click action. Default is to open an AEL.
- url - Click action url.
- target - Click action target. Default is "_blank"
- soundurl - the URL of an audio (".au") file that will be played when the
maximum severity of the entities on a map increases.
Monitor Box Preferences
By default, the monitor box style on the created filter page adopts the logged
in user's preferences. However, these preferences can be overriden by the administrator by
explictly adding them to the FilterPage command as paramters.
- numcols - number of Monitor Box columns (overrides user's "ael_user_properties_monitor_num_cols"
property. Available settings - any whole positive number.
- type - distribution meter type (overrides user's "ael_user_properties_monitor_distribution_meter"
property. Available settings - "lavalamp" or "histogram".
- size - number of Monitor Box columns (overrides user's "ael_user_properties_monitor_num_cols"
property. Available settings - any whole positive number.
- numcols - font size (overrides user's "ael_user_properties_monitor_font_size"
property. Available settings - any whole positive number.
- show total - show total number of alarms (overrides user's "ael_user_properties_monitor_show_number"
property. Available settings - "true" or "false"
- show highest - show number of highest severity alarms (overrides user's "ael_user_properties_monitor_show_highest"
property. Available settings - "true" or "false"
- show lowest - show number of lowest severity alarms (overrides user's "ael_user_properties_monitor_show_lowest"
property. Available settings - "true" or "false"
- show metric - show metric of alarms (overrides user's "ael_user_properties_monitor_show_metric"
property. Available settings - "true" or "false"
- show highest severity as border - show highest severity as a colored border (overrides user's "ael_user_properties_monitor_show_highest_color"
property.
Back to summary
<!-- insert:TABLEVIEW[mapname/entityname/datasource] -->
Inserts a static Event List in the HTML page.
- mapname - the name of the map (required for ACL checking)
- entity - defines the filter and view for the event list
- datasource - defines the objectserver to fetch data from. (Default value specified in server.init).
Back to summary
<!-- insert:USERSHOMEURL -->
Inserts a user's Webtop home page URL. This can be used for creating
say a link to the user's home page.
Back to summary
<!-- insert:USERMAPLIST[type=listtype,target=targetframe] -->
Inserts a user's map list in the HTML page. The name of each map is inserted
as a hypertext link which can be clicked to show the map. The list of maps
will is validated against the ACLs to which the user belongs. The user will only
see maps which he/she is permitted to access.
- type - if type is specified as list the URLs will be displayed in an
unordered list. If "table" the URLs will be displayed in a
table. Default type is "list".
- target - the target frame for the map urls.
Back to summary
<!-- insert:USERNAME -->
Displays the name of the user that is logged in.
Back to summary
<!-- insert:USERSTATISTICS -->
Inserts a summary of the User Monitor data in the HTML page. This is only available
to administrators. The data is output in the form of two table rows that will need to be embedded
in an HTML table.
Back to summary
<!-- insert:USERSTIMEZONE -->
Inserts a html selection list with timezone r data in the HTML page. This is used in
$WEBTOP_HOME/config/system/changeuserprofile.html to make the timezone selection list.
The timezone selected by defualt is depends on the property saved by the user.
Back to summary