alertmanager/cli
Corentin Chary 25e4bb9965 amtool check-config (#978)
This is similar to `promtool check-config` and allows one
to validate the alertmanager configuration (as a git presubmit for example).

`govendor fetch github.com/spf13/{cobra,pflag}` was needed to
have support for `Args`.
2017-09-07 10:58:58 +02:00
..
format fix config JSON marshaling 2017-06-08 13:37:57 +02:00
testdata amtool check-config (#978) 2017-09-07 10:58:58 +02:00
alert.go Fix alert status handling in UI 2017-05-08 12:56:03 +02:00
check_config_test.go amtool check-config (#978) 2017-09-07 10:58:58 +02:00
check_config.go amtool check-config (#978) 2017-09-07 10:58:58 +02:00
config.go fix config JSON marshaling 2017-06-08 13:37:57 +02:00
root.go Update config file location in flag usage text (#895) 2017-07-05 13:09:03 +02:00
silence_add.go Add command wrapper to handle printing errors for any subcommands (#724) 2017-04-21 14:50:02 +02:00
silence_expire.go Add command wrapper to handle printing errors for any subcommands (#724) 2017-04-21 14:50:02 +02:00
silence_query.go Add command wrapper to handle printing errors for any subcommands (#724) 2017-04-21 14:50:02 +02:00
silence.go Add command wrapper to handle printing errors for any subcommands (#724) 2017-04-21 14:50:02 +02:00
utils.go Fixes #898 (#938) 2017-08-02 23:04:07 +02:00