Back to Influxdb

sensu package

content/flux/v0/stdlib/contrib/sranka/sensu/_index.md

latest1.3 KB
Original Source
<!------------------------------------------------------------------------------ IMPORTANT: This page was generated from comments in the Flux source code. Any edits made directly to this page will be overwritten the next time the documentation is generated. To make updates to this documentation, update the comments above the package declaration in the Flux source code: https://github.com/influxdata/flux/blob/master/stdlib/contrib/sranka/sensu/sensu.flux Contributing to Flux: https://github.com/influxdata/flux#contributing Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md ------------------------------------------------------------------------------->

The sensu package provides functions for sending events to Sensu Go. Import the contrib/sranka/sensu package:

js
import "contrib/sranka/sensu"

Sensu API Key authentication

The Flux Sensu package only supports Sensu API key authentication. All sensu functions require an apiKey parameter to successfully authenticate with your Sensu service. For information about managing Sensu API keys, see the Sensu APIKeys API documentation.

Functions

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