mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-03 22:02:19 -04:00
Change the default DisplayName for a Circonus check to be Vault instead of the InstanceID.
Trivial defaults change, committing direct to `master`.
This commit is contained in:
parent
7a31da8d94
commit
f075d7a3cd
1 changed files with 4 additions and 0 deletions
|
|
@ -869,6 +869,10 @@ func (c *ServerCommand) setupTelemetry(config *server.Config) error {
|
|||
cfg.CheckManager.API.TokenApp = "vault"
|
||||
}
|
||||
|
||||
if cfg.CheckManager.Check.DisplayName == "" {
|
||||
cfg.CheckManager.Check.DisplayName = "Vault"
|
||||
}
|
||||
|
||||
if cfg.CheckManager.Check.SearchTag == "" {
|
||||
cfg.CheckManager.Check.SearchTag = "service:vault"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue