diff options
-rw-r--r-- | 3rd_party/collectd-ves-app/LICENSE (renamed from 3rd_party/collectd-ves-plugin/LICENSE) | 18 | ||||
-rw-r--r-- | 3rd_party/collectd-ves-app/PSF_LICENSE_AGREEMENT (renamed from 3rd_party/collectd-ves-plugin/PSF_LICENSE_AGREEMENT) | 0 | ||||
-rw-r--r-- | 3rd_party/collectd-ves-app/ves_app/__init__.py | 0 | ||||
-rw-r--r-- | 3rd_party/collectd-ves-app/ves_app/ves_app.py (renamed from 3rd_party/collectd-ves-plugin/ves_plugin/ves_plugin.py) | 2 | ||||
-rw-r--r-- | 3rd_party/collectd-ves-app/ves_app/ves_app_config.conf (renamed from 3rd_party/collectd-ves-plugin/ves_plugin/ves_plugin_config.conf) | 0 | ||||
-rw-r--r-- | 3rd_party/collectd-ves-plugin/ves_plugin/__init__.py | 12 |
6 files changed, 12 insertions, 20 deletions
diff --git a/3rd_party/collectd-ves-plugin/LICENSE b/3rd_party/collectd-ves-app/LICENSE index 8b515df5..804ec198 100644 --- a/3rd_party/collectd-ves-plugin/LICENSE +++ b/3rd_party/collectd-ves-app/LICENSE @@ -10,10 +10,14 @@ so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. + Licensed 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. diff --git a/3rd_party/collectd-ves-plugin/PSF_LICENSE_AGREEMENT b/3rd_party/collectd-ves-app/PSF_LICENSE_AGREEMENT index 666648bb..666648bb 100644 --- a/3rd_party/collectd-ves-plugin/PSF_LICENSE_AGREEMENT +++ b/3rd_party/collectd-ves-app/PSF_LICENSE_AGREEMENT diff --git a/3rd_party/collectd-ves-app/ves_app/__init__.py b/3rd_party/collectd-ves-app/ves_app/__init__.py new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/3rd_party/collectd-ves-app/ves_app/__init__.py diff --git a/3rd_party/collectd-ves-plugin/ves_plugin/ves_plugin.py b/3rd_party/collectd-ves-app/ves_app/ves_app.py index 4c313cee..49e7635a 100644 --- a/3rd_party/collectd-ves-plugin/ves_plugin/ves_plugin.py +++ b/3rd_party/collectd-ves-app/ves_app/ves_app.py @@ -906,7 +906,7 @@ def main(): parser.add_argument("--config", dest="configfile", default=None, help="Specify config file", metavar="FILE") parser.add_argument("--loglevel", dest="level", choices=['DEBUG', 'INFO', 'WARNING', 'ERROR'], default='WARNING', help="Specify log level (default: %(default)s)", metavar="LEVEL") - parser.add_argument("--logfile", dest="logfile", default='ves_plugin.log', + parser.add_argument("--logfile", dest="logfile", default='ves_app.log', help="Specify log file (default: %(default)s)", metavar="FILE") args = parser.parse_args() diff --git a/3rd_party/collectd-ves-plugin/ves_plugin/ves_plugin_config.conf b/3rd_party/collectd-ves-app/ves_app/ves_app_config.conf index 1dccd49b..1dccd49b 100644 --- a/3rd_party/collectd-ves-plugin/ves_plugin/ves_plugin_config.conf +++ b/3rd_party/collectd-ves-app/ves_app/ves_app_config.conf diff --git a/3rd_party/collectd-ves-plugin/ves_plugin/__init__.py b/3rd_party/collectd-ves-plugin/ves_plugin/__init__.py deleted file mode 100644 index 14364a35..00000000 --- a/3rd_party/collectd-ves-plugin/ves_plugin/__init__.py +++ /dev/null @@ -1,12 +0,0 @@ -# -# Licensed 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. |