This is an automated email from the ASF dual-hosted git repository. avijayan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ambari.git
commit 2eb160ce8713fd12e9cfc3eeba26b9b051258ba6 Author: Siddharth Wagle <[email protected]> AuthorDate: Tue Sep 26 16:03:17 2017 -0700 Fixed rat errors from Merge trunk into branch-3.0-ams --- .../src/main/resources/input-config.properties | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ambari-metrics/ambari-metrics-alertservice/src/main/resources/input-config.properties b/ambari-metrics/ambari-metrics-alertservice/src/main/resources/input-config.properties index 88304c7..ab106c4 100644 --- a/ambari-metrics/ambari-metrics-alertservice/src/main/resources/input-config.properties +++ b/ambari-metrics/ambari-metrics-alertservice/src/main/resources/input-config.properties @@ -1,3 +1,21 @@ +# Copyright 2011 The Apache Software Foundation +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + appIds=HOST collectorHost=localhost -- To stop receiving notification emails like this one, please contact [email protected].
