MDA Connector

Issue #60 closed
Roman Sakno created an issue

MDA Connector - Monitoring Data Acquisition (or Acceptor) is a connector implemented passive-check style. It can't check any remote resource itself but external resource can send any information into STH Connector using the following protocols:

  1. HTTP using PUT
  2. Apache Thrift client

You can also determine the maximum interval between changes of the attribute. If this value will be reached then attribute will throw an exception.

Distribution between instances of this connector inside of cluster can be achieved using Hazelcast.

The connector also supports notifications.

Comments (11)

  1. Log in to comment