Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pior/stratus
System Status Service
https://github.com/pior/stratus
Last synced: 2 days ago
JSON representation
System Status Service
- Host: GitHub
- URL: https://github.com/pior/stratus
- Owner: pior
- License: mit
- Created: 2016-02-15T03:29:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-15T03:34:38.000Z (almost 9 years ago)
- Last Synced: 2024-12-04T18:41:44.484Z (about 2 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.hacks.md
- License: LICENSE
Awesome Lists containing this project
README
# Hack notes
## Entities
alarm:
name
description
state
old_state
state_change
state_reason
## Cloudwatch notes
Alarm payload:
{u'AWSAccountId': u'123412341234',
u'AlarmDescription': u'my-alarm-description',
u'AlarmName': u'my-alarm-name',
u'NewStateReason': u'Threshold Crossed: 1 datapoint (1459.0) was greater than or equal to the threshold (0.0).',
u'NewStateValue': u'ALARM',
u'OldStateValue': u'INSUFFICIENT_DATA',
u'Region': u'APAC - Sydney',
u'StateChangeTime': u'2015-01-11T00:33:20.013+0000',
u'Trigger': {u'ComparisonOperator': u'GreaterThanOrEqualToThreshold',
u'Dimensions': [{u'name': u'InstanceId', u'value': u'i-af41ec91'}],
u'EvaluationPeriods': 1,
u'MetricName': u'NetworkIn',
u'Namespace': u'AWS/EC2',
u'Period': 60,
u'Statistic': u'SUM',
u'Threshold': 0.0,
u'Unit': None}}