Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmahut/openshift-quota-monitor-cartridge
Cartridge for gear quota monitoring
https://github.com/mmahut/openshift-quota-monitor-cartridge
Last synced: about 1 month ago
JSON representation
Cartridge for gear quota monitoring
- Host: GitHub
- URL: https://github.com/mmahut/openshift-quota-monitor-cartridge
- Owner: mmahut
- Created: 2013-10-18T14:27:13.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-21T21:08:34.000Z (about 11 years ago)
- Last Synced: 2023-04-19T17:17:26.093Z (over 1 year ago)
- Language: Shell
- Homepage: http://openshift.com
- Size: 617 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
openshift-quota-monitor-cartridge
=================================This cartridge monitors your OpenShift gear quota and notify you via mail if you exceed it.
Installation
============First, add the cron cartridge to your app (in this example myapp).
```
rhc cartridge add cron -a myapp
```After you're done, add the quota monitor cartridge. You also need to set your notification mail address.
```
rhc cartridge-add http://bit.ly/quotamonitor -e [email protected] -a myapp
```Configuration
=============You can set a different notification mail address in post configuration.
```
rhc set-env [email protected] -a myapp
```You can also set the frequency in seconds at which the notification mail is send. Minimal value is 60.
```
rhc set-env OPENSHIFT_QUOTAMONITOR_PERIOD=300 -a myapp
```License
=======Licensed under ASL V2, http://www.apache.org/licenses/LICENSE-2.0