mirror of
https://github.com/pcvolkmer/checkbar.git
synced 2025-04-19 19:16:50 +00:00
Add information about Actuator response
This commit is contained in:
parent
e3695573b3
commit
031f36ca04
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
|||||||
|
.idea
|
||||||
|
|
||||||
/target
|
/target
|
||||||
|
@ -32,6 +32,9 @@ You can optionally specify `check_type`:
|
|||||||
|
|
||||||
* `Html`: Default value, checks if a request is successful and returns HTTP OK - 200.
|
* `Html`: Default value, checks if a request is successful and returns HTTP OK - 200.
|
||||||
* `Actuator`: Like `Html`, but checks if _Actuator_ shows that the application is up and running.
|
* `Actuator`: Like `Html`, but checks if _Actuator_ shows that the application is up and running.
|
||||||
|
** `Up`: Actuator response indicates, application is up and running.
|
||||||
|
** `Warn`: Got response but it is not Actuator health `UP` response or redirect.
|
||||||
|
** `Down`: No response.
|
||||||
|
|
||||||
To use more than one configuration, pass the config file location as first argument to the application.
|
To use more than one configuration, pass the config file location as first argument to the application.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user