- Added a parameter to detect dashboards created by database scripts to list them under databases tab on UI
- Added service parameter to copperegg metric group API. Used for creating custom alerts according to the service being monitored (if service is installed from UI)
Changes:
- Existing metric groups are used rather than automatically versioning metric group name upon creation.
Changes:
- Substantial changes to syntax. API resources now represented by Ruby classes. See README for details.
- Replaced multi_json requirement with json_pure.
Features:
- Automatic dashboard creation for metric groups.
- Metric groups and custom dashboards can be updated and deleted.
- Client-side validation added.
- Added automated test suite.
Bugfixes:
- Metric group versioning is encorporated and recognized.
Changes:
- Remove Gemfile.lock from git tracking
Bugfixes:
- format to match changes in Uptime Cloud Monitor API
Bugfixes:
- add explicit requires to make 1.8.7 work
Changes:
- Use SSL
- updated gemspec and variable names
Initial commit