You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "John Losito (Jira)" <ji...@apache.org> on 2019/10/29 14:55:00 UTC

[jira] [Created] (ZOOKEEPER-3597) Add ability to toggle nagios checks in charm

John Losito created ZOOKEEPER-3597:
--------------------------------------

             Summary: Add ability to toggle nagios checks in charm
                 Key: ZOOKEEPER-3597
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3597
             Project: ZooKeeper
          Issue Type: Improvement
            Reporter: John Losito


Currently, there isn't a way one can toggle certain nagios checks that the zookeeper charm creates when adding the following relation:
{code:java}
juju add-relation zookeeper:local-monitors npre:local-monitors
{code}
It would be nice if one could turn off or disable certain checks via the charm's configuration options. For instance, if one wanted to turn off the max latency check, one can do so using the following:
{code:java}
juju config zookeeper max_latency_check=false{code}



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