Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opsdroid/skill-cloudhealth
💬 An opsdroid skill to get billing info from cloudhealth
https://github.com/opsdroid/skill-cloudhealth
Last synced: about 1 month ago
JSON representation
💬 An opsdroid skill to get billing info from cloudhealth
- Host: GitHub
- URL: https://github.com/opsdroid/skill-cloudhealth
- Owner: opsdroid
- License: apache-2.0
- Created: 2017-10-26T09:40:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T09:33:32.000Z (over 5 years ago)
- Last Synced: 2024-10-30T00:00:49.590Z (about 2 months ago)
- Language: Python
- Size: 34.2 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# opsdroid skill cloudhealth
A skill for [opsdroid](https://github.com/opsdroid/opsdroid) to interact with [CloudHealth](https://www.cloudhealthtech.com/).
## Requirements
A CloudHealth account and an [api key](https://github.com/CloudHealth/cht_api_guide#getting-an-api-key).
## Configuration
None.
```yaml
skills:
- name: cloudhealth
# Required
chapi-key: ABCDEF123456789 # Cloud Health API key for billing alerts
# Optional
room: "#monitoring" # Room to send alert to
daily-billing-alerts: true # Announce the previous day's bill each morning
monthly-billing-alerts: true # Announce the previous month's bill each month
```## Usage
#### `how much was our AWS bill yesterday?`
Checks how much your AWS bill was yesterday.
> user: how much was our AWS bill yesterday?
>
> opsdroid: Yesterday we spent £57.89 on AWS.