Explorar o código

ZOOKEEPER-814. monitoring scripts are missing apache license headers (andrei savu via mahadev)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/zookeeper/trunk@979464 13f79535-47bb-0310-9956-ffa450edef68
Mahadev Konar %!s(int64=15) %!d(string=hai) anos
pai
achega
fc6b7c0357

+ 3 - 0
CHANGES.txt

@@ -66,6 +66,9 @@ BUGFIXES:
 
 
   ZOOKEEPER-719. Add throttling to BookKeeper client (fpj via breed)
   ZOOKEEPER-719. Add throttling to BookKeeper client (fpj via breed)
 
 
+  ZOOKEEPER-814. monitoring scripts are missing apache license headers
+  (andrei savu via mahadev)
+
 IMPROVEMENTS:
 IMPROVEMENTS:
   ZOOKEEPER-724. Improve junit test integration - log harness information 
   ZOOKEEPER-724. Improve junit test integration - log harness information 
   (phunt via mahadev)
   (phunt via mahadev)

+ 5 - 0
src/contrib/monitoring/README

@@ -72,6 +72,11 @@ it will use gmetric to send zookeeper node status data.
 
 
 Check the subfolders for configuration details and samples for each platform.
 Check the subfolders for configuration details and samples for each platform.
 
 
+License
+-------
+
+Apache License 2.0 or later.
+
 ZooKeeper 4letterwords Commands
 ZooKeeper 4letterwords Commands
 -------------------------------
 -------------------------------
 
 

+ 15 - 0
src/contrib/monitoring/cacti/README

@@ -1,3 +1,18 @@
+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.
 
 
 Recipes for ZooKeeper monitoring using Cacti
 Recipes for ZooKeeper monitoring using Cacti
 --------------------------------------------
 --------------------------------------------

+ 15 - 0
src/contrib/monitoring/check_zookeeper.py

@@ -1,4 +1,19 @@
 #! /usr/bin/env python
 #! /usr/bin/env python
+#  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.
 """ Check Zookeeper Cluster
 """ Check Zookeeper Cluster
 
 
 Generic monitoring script that could be used with multiple platforms (Ganglia, Nagios, Cacti).
 Generic monitoring script that could be used with multiple platforms (Ganglia, Nagios, Cacti).

+ 15 - 0
src/contrib/monitoring/ganglia/README

@@ -1,3 +1,18 @@
+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.
 
 
 Recipes for ZooKeeper monitoring using Ganglia
 Recipes for ZooKeeper monitoring using Ganglia
 ----------------------------------------------
 ----------------------------------------------

+ 15 - 0
src/contrib/monitoring/ganglia/modpython.conf

@@ -1,3 +1,18 @@
+/* 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. */
 
 
 /* Update gmond.conf */
 /* Update gmond.conf */
 
 

+ 15 - 0
src/contrib/monitoring/ganglia/zookeeper.pyconf

@@ -1,3 +1,18 @@
+/* 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. */
 
 
 /* Update /etc/ganglia/gmond.conf with the content of this file.  */
 /* Update /etc/ganglia/gmond.conf with the content of this file.  */
 
 

+ 15 - 0
src/contrib/monitoring/ganglia/zookeeper_ganglia.py

@@ -1,3 +1,18 @@
+#  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.
 """ Python Ganglia Module for ZooKeeper monitoring 
 """ Python Ganglia Module for ZooKeeper monitoring 
 
 
 Inspired by: http://gist.github.com/448007
 Inspired by: http://gist.github.com/448007

+ 15 - 0
src/contrib/monitoring/nagios/README.txt

@@ -1,3 +1,18 @@
+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.
 
 
 Configuration Recipe for monitoring ZooKeeper using Nagios
 Configuration Recipe for monitoring ZooKeeper using Nagios
 ----------------------------------------------------------
 ----------------------------------------------------------

+ 15 - 0
src/contrib/monitoring/nagios/hostgroups.cfg

@@ -1,3 +1,18 @@
+#  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.
 
 
 # A group containing all the ZooKeeper nodes
 # A group containing all the ZooKeeper nodes
 
 

+ 16 - 0
src/contrib/monitoring/nagios/services.cfg

@@ -1,3 +1,19 @@
+#  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.
+
 # ZooKeeper Node specific services
 # ZooKeeper Node specific services
 
 
 define service {
 define service {

+ 15 - 0
src/contrib/monitoring/nagios/zookeeper.cfg

@@ -1,3 +1,18 @@
+#  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.
 
 
 # 'check_zookeeper' command definition
 # 'check_zookeeper' command definition
 define command {
 define command {

+ 15 - 0
src/contrib/monitoring/test.py

@@ -1,4 +1,19 @@
 #! /usr/bin/env python
 #! /usr/bin/env python
+#  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.
 
 
 import unittest
 import unittest
 import socket
 import socket