Skip to content

Commit

Permalink
One more correction
Browse files Browse the repository at this point in the history
  • Loading branch information
hillaryfraley authored May 9, 2022
1 parent 0c62c90 commit 08531ed
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,10 @@ Per-entity and per-check arguments set in entity and check annotations will over

#### Examples

Imagine you configure the a Slack handler whose command sets the `--channel` flag to `#monitoring`.
Suppose that for one particular entity, you want to use the Slack handler, but you want the entity's incidents to go to the `#special-alerts` Slack channel.
You update the entity to include the following annotation:
Suppose that you configure the a Slack handler whose command sets the `--channel` flag to `#monitoring`.
For one particular entity, you want to use the Slack handler, but you want the entity's incidents to go to the `#special-alerts` Slack channel.

Update the entity definition to include an annotation that specifies the `#special-alerts` channel:

```yml
# /etc/sensu/agent.yml example
Expand Down

0 comments on commit 08531ed

Please sign in to comment.