mirror of
https://github.com/prometheus/alertmanager
synced 2025-01-13 01:21:42 +00:00
amtool - fix typo in README for comment_required config (#1100)
It is 'comment_required' in code: https://github.com/prometheus/alertmanager/blob/master/cli/silence_add.go#L118
This commit is contained in:
parent
8bfbb0a1aa
commit
fa17eb4b00
@ -276,7 +276,7 @@ alertmanager.url: "http://localhost:9093"
|
||||
author: me@example.com
|
||||
|
||||
# Force amtool to give you an error if you don't include a comment on a silence
|
||||
comment_require: true
|
||||
comment_required: true
|
||||
|
||||
# Set a default output format. (unset defaults to simple)
|
||||
output: extended
|
||||
|
Loading…
Reference in New Issue
Block a user