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

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.
/influxdb/v2.0/reference/flux/functions/pagerduty/
/influxdb/v2.0/reference/flux/stdlib/pagerduty/
/influxdb/cloud/reference/flux/stdlib/pagerduty/
flux_0_x_ref
name parent
pagerduty Standard library
11
functions
pagerduty
package
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" >}}