docs-v2/content/flux/v0/stdlib/contrib/rhajek/bigpanda/_index.md

1.7 KiB

title description menu weight cascade
bigpanda package The `bigpanda` package provides functions for sending alerts to [BigPanda](https://www.bigpanda.io/).
flux_v0_ref
name parent identifier
bigpanda contrib/rhajek contrib/rhajek/bigpanda
31
introduced
0.108.0

The bigpanda package provides functions for sending alerts to BigPanda. Import the contrib/rhajek/bigpanda package:

import "contrib/rhajek/bigpanda"

Options

option bigpanda.defaultTokenPrefix = "Bearer"

option bigpanda.defaultUrl = "https://api.bigpanda.io/data/v2/alerts"

defaultTokenPrefix

defaultTokenPrefix is the default HTTP authentication scheme to use when authenticating with BigPanda. Default is Bearer.

defaultUrl

defaultUrl is the default BigPanda alerts API URL for functions in the bigpanda package. Default is https://api.bigpanda.io/data/v2/alerts.

Functions

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