docs-v2/content/flux/v0/stdlib/pagerduty/_index.md

1.3 KiB

title description menu weight cascade
pagerduty package The `pagerduty` package provides functions for sending data to PagerDuty.
flux_v0_ref
name parent identifier
pagerduty stdlib pagerduty
11
introduced
0.43.0

The pagerduty package provides functions for sending data to PagerDuty. Import the pagerduty package:

import "pagerduty"

Options

option pagerduty.defaultURL = "https://events.pagerduty.com/v2/enqueue"

defaultURL

defaultURL is the default PagerDuty URL used by functions in the pagerduty package.

Functions

{{< children type="functions" show="pages" >}}