Pingdom webhook adapter - chuwy/snowplow-ci GitHub Wiki
HOME > [SNOWPLOW TECHNICAL DOCUMENTATION](Snowplow technical documentation) > Webhooks > Pingdom webhook adapter
## 1. OverviewThis webhook adapter lets you track a variety of events logged by [Pingdom] pingdom-website.
## 2. Implementation ### 2.1 Event sourceDetails of the Pingdom webhook format as of 1 November 2014.
Pingdom sends a single event as a GET
request with all information in the querystring, without any content type.
Implementation: [PingdomAdapter] pingdom-adapter
Pingdom webhook support was implemented in [Snowplow 0.9.13] snowplow-0.9.13.
## 3. EventsAll resources for this webhook's events:
Event | JSON Schema | JSON Paths | Redshift Table |
---|---|---|---|
Assign | [incident_assign 1-0-0] assign-json-schema | [incident_assign_1.json] assign-json-paths | [com_pingdom_incident_assign_1.sql] assign-sql |
Notify of close | [incident_notify_of_close 1-0-0] close-json-schema | [incident_notify_of_close_1.json] close-json-paths | [com_pingdom_incident_notify_of_close_1.sql] close-sql |