alertmanager/cli
Binh Le dbff31dbf1 [amtool] - Add new command to update silence (#1123)
This adds a new command, update (and also its alias, extend), to update
existing silence in Alertmanager. User can use this command to update the
expiration or comment on existing silences. The API already support this
so I only expose the same functionality to amtool.

Don't allow update CreatedBy field as it is "Created" not "Updated", so
we should keep the original author.
2017-12-11 14:46:59 +01:00
..
format Minor code cleanups 2017-11-01 23:08:34 +01:00
testdata amtool check-config (#978) 2017-09-07 10:58:58 +02:00
alert.go Clean code style - amtool errors (#1099) 2017-11-12 11:43:48 -05:00
check_config.go Clean code style - amtool errors (#1099) 2017-11-12 11:43:48 -05:00
check_config_test.go Clean code style - amtool errors (#1099) 2017-11-12 11:43:48 -05:00
config.go Clean code style - amtool errors (#1099) 2017-11-12 11:43:48 -05:00
root.go Update config file location in flag usage text (#895) 2017-07-05 13:09:03 +02:00
silence.go [amtool] - Add new command to update silence (#1123) 2017-12-11 14:46:59 +01:00
silence_add.go [amtool] - Add a new `silence import` command (#1082) 2017-12-07 13:12:00 +01:00
silence_expire.go Clean code style - amtool errors (#1099) 2017-11-12 11:43:48 -05:00
silence_import.go [amtool] - Add a new `silence import` command (#1082) 2017-12-07 13:12:00 +01:00
silence_query.go Clean code style - amtool errors (#1099) 2017-11-12 11:43:48 -05:00
silence_update.go [amtool] - Add new command to update silence (#1123) 2017-12-11 14:46:59 +01:00
utils.go Clean code style - amtool errors (#1099) 2017-11-12 11:43:48 -05:00