docs-v2/content/flux/v0.x/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_0_x_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" >}}