PipedreamHQ / PipedreamHQ/pipedream
[Components] pinghome
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# pinghome
## URLs
- https://docs.pinghome.io/
## Webhook Sources
### new-ping-alert-instant
#### Description
Emit new event when a monitored endpoint or device fails a ping check. Users can specify the monitored resource ID as a required prop and optionally filter by severity or region.
### new-monitor-created-instant
#### Description
Emit new event when a new ping monitor is created. Useful for syncing new monitoring configurations. No required props; optional filters may include user ID or monitor type (e.g., HTTP, ICMP).
### new-incident-resolved-instant
#### Description
Emit new event when a previously triggered downtime incident is resolved. Users can specify monitor ID as a required prop to scope the update.
## Actions
### create-monitor
#### Description
Create a new ping monitor by specifying target URL or IP address, interval, type (ICMP, TCP, HTTP), and optional tags or alert preferences.
### pause-monitor
#### Description
Pause an existing monitor by specifying its monitor ID. Useful for silencing alerts during maintenance windows.
### delete-monitor
#### Description
Delete a ping monitor by providing its monitor ID. This action permanently removes the monitor and its associated alert history.
Contributor guide
Assessment
This issue has not been assessed yet.