"monit status" enhancement proposal

Issue #202 resolved
Ulrich Windl created an issue

While it probably makes no sense for "monit summary", it seems to be nice if you could restrict (the longer) output of "monit status" to a specific service (or maybe a list of service names) by saying "monit status my_service" (in accordance with "monit start service"). So "monit status" would be equivalent to "monit status ALL" then.

Comments (2)

  1. Tildeslash repo owner

    fixed Issue #202

    Status and summary CLI commands now allow to get status only for specific service or service group.

    Examples:

    1.) get status of apache:

        monit status apache
    

    2.) get status of service group database:

        monit -g database status
    

    → <<cset ff49b3c2bdcd>>

  2. Log in to comment