awslimitchecker icon indicating copy to clipboard operation
awslimitchecker copied to clipboard

add support for Prometheus AlertManager

Open varuzam opened this issue 4 years ago • 1 comments

Summary

support for Prometheus AlertManager #474

awslimitchecker \
    --alert-provider=AlertManager \
    --alert-config=endpoints=http://alertmanager1:9093,http://alertmanger2:9093 \
    --alert-config=basic_auth_username=user \
    --alert-config=basic_auth_password=pass \
    --alert-config=alert_duration=1800

Contributor License Agreement

By submitting this work for inclusion in awslimitchecker, I agree to the following terms:

  • The contribution included in this request (and any subsequent revisions or versions of it) is being made under the same license as the awslimitchecker project (the Affero GPL v3, or any subsequent version of that license if adopted by awslimitchecker).
  • My contribution may perpetually be included in and distributed with awslimitchecker; submitting this pull request grants a perpetual, global, unlimited license for it to be used and distributed under the terms of awslimitchecker's license.
  • I have the legal power and rights to agree to these terms.

varuzam avatar Dec 10 '20 13:12 varuzam

Apologies for letting this sit for so long. As is right now, this can't be merged until it has full test coverage.

jantman avatar Apr 20 '21 20:04 jantman