Tools - View

To open this subform, select or create an event tool with the View type from the Tools UI.

Form Fields

Note:

A custom URL does not have direct access to the Unified Assurance session. To verify that a user is authenticated in order to use a script, verify that the CGISESSID cookie exists. If it does not, then include the following in the script:

header('Location: /');

About Knowledgebase.php

The Knowledgebase.php file is a backend tool located in the $A1BASEDIR/www/tools/event/ directory of the primary presentation server. This file provides access to relevant articles in the internal wiki. The following default tools use this file:

You can optionally create custom view tools that use Knowledgebase.php in the Path when Path Type is set to Internal.

Knowledgebase.php Options

When using Knowledgebase.php in a tool, you can include the following options in the path:

For example, the default Article Device tool opens the wiki article for the value of the Node from the selected event, if the event still exists, by using the following path:

Knowledgebase.php?Action=Open;Type=Device;EventID=<EventID>