https://github.com/opsdroid/skill-cloudhealth
💬 An opsdroid skill to get billing info from cloudhealth
https://github.com/opsdroid/skill-cloudhealth
Last synced: 17 days 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T09:33:32.000Z (almost 7 years ago)
- Last Synced: 2025-05-06T11:35:19.686Z (10 months ago)
- Language: Python
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- 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.