https://github.com/percolate/rds-create-cpu-alarms
Automatically create CPU alarms on your RDS servers.
https://github.com/percolate/rds-create-cpu-alarms
Last synced: about 1 year ago
JSON representation
Automatically create CPU alarms on your RDS servers.
- Host: GitHub
- URL: https://github.com/percolate/rds-create-cpu-alarms
- Owner: percolate
- License: gpl-3.0
- Created: 2015-09-08T16:44:25.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T18:27:04.000Z (over 3 years ago)
- Last Synced: 2025-04-17T21:01:27.670Z (over 1 year ago)
- Language: Python
- Size: 23.4 KB
- Stars: 1
- Watchers: 61
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rds-create-cpu-alarms
[](https://circleci.com/gh/percolate/rds-create-cpu-alarms)
[](http://codecov.io/github/percolate/rds-create-cpu-alarms?branch=master)
Automate the creation of RDS cpu Alarms.
## Quick Start
```bash
"""rds-create-cpu-alarms
Script used to create CPUUtilization alarms in AWS CloudWatch
for all RDS instances.
A upper-limit threshold needs to be defined.
Usage:
rds-create-cpu-alarms [options]
rds-create-cpu-alarms -h | --help
Options:
-h --help Show this screen.
--debug Don't send data to AWS
"""
```
## Install
```bash
pip install rds-create-cpu-alarms
```