When selecting the time of metric's points only the time was selected, not the date. The issue with this is mainly in the view "Last 12 hours". Example: It's 11:10 am and I choose the "Last 12 hours" view, the metrics points will be from 23:00 yesterday to 11:00 am today. When giving all these datas and labels to ChartJS, it sorts the points by label from lower to highter. It means 23:00 (from yesterday) will be after the datas of today, it doesn't have sense. To fix it, I've added in the repositories the date in addition to the time. So it's no longer 11:00 that is selected but 2018-01-15 11:00. I've updated the Metric vue in order to cut the label when displaying so it doesn't change the displaying. Because there are metric views that are based on date but not time, there is a condition in the Metric vue to cut the string only if the time is present. Related to CachetHQ/Cachet#2848
Cachet is a beautiful and powerful open source status page system.
Community
You can now join our Slack community!
Overview
- List your service components
- Report incidents
- Customise the look of your status page
- Markdown support for incident messages
- A powerful JSON API
- Metrics
- Multi-lingual
- Subscriber notifications via email
- Two factor authentication
Requirements
- PHP 5.6.4+ or newer
- HTTP server with PHP support (eg: Apache, Nginx, Caddy)
- Composer
- A supported database: MySQL, PostgreSQL or SQLite
Installation, Upgrades and Documentation
You can find documentation at https://docs.cachethq.io.
Here are some useful quick links:
Demo
To test out the demo, you may login to the Dashboard with the following:
- Username:
testortest@test.com - Password:
test123
The demo resets every 30 minutes.
v2.4 Demo
To test out the demo, you may login to the Dashboard with the following:
- Username:
testortest@test.com - Password:
test123
The demo resets every 30 minutes.
Translate Cachet
If you'd like to contribute translations, please check out our CrowdIn project.
Professional Installation Service
We offer a professional installation service. To find out more, email us at support@alt-three.com
Security Vulnerabilities
If you discover a security vulnerability within Cachet, please send an e-mail to us at support@alt-three.com. We handle all security vulnerabilities on a case-by-case basis.