Skip to content

Commit

Permalink
Merge pull request #16 from liviascapin/cakephp-3.x
Browse files Browse the repository at this point in the history
Add documentation about built-in sensors
  • Loading branch information
liviakuenzli authored Jan 21, 2019
2 parents 2b56676 + 6393dce commit 9a67933
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased](https://github.com/orca-services/cakephp-heartbeat/compare/2.0.0...cakephp-3.x)
### Added
- Added documentation on how to write a sensor
- Added documentation about built-in sensors

### Changed

Expand Down
13 changes: 13 additions & 0 deletions docs/Sensors.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Built-in Sensors
================

#### DB Connection
Checks whether a connection to the database server can be established.

#### DB Up to date
Uses the Migrations Plugin to check whether all migrations have been run.

#### Debug Mode
Outputs the configuration for the debug mode.


How to Write a Heartbeat Sensor
===============================

Expand Down

0 comments on commit 9a67933

Please sign in to comment.