AMBARI-20393. Fix typo in alert-definitions doc file (oleewere)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/0da5fc02 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0da5fc02 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0da5fc02 Branch: refs/heads/branch-feature-AMBARI-12556 Commit: 0da5fc02193809487d3de7373bdfd466d561464b Parents: 7f3bee5 Author: oleewere <oleew...@gmail.com> Authored: Fri Mar 10 12:25:53 2017 +0100 Committer: oleewere <oleew...@gmail.com> Committed: Fri Mar 10 14:11:15 2017 +0100 ---------------------------------------------------------------------- ambari-server/docs/api/v1/alert-definitions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/0da5fc02/ambari-server/docs/api/v1/alert-definitions.md ---------------------------------------------------------------------- diff --git a/ambari-server/docs/api/v1/alert-definitions.md b/ambari-server/docs/api/v1/alert-definitions.md index 9785379..c003163 100644 --- a/ambari-server/docs/api/v1/alert-definitions.md +++ b/ambari-server/docs/api/v1/alert-definitions.md @@ -165,7 +165,7 @@ AGGREGATE definitions are used to combine the results of another alert definitio - http - a property that contains the plaintext endpoint to test - https - a property that contains the SSL endpoint to test - https_property - a property that contains the value which can be used to determine if the component is SSL protected - - http_property_value - a constant value to compare with `https_property` in order to determine if the component is protected by SSL + - https_property_value - a constant value to compare with `https_property` in order to determine if the component is protected by SSL - kerberos_keytab - a property that contains the Kerberos keytab if security is enabled - kerberos_principal - a property that contains the Kerberos principal if security is enabled - default_port - a default port which can be used if none of the above properties can be realized