Changes between Version 1 and Version 2 of OperationalMonitoring/Overview


Ignore:
Timestamp:
02/18/14 09:42:48 (10 years ago)
Author:
rirwin@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OperationalMonitoring/Overview

    v1 v2  
    1 Overview of Operational Monitoring
     1= Overview of Operational Monitoring =
     2
     3The monitoring architecture is based on the concept of distributing sources of information in a common fashion.  The sources of information (relational data or time-series data) is placed into what are called "Local Datastores".  These datastores have a common REST polling API for retrieving information.  The component that automatically retrieves data from the Local Datastores are called "Aggregators".
    24
    35{{{
     
    1113</table>
    1214}}}
     15An aggregator can poll a variety of datastores and any subset of data within each datastore.  A monitoring application relies on an aggregators for its data queries, so aggregators poll whatever data is necessary to have sufficient data to support the attached monitoring applications (i.e., alerting, reporting, historical analysis, visualization). 
    1316
    1417{{{
     
    2326}}}
    2427
    25 
    26 This API is component (c) of the [http://www.gpolab.bbn.com/monitoring/components/ component diagram].
     28Although there are multiple aggregators, a single monitoring application uses only a single aggregator.