Changes between Version 2 and Version 3 of OperationalMonitoring/ExternalCheckStore


Ignore:
Timestamp:
04/18/14 11:50:28 (10 years ago)
Author:
rirwin@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OperationalMonitoring/ExternalCheckStore

    v2 v3  
    11= The External Check Datastore =
    22
     3== External Check Overview ==
     4
     5The configuration will list the external datastores that collectors can get data from.  In particular, the following URL is provided for a collector to get started at an external check datastore:
     6
     7
     8This call returns information about what checks are run by this external check store:
     9
     10 * List of aggregate control planes this external check monitors
     11 * List of data plane experiments this external check has
     12
     13{{{
     14https://externalcheckstore.gpolab.bbn.com/info/externalcheck/gpo
     15}}}
     16
     17
     18Here is an example response:
     19
     20{{{
     21{
     22   "$schema": "http://www.gpolab.bbn.com/monitoring/schema/20140131/externalcheck#",
     23   "id": "gpo",
     24   "selfRef": "http://localhost:8088/info/externalcheck/gpo",
     25   "ts": 1397762559284773,
     26   "measRef: "http://localhost:8088/data/",
     27   "experiments": [
     28      {
     29         "href": "http://localhost:8088/info/experiment/missouri_ig_to_gpo_ig"
     30      }
     31   ],
     32   "monitored_aggregates": [
     33      {
     34         "id": "gpo-ig"
     35         "href": "https://datastore.instageni.gpolab.bbn.com/info/aggregate/gpo-ig"
     36      },
     37      {
     38         "id": "rci-eg"
     39         "href": "https://rci-hn.exogeni.net/ops-monitoring/info/aggregate/rci-eg"
     40      }
     41   ]
     42}
     43}}}
     44
     45== The External Check Datastore part in Monitoring the Control and Data Planes ==
    346This page describes how monitoring data about more than one aggregate or about the control plane (reaching aggregates) is handled by the distributed operational monitoring architecture.
    447{{{