Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Data that needs to be monitored will be persistent in a local database - nodes collect and monitor the target metrics.
  • The schemas that are used to store the data are shared among all participating nodes.
  • Each node is extended to include a rule engine that can act on data and status events.
    • Using the rule engine - thresholds are monitored to trigger alerts when needed.
    • Using the rule engine - old data is removed and archived to avoid storage overload.
  • Each node is extended to include southbound connectors (to ingest data) and northbound connectors (to share data).Each node can collect and monitor the target metrics.

The query and monitoring functionality

...

  • Each AnyLog instance includes a CLI option.
  • Data monitored can be generated by AnyLog existing functionalities. For example, disk space, memory usage, networking status, cpu state, processes running etc. are build-in functionalities that can be leverage on each node. Additional details are in the Monitor Nodes document.
  • Southbound Connectors are detailed in the Adding Data document.
  • Northbound connectors are based on SQL and AnyLog CLI commands that are transferred to the network using REST. 

...