ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

›Features Reference

About

  • Introduction
  • ActiveUI SDK
  • ActiveUI
  • What's New?
  • Webinars
  • Frequently Asked Questions

Features Reference

  • ActiveMonitor
  • Alerts
  • Bookmark Tree
  • Calculated Measures
  • Charts
  • Content Editor
  • Dashboards
  • Data Explorer
  • Data Sorting
  • Deferred Update
  • Drillthrough
  • Expand - Collapse
  • Exporting and sharing
  • Featured Values
  • Filtering
  • Formatting
  • HTTP widget
  • Messages
  • Keyboard Shortcuts
  • KPI
  • Mdx Editor
  • Monitor List
  • Monitor View
  • Moving widgets
  • Page Filters
  • Parameter List
  • Pivot Table
  • Query Mode
  • Quick Filter
  • Rules Editor
  • Search content
  • Shared Context Values
  • State Editor
  • Table Layout
  • Tabular View
  • Text Editor
  • Widget
  • Workflows

Advanced Guides

  • Charts Gallery
  • Day-to-day difference
  • MDX Resources
  • Monitor Measures

Monitor List

What is a Monitor?

Monitors are ActiveMonitor services listening for KPI status updates. You may configure their behaviors to fit your business process by, for example, setting observation frequency or assigning them a Workflow.

Instances of Monitors are running on servers to:

  1. watch for KPI status transitions.
  2. trigger Workflows.

You may configure Monitors' behaviour:

  1. limiting the scope of data where KPI status may raise an alert.
  2. setting observation frequency.
  3. scripting Monitor logic using MDX.

Monitor list

Monitor List is a widget displaying existing Monitors and their KPI Status statistics. You can open it from the dock or the widgets panel.

Monitor List

Explore the following actions in the Monitor List:

  • Create new Monitor
  • Remove Monitor
  • Edit/View Monitor

Create Monitor

Usually, monitors are created automatically when rules are mapped to workflows and submitted in the Rules Editor.

Advanced users can create Monitors manually. Click Create a new Monitor button in the Monitor List widget, and you will see the Monitor View popup:

Monitor View

Monitor List

In the Monitor View you can:

  1. Give your Monitor a name.

    When Rules Editor creates Monitors for you, it combines a KPI name and Workflow name in the new monitor's titles, since these are the primary determinants of a Monitor. You can rename the automatically-created monitors.

  2. Add a description (optional).

  3. Select a workflow from the list of workflows configured in your organisation.

  4. Set observation frequency:

    • Real-time monitoring means continuous observation, KPI status transitions trigger workflows automatically

    The following features are under development:

    • Manual monitoring implies the monitor needs to be initiated manually.
    • Scheduled monitoring means the monitor is checking statuses periodically.
  5. Set trigger:

    • Show only transition of states. With this filter, only KPI status changes generate events. KPI Goal or value changes will be discarded if they do not impact the status. This is the default filter selected in the Monitor popup.
    • No filter. Whenever KPI Goal or KPI Value change, an event is generated. While it can be useful to receive historical changes of values across time, this option might generate a large volume of events, so choose it with care.
  6. Insert an MDX query or build it in the Table. MDX should return KPI status on columns and the necessary aggregation levels on rows, for example,

    SELECT
      {
        KPIStatus(
          "Sales Target"
        )
      } ON COLUMNS,
      NON EMPTY [Currency].[Currency].[Currency].Members ON ROWS
      FROM [EquityDerivativesCubeEURGBP]
      WHERE [Geography].[City].[ALL].[AllMember].[New York]
    
  1. You may let the monitor apply Context Values when checking for KPI Status.

Remove Monitor

You can remove a Monitor from the Monitor List:

Monitor List

Please consult product development team to learn more about the implementation of audit mechanism for the Monitors in your organisation.

View/Edit Monitor

Click "eye" icon to edit the Monitor settings in the Monitor View:

Monitor List

← Mdx EditorMonitor View →
  • What is a Monitor?
  • Monitor list
  • Create Monitor
    • Monitor View
  • Remove Monitor
  • View/Edit Monitor
Copyright © 2019 ActiveViam