-
The client package has a god-interface with an ever-growing method set. It's causing us some problems.
Refactor the client so that this interface is not required.
1) Refactor each command to not…
-
Multi-tenancy RBAC means the team responsible for writing event pipelines for a given namespace might not have access to the sensu backend log files.
There should be a way to capture errors in ev…
-
Similar to the 1.x server registry, sensu-go should store entity information pertaining to backends. https://github.com/sensu/sensu-go/pull/2182 creates functions to collect system information and cre…
-
Improve the set of metrics exposed for Prometheus scraping, mostly by adding new ones.
## Expected Behavior
The `/metrics` endpoint exposed by the agent and backend should provide more comprehensi…
-
Introduction
----------------
The core business logic of Sensu is its event pipeline. Events occur in the system, and are filtered, mutated and handled, in that order.
The pipeline concept is nic…
-
## Expected Behavior
When adding an asset with arm7 architecture support to an arm7 entity, the asset should be downloaded and ready to be used.
## Current Behavior
Arm7 based entity l…
-
## Add support for .NET Core in Docker image
NET Core is a free and open-source, managed computer software framework for Windows, Linux, and macOS operating systems. It is a cross-platform successor …
-
**Bug description**
many modules, if not all, do not support TLS. they lacks attributes to define path to CA root certificate.
**How to reproduce the bug**
1. enable TLS in backend
1. run an…
-
### Description
### Category
This is an issue with:
- [ ] errata (error in doc content)
- [ ] new doc (requires a completely new doc)
- [x] update (add missing or refresh existing content)
…
-
sensu-plugin 2.7 has new logic to aid mutators and handlers map sensu 2 event data into sensu 1.x event data.