Skip to content
This repository has been archived by the owner on Sep 26, 2018. It is now read-only.

Latest commit

 

History

History

dripstat

Dripstat Integration Pack

Pack which allows integration with Dripstat.

Configuration

Copy the example configuration in dripstat.yaml.example to /opt/stackstorm/configs/dripstat.yaml and edit as required.

  • api_key - Service API Key

You can also use dynamic values from the datastore. See the docs for more info.

Sensors

DripstatAlertSensor

This sensor monitors all configured applications and dispatches a trigger

Currently supported event types:

  • AlertEvent - Triggered when an alert is detected for an application.

dripstat.alert trigger

Example trigger payload:

{
    "app_name": "Chronon",
    "alert_name": "heap",
    "started_at": "1422287520",
    "jvm_host": "host001"
}