formating changes for README.md files.
This commit is contained in:
@@ -6,15 +6,20 @@ rds-apply-alarms was created to easily apply alarms to anywhere from one to a nu
|
||||
the above example would apply alarms to "rds-instance-name" and, if any of these Alarms enter state "Alarm" would send a message to "name-of-topic."
|
||||
## Required Parameters:
|
||||
rds-apply-alarms requires the following two arguments:
|
||||
|
||||
`-d <rds-instance-name>` - the name of the Database Instance for which you wish to apply alarms.
|
||||
|
||||
`-t <name-of-topic>` - the name of the sns-topic where Alarms should be sent.
|
||||
## Optional Parameters:
|
||||
`-a` - pass the -a parameter to apply alarms to ALL RDS instances in a given region.
|
||||
|
||||
`-r <region>` - region that contains the RDS instances(s) where alarms should be applied
|
||||
|
||||
`-e <evaluation period>` - set to the number of evaluation periods before an SNS topic is notified.
|
||||
|
||||
`-p <previewmode>` - set to "true" to preview what alarms would be applied.
|
||||
# Additional Information:
|
||||
Author: Colin Johnson / colin@cloudavail.com
|
||||
Date: 2012-12-09
|
||||
Version 0.5
|
||||
License Type: GNU GENERAL PUBLIC LICENSE, Version 3
|
||||
- Author: Colin Johnson / colin@cloudavail.com
|
||||
- Date: 2012-12-09
|
||||
- Version 0.5
|
||||
- License Type: GNU GENERAL PUBLIC LICENSE, Version 3
|
||||
|
||||
Reference in New Issue
Block a user