mon-describe-alarm-history 206 B

1234567
  1. #!/usr/bin/env bash
  2. if [ -n "${AWS_CLOUDWATCH_HOME:+x}" ]; then
  3. ${AWS_CLOUDWATCH_HOME}/bin/mon-cmd mon-describe-alarm-history "$@"
  4. else
  5. echo AWS_CLOUDWATCH_HOME is not set
  6. exit 1
  7. fi