You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Georg Henzler (Jira)" <ji...@apache.org> on 2020/07/08 10:32:00 UTC

[jira] [Updated] (FELIX-6291) Provide a Gogo shell command for health checks

     [ https://issues.apache.org/jira/browse/FELIX-6291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Georg Henzler updated FELIX-6291:
---------------------------------
    Description: 
The following command
{code}
hc:exec tag1,tag2
{code}
shall execute all health checks for the given tags and print the verbose txt result rendering that is also available for the servlet. 

The command 
{code}
hc:list
{code}
shall list all available tags. 

The option "-v" (verbose) and "-h" (simple help) shall be available for both. hc:exec should also support to combine multiple tags with *and* logic (option "-a")

  was:
The following command 
{code}
hc:exec tag1,tag2
{code}
shall execute all health checks for the given tags and print the verbose txt result rendering that is also available for the servlet. 


> Provide a Gogo shell command for health checks
> ----------------------------------------------
>
>                 Key: FELIX-6291
>                 URL: https://issues.apache.org/jira/browse/FELIX-6291
>             Project: Felix
>          Issue Type: New Feature
>          Components: Health Checks
>            Reporter: Georg Henzler
>            Assignee: Georg Henzler
>            Priority: Major
>             Fix For: healthcheck.core 2.0.8
>
>
> The following command
> {code}
> hc:exec tag1,tag2
> {code}
> shall execute all health checks for the given tags and print the verbose txt result rendering that is also available for the servlet. 
> The command 
> {code}
> hc:list
> {code}
> shall list all available tags. 
> The option "-v" (verbose) and "-h" (simple help) shall be available for both. hc:exec should also support to combine multiple tags with *and* logic (option "-a")



--
This message was sent by Atlassian Jira
(v8.3.4#803005)