1.1 KiB
1.1 KiB
title | list_title | description | aliases | menu | weight | flux/v0.x/tags | introduced | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Flux pagerduty package | pagerduty package | The Flux `pagerduty` package provides functions for sending data to [PagerDuty](https://www.pagerduty.com/). Import the `pagerduty` package. |
|
|
11 |
|
0.43.0 |
The Flux pagerduty
package provides functions for sending data to
PagerDuty.
Import the pagerduty
package:
import "pagerduty"
Options
The pagerduty
package provides the following options:
import "pagerduty"
option pagerduty.defaultURL = "https://events.pagerduty.com/v2/enqueue"
defaultURL
Default PagerDuty events API URL.
Default is https://events.pagerduty.com/v2/enqueue
.
Functions
{{< children type="functions" show="pages" >}}