1
0
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:
Paul-Christian Volkmer 2022-12-03 12:39:47 +01:00
parent e3695573b3
commit 031f36ca04
2 changed files with 5 additions and 0 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
.idea
/target /target

View File

@ -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.