Changes between Version 20 and Version 21 of OperationalMonitoring/DataSchema


Ignore:
Timestamp:
02/11/14 15:19:48 (10 years ago)
Author:
chaos@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OperationalMonitoring/DataSchema

    v20 v21  
    414414}
    415415}}}
     416 * Bytes per second received by `pc1:eth0`:
     417{{{
     418{
     419  "$schema": "http://www.gpolab.bbn.com/monitoring/schema/20140131/data#",
     420  "id": "5",
     421  "subject": "https://datastore.instageni.gpolab.bbn.com/ports/instageni.gpolab.bbn.com_interface_pc1:eth0",
     422  "eventType": "ops_monitoring:rx_bytes",
     423  "description": "bytes per second received on this interface",
     424  "units": "float",
     425  "tsdata": [
     426    { "ts": 1391198716651283, "val": 2453.64 },
     427    { "ts": 1391198776651284, "val": 800.2 },
     428    { "ts": 1391198836651284, "val": 2400.3 },
     429    { "ts": 1391198896651284, "val": 1984.3 },
     430    { "ts": 1391198956651284, "val": 0 },
     431    { "ts": 1391199016651285, "val": 0 }
     432  ]
     433}
     434}}}
     435 * Boolean metric indicating whether pc1 is available for use according to the aggregate responsible for it:
     436{{{
     437{
     438  "$schema": "http://www.gpolab.bbn.com/monitoring/schema/20140131/data#",
     439  "id": "5",
     440  "subject": "https://datastore.instageni.gpolab.bbn.com/nodes/instageni.gpolab.bbn.com_node_pc1",
     441  "eventType": "ops_monitoring:is_available",
     442  "description": "is the subject node available, according to the aggregate",
     443  "units": "boolean",
     444  "tsdata": [
     445    { "ts": 1391198716651283, "val": 1 },
     446    { "ts": 1391198776651284, "val": 1 },
     447    { "ts": 1391198836651284, "val": 1 },
     448    { "ts": 1391198896651284, "val": 1 },
     449    { "ts": 1391198956651284, "val": 0 },
     450    { "ts": 1391199016651285, "val": 0 }
     451  ]
     452}
     453}}}