content/flux/v0/stdlib/contrib/rhajek/bigpanda/_index.md
The bigpanda package provides functions for sending alerts to BigPanda.
Import the contrib/rhajek/bigpanda package:
import "contrib/rhajek/bigpanda"
option bigpanda.defaultTokenPrefix = "Bearer"
option bigpanda.defaultUrl = "https://api.bigpanda.io/data/v2/alerts"
defaultTokenPrefix is the default HTTP authentication scheme to use when authenticating with BigPanda.
Default is Bearer.
defaultUrl is the default BigPanda alerts API URL
for functions in the bigpanda package.
Default is https://api.bigpanda.io/data/v2/alerts.
{{< children type="functions" show="pages" >}}