From 031f36ca041bd9aec7c6d9aef6f5c89622745619 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Sat, 3 Dec 2022 12:39:47 +0100 Subject: [PATCH] Add information about Actuator response --- .gitignore | 2 ++ README.adoc | 3 +++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index ea8c4bf..f479435 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ +.idea + /target diff --git a/README.adoc b/README.adoc index a68c88b..faecc51 100644 --- a/README.adoc +++ b/README.adoc @@ -32,6 +32,9 @@ You can optionally specify `check_type`: * `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. + ** `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.