(create-status-map {:keys [maintenance_mode? read_db_up? write_db_up?]
:as status-details})Inputs: [{:keys [maintenance_mode? read_db_up? write_db_up?], :as status-details} :- status-details-schema] Returns: status-core/StatusCallbackResponse
Returns a status map containing the state of the currently running system (starting/running/error etc)
Inputs: [{:keys [maintenance_mode? read_db_up? write_db_up?], :as status-details} :- status-details-schema]
Returns: status-core/StatusCallbackResponse
Returns a status map containing the state of the currently running
system (starting/running/error etc)(register-pdb-status register-fn status-callback-fn)Registers the PuppetDB instance in TK status using register-fn
with the associated status-callback-fn
Registers the PuppetDB instance in TK status using `register-fn` with the associated `status-callback-fn`
(status-details _config shared-globals-fn maint-mode-fn?)Inputs: [_config :- #:s{Any s/Any} shared-globals-fn :- pls/Function maint-mode-fn? :- pls/Function] Returns: status-details-schema
Returns a map containing status information on the various parts of a running PuppetDB system. This data can be interpreted to determine whether the system is considered up
Inputs: [_config :- #:s{Any s/Any} shared-globals-fn :- pls/Function maint-mode-fn? :- pls/Function]
Returns: status-details-schema
Returns a map containing status information on the various parts of
a running PuppetDB system. This data can be interpreted to determine
whether the system is considered upcljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |