From edf80a2c19ec56cb86aaa0a06f7afc3869419b2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Starck?= Date: Tue, 7 Apr 2015 14:38:29 -0400 Subject: [PATCH] Removed shinken packs Was moved to https://github.com/savoirfairelinux/monitoring-tools some time ago. Change-Id: I76156212b496776a3fae137f0c6aa9c51bd4c659 --- Dockerfile | 4 +- shinken-tools/packs/linux-glance/README.rst | 4 - .../packs/linux-glance/pack/commands.cfg | 4 - .../packs/linux-glance/pack/linux-glance.pack | 32 --- .../linux-glance/pack/services/glance.cfg | 8 - .../packs/linux-glance/pack/templates.cfg | 12 - shinken-tools/packs/linux-glance/package.json | 23 -- shinken-tools/packs/linux-keystone/README.rst | 4 - .../packs/linux-keystone/debian/changelog | 5 - .../packs/linux-keystone/debian/compat | 1 - .../packs/linux-keystone/debian/control | 15 -- .../packs/linux-keystone/debian/copyright | 29 --- .../packs/linux-keystone/debian/install | 2 - .../packs/linux-keystone/debian/rules | 8 - .../packs/linux-keystone/debian/source/format | 1 - .../packs/linux-keystone/doc/conf.py | 226 ------------------ .../linux-keystone/doc/linux-keystone.rst | 48 ---- .../monitoring-packs-sfl-linux-keystone.spec | 54 ----- .../packs/linux-keystone/pack/commands.cfg | 10 - .../linux-keystone/pack/linux-keystone.pack | 24 -- .../linux-keystone/pack/services/keystone.cfg | 7 - .../packs/linux-keystone/pack/templates.cfg | 13 - .../packs/linux-keystone/package.json | 23 -- 23 files changed, 2 insertions(+), 555 deletions(-) delete mode 100644 shinken-tools/packs/linux-glance/README.rst delete mode 100644 shinken-tools/packs/linux-glance/pack/commands.cfg delete mode 100644 shinken-tools/packs/linux-glance/pack/linux-glance.pack delete mode 100644 shinken-tools/packs/linux-glance/pack/services/glance.cfg delete mode 100644 shinken-tools/packs/linux-glance/pack/templates.cfg delete mode 100644 shinken-tools/packs/linux-glance/package.json delete mode 100644 shinken-tools/packs/linux-keystone/README.rst delete mode 100644 shinken-tools/packs/linux-keystone/debian/changelog delete mode 100644 shinken-tools/packs/linux-keystone/debian/compat delete mode 100644 shinken-tools/packs/linux-keystone/debian/control delete mode 100644 shinken-tools/packs/linux-keystone/debian/copyright delete mode 100644 shinken-tools/packs/linux-keystone/debian/install delete mode 100755 shinken-tools/packs/linux-keystone/debian/rules delete mode 100644 shinken-tools/packs/linux-keystone/debian/source/format delete mode 100644 shinken-tools/packs/linux-keystone/doc/conf.py delete mode 100644 shinken-tools/packs/linux-keystone/doc/linux-keystone.rst delete mode 100644 shinken-tools/packs/linux-keystone/monitoring-packs-sfl-linux-keystone.spec delete mode 100644 shinken-tools/packs/linux-keystone/pack/commands.cfg delete mode 100644 shinken-tools/packs/linux-keystone/pack/linux-keystone.pack delete mode 100644 shinken-tools/packs/linux-keystone/pack/services/keystone.cfg delete mode 100644 shinken-tools/packs/linux-keystone/pack/templates.cfg delete mode 100644 shinken-tools/packs/linux-keystone/package.json diff --git a/Dockerfile b/Dockerfile index d76aa1b..60fc2ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,8 +14,8 @@ RUN pip install python-surveilclient RUN apt-get install -y subversion && \ ## Packs svn checkout https://github.com/savoirfairelinux/monitoring-tools/trunk/packs/generic-host /packs/generic-host && \ - svn checkout https://github.com/stackforge/surveil/trunk/shinken-tools/packs/linux-glance /packs/linux-glance && \ - svn checkout https://github.com/stackforge/surveil/trunk/shinken-tools/packs/linux-keystone /packs/linux-keystone && \ + svn checkout https://github.com/savoirfairelinux/monitoring-tools/trunk/packs/linux-glance /packs/linux-glance && \ + svn checkout https://github.com/savoirfairelinux/monitoring-tools/trunk/packs/linux-keystone /packs/linux-keystone && \ apt-get remove -y subversion # Copy files diff --git a/shinken-tools/packs/linux-glance/README.rst b/shinken-tools/packs/linux-glance/README.rst deleted file mode 100644 index 1c6b032..0000000 --- a/shinken-tools/packs/linux-glance/README.rst +++ /dev/null @@ -1,4 +0,0 @@ -linux-glance -============ - -Shinken configuration pack for OpenStack Glance service. diff --git a/shinken-tools/packs/linux-glance/pack/commands.cfg b/shinken-tools/packs/linux-glance/pack/commands.cfg deleted file mode 100644 index 2e9f12e..0000000 --- a/shinken-tools/packs/linux-glance/pack/commands.cfg +++ /dev/null @@ -1,4 +0,0 @@ -define command { - command_name check_glance - command_line $PLUGINSDIR$/check_glance -U $_HOSTOS_AUTH_URL$ -u $_HOSTOS_USERNAME$ -p $_HOSTOS_PASSWORD$ -t $_HOSTOS_TENANT_NAME$ -e $_HOSTOS_GLANCE_URL$ -} diff --git a/shinken-tools/packs/linux-glance/pack/linux-glance.pack b/shinken-tools/packs/linux-glance/pack/linux-glance.pack deleted file mode 100644 index b2a7d11..0000000 --- a/shinken-tools/packs/linux-glance/pack/linux-glance.pack +++ /dev/null @@ -1,32 +0,0 @@ -{ -"name":"linux-glance", - -"description":"Check Glance service", - -# NEXT LINES ARE SAMPLES: YOU CAN DELETE IT -"macros":{ - "_OS_AUTH_URL": {"type": "string", - "description": "The Auth API URL", - }, - - "_OS_USERNAME": {"type": "string", - "description": "The Auth API username", - }, - }, - - "_OS_PASSWORD": {"type": "string", - "description": "The Auth API password", - }, - }, - - "_OS_TENANT_NAME": {"type": "string", - "description": "The Tenant name", - }, - }, - - "_OS_GLANCE_URL": {"type": "string", - "description": "The Glance URL", - }, - }, - -} diff --git a/shinken-tools/packs/linux-glance/pack/services/glance.cfg b/shinken-tools/packs/linux-glance/pack/services/glance.cfg deleted file mode 100644 index 114da38..0000000 --- a/shinken-tools/packs/linux-glance/pack/services/glance.cfg +++ /dev/null @@ -1,8 +0,0 @@ - -define service{ - service_description Check Glance service - host_name linux-glance - use generic-service - register 0 - check_command check_glance -} diff --git a/shinken-tools/packs/linux-glance/pack/templates.cfg b/shinken-tools/packs/linux-glance/pack/templates.cfg deleted file mode 100644 index 3e3f9ae..0000000 --- a/shinken-tools/packs/linux-glance/pack/templates.cfg +++ /dev/null @@ -1,12 +0,0 @@ -define host { - name linux-glance - use generic-host - register 0 - - _OS_AUTH_URL null - _OS_USERNAME null - _OS_PASSWORD null - _OS_TENANT_NAME null - _OS_GLANCE_URL null - -} diff --git a/shinken-tools/packs/linux-glance/package.json b/shinken-tools/packs/linux-glance/package.json deleted file mode 100644 index 45b28be..0000000 --- a/shinken-tools/packs/linux-glance/package.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "sfl-linux-glance", - "types": ["pack"], - "version": "1.0", - "homepage": "https://github.com/stackforge/surveil", - "author": "Grégory Starck", - "description": "Check an OpenStack Glance instance.", - "contributors": [ - { - "name": "Grégory Starck", - "email": "gregory.starck@savoirfairelinux.com" - }, - ], - "repository": "https://github.com/stackforge/surveil", - "keywords": [ - "pack", - "linux-glance" - ], - "dependencies": { - "shinken": ">=1.4" - }, - "license": "GPL" -} diff --git a/shinken-tools/packs/linux-keystone/README.rst b/shinken-tools/packs/linux-keystone/README.rst deleted file mode 100644 index 7b08793..0000000 --- a/shinken-tools/packs/linux-keystone/README.rst +++ /dev/null @@ -1,4 +0,0 @@ -linux-keystone -========== - -Shinken pack for monitoring OpenStack Keystone \ No newline at end of file diff --git a/shinken-tools/packs/linux-keystone/debian/changelog b/shinken-tools/packs/linux-keystone/debian/changelog deleted file mode 100644 index fead6a7..0000000 --- a/shinken-tools/packs/linux-keystone/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -monitoring-packs-sfl-linux-keystone (2015.1.2.11.16-1) unstable; urgency=low - - * Initial release - - -- Thibault Cohen Tue, 05 Oct 2014 10:15:52 -0400 \ No newline at end of file diff --git a/shinken-tools/packs/linux-keystone/debian/compat b/shinken-tools/packs/linux-keystone/debian/compat deleted file mode 100644 index f11c82a..0000000 --- a/shinken-tools/packs/linux-keystone/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 \ No newline at end of file diff --git a/shinken-tools/packs/linux-keystone/debian/control b/shinken-tools/packs/linux-keystone/debian/control deleted file mode 100644 index b0ac679..0000000 --- a/shinken-tools/packs/linux-keystone/debian/control +++ /dev/null @@ -1,15 +0,0 @@ -Source: monitoring-packs-sfl-linux-keystone -Section: python -Priority: optional -Maintainer: Alexandre Viau -Build-Depends: debhelper (>= 8.0.0) -Standards-Version: 3.9.4 -Homepage: https://github.com/savoirfairelinux/monitoring-tools -Vcs-Browser: https://github.com/savoirfairelinux/monitoring-tools.git - -Package: monitoring-packs-sfl-linux-keystone -Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: Shinken pack for monitoring OpenStack Keystone - More information is available on Github: - https://github.com/savoirfairelinux/sfl-shinken-packs \ No newline at end of file diff --git a/shinken-tools/packs/linux-keystone/debian/copyright b/shinken-tools/packs/linux-keystone/debian/copyright deleted file mode 100644 index d59e744..0000000 --- a/shinken-tools/packs/linux-keystone/debian/copyright +++ /dev/null @@ -1,29 +0,0 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: monitoring-packs-sfl-linux-keystone -Source: - -Files: * -Copyright: 2015 Alexandre Viau -License: GPL-3.0+ - -License: GPL-3.0+ - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - . - This package is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - . - You should have received a copy of the GNU General Public License - along with this program. If not, see . - . - On Debian systems, the complete text of the GNU General - Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". - -# Please also look if there are files or directories which have a -# different copyright/license attached and list them here. -# Please avoid to pick license terms that are more restrictive than the -# packaged work, as it may make Debian's contributions unacceptable upstream. \ No newline at end of file diff --git a/shinken-tools/packs/linux-keystone/debian/install b/shinken-tools/packs/linux-keystone/debian/install deleted file mode 100644 index 242304a..0000000 --- a/shinken-tools/packs/linux-keystone/debian/install +++ /dev/null @@ -1,2 +0,0 @@ -pack /etc/shinken/packs/linux-keystone -package.json /etc/shinken/packs/linux-keystone \ No newline at end of file diff --git a/shinken-tools/packs/linux-keystone/debian/rules b/shinken-tools/packs/linux-keystone/debian/rules deleted file mode 100755 index d99d291..0000000 --- a/shinken-tools/packs/linux-keystone/debian/rules +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/make -f -# -*- makefile -*- - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -%: - dh $@ \ No newline at end of file diff --git a/shinken-tools/packs/linux-keystone/debian/source/format b/shinken-tools/packs/linux-keystone/debian/source/format deleted file mode 100644 index 46ebe02..0000000 --- a/shinken-tools/packs/linux-keystone/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt) \ No newline at end of file diff --git a/shinken-tools/packs/linux-keystone/doc/conf.py b/shinken-tools/packs/linux-keystone/doc/conf.py deleted file mode 100644 index 6f83ff3..0000000 --- a/shinken-tools/packs/linux-keystone/doc/conf.py +++ /dev/null @@ -1,226 +0,0 @@ -# -*- coding: utf-8 -*- -# -import sys -import os - -extensions = [] - -# Add any paths that contain templates here, relative to this directory. -templates_path = ['_templates'] - -# The suffix of source filenames. -source_suffix = '.rst' - -# The master toctree document. -master_doc = 'source/linux-keystone' - -# General information about the project. -project = u'linux-keystone' -copyright = u'2015, Alexandre Viau ' - -# The short X.Y version. -version = '' -# The full version, including alpha/beta/rc tags. -release = '1' - -# The language for content autogenerated by Sphinx. Refer to documentation -# for a list of supported languages. -#language = None - -# There are two options for replacing |today|: either, you set today to some -# non-false value, then it is used: -#today = '' -# Else, today_fmt is used as the format for a strftime call. -#today_fmt = '%B %d, %Y' - -# List of patterns, relative to source directory, that match files and -# directories to ignore when looking for source files. -exclude_patterns = [] - -# The reST default role (used for this markup: `text`) to use for all -# documents. -#default_role = None - -# If true, '()' will be appended to :func: etc. cross-reference text. -#add_function_parentheses = True - -# If true, the current module name will be prepended to all description -# unit titles (such as .. function::). -#add_module_names = True - -# If true, sectionauthor and moduleauthor directives will be shown in the -# output. They are ignored by default. -#show_authors = False - -# The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' - -# A list of ignored prefixes for module index sorting. -#modindex_common_prefix = [] - -# If true, keep warnings as "system message" paragraphs in the built documents. -#keep_warnings = False - - -# -- Options for HTML output ---------------------------------------------- - -# The theme to use for HTML and HTML Help pages. See the documentation for -# a list of builtin themes. -html_theme = 'default' - -# Theme options are theme-specific and customize the look and feel of a theme -# further. For a list of options available for each theme, see the -# documentation. -#html_theme_options = {} - -# Add any paths that contain custom themes here, relative to this directory. -#html_theme_path = [] - -# The name for this set of Sphinx documents. If None, it defaults to -# " v documentation". -#html_title = None - -# A shorter title for the navigation bar. Default is the same as html_title. -#html_short_title = None - -# The name of an image file (relative to this directory) to place at the top -# of the sidebar. -#html_logo = None - -# The name of an image file (within the static path) to use as favicon of the -# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 -# pixels large. -#html_favicon = None - -# Add any paths that contain custom static files (such as style sheets) here, -# relative to this directory. They are copied after the builtin static files, -# so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['source/_static'] - -# Add any extra paths that contain custom files (such as robots.txt or -# .htaccess) here, relative to this directory. These files are copied -# directly to the root of the documentation. -#html_extra_path = [] - -# If not '', a 'Last updated on:' timestamp is inserted at every page bottom, -# using the given strftime format. -#html_last_updated_fmt = '%b %d, %Y' - -# If true, SmartyPants will be used to convert quotes and dashes to -# typographically correct entities. -#html_use_smartypants = True - -# Custom sidebar templates, maps document names to template names. -#html_sidebars = {} - -# Additional templates that should be rendered to pages, maps page names to -# template names. -#html_additional_pages = {} - -# If false, no module index is generated. -#html_domain_indices = True - -# If false, no index is generated. -#html_use_index = False - -# If true, the index is split into individual pages for each letter. -#html_split_index = False - -# If true, links to the reST sources are added to the pages. -#html_show_sourcelink = True - -# If true, "Created using Sphinx" is shown in the HTML footer. Default is True. -#html_show_sphinx = True - -# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. -#html_show_copyright = True - -# If true, an OpenSearch description file will be output, and all pages will -# contain a tag referring to it. The value of this option must be the -# base URL from which the finished HTML is served. -#html_use_opensearch = '' - -# This is the file name suffix for HTML files (e.g. ".xhtml"). -#html_file_suffix = None - -# Output file base name for HTML help builder. -htmlhelp_basename = 'linux-keystonedoc' - - -# -- Options for LaTeX output --------------------------------------------- - -latex_elements = { -# The paper size ('letterpaper' or 'a4paper'). -#'papersize': 'letterpaper', - -# The font size ('10pt', '11pt' or '12pt'). -#'pointsize': '10pt', - -# Additional stuff for the LaTeX preamble. -#'preamble': '', -} - -# Grouping the document tree into LaTeX files. List of tuples -# (source start file, target name, title, -# author, documentclass [howto, manual, or own class]). -latex_documents = [ - ('source/linux-keystone', 'linux-keystone.tex', u'linux-keystone Documentation', - u'Alexandre Viau', 'manual'), -] - -# The name of an image file (relative to this directory) to place at the top of -# the title page. -#latex_logo = None - -# For "manual" documents, if this is true, then toplevel headings are parts, -# not chapters. -#latex_use_parts = False - -# If true, show page references after internal links. -#latex_show_pagerefs = False - -# If true, show URL addresses after external links. -#latex_show_urls = False - -# Documents to append as an appendix to all manuals. -#latex_appendices = [] - -# If false, no module index is generated. -#latex_domain_indices = True - - -# -- Options for manual page output --------------------------------------- - -# One entry per manual page. List of tuples -# (source start file, name, description, authors, manual section). -man_pages = [ - ('source/linux-keystone', 'linux-keystone', u'linux-keystone Documentation', - [u'Alexandre Viau'], 1) -] - -# If true, show URL addresses after external links. -#man_show_urls = False - - -# -- Options for Texinfo output ------------------------------------------- - -# Grouping the document tree into Texinfo files. List of tuples -# (source start file, target name, title, author, -# dir menu entry, description, category) -texinfo_documents = [ - ('source/linux-keystone', 'linux-keystone', u'linux-keystone Documentation', - u'Alexandre Viau', 'linux-keystone', 'Shinken pack for monitoring OpenStack Keystone', - 'Packs'), -] - -# Documents to append as an appendix to all manuals. -#texinfo_appendices = [] - -# If false, no module index is generated. -#texinfo_domain_indices = True - -# How to display URL addresses: 'footnote', 'no', or 'inline'. -#texinfo_show_urls = 'footnote' - -# If true, do not generate a @detailmenu in the "Top" node's menu. -#texinfo_no_detailmenu = False \ No newline at end of file diff --git a/shinken-tools/packs/linux-keystone/doc/linux-keystone.rst b/shinken-tools/packs/linux-keystone/doc/linux-keystone.rst deleted file mode 100644 index 93cdd26..0000000 --- a/shinken-tools/packs/linux-keystone/doc/linux-keystone.rst +++ /dev/null @@ -1,48 +0,0 @@ -linux-keystone -============== - -Dependencies -************ - -Shinken Modules -~~~~~~~~~~~~~~~ - -This pack will create services which need the following modules : - -**List of Shinken modules used** - -Plugins -~~~~~~~ - -This pack will create services which need the following plugins : - -**List of plugins used** - -Network -~~~~~~~ - -This pack will create services which need the following protocol : - -**List of port/protocol used** - -Installation -************ - -Copy the pack folder in the packs folder defined in shinken.cfg (`cfg_dir=packs`) - - -How to use it -************* - - -Settings -~~~~~~~~ - -This is the list of settings which can be redefined in the host definition - -**List of macros** - -Triggers -~~~~~~~~ - -**List of triggers** \ No newline at end of file diff --git a/shinken-tools/packs/linux-keystone/monitoring-packs-sfl-linux-keystone.spec b/shinken-tools/packs/linux-keystone/monitoring-packs-sfl-linux-keystone.spec deleted file mode 100644 index b9bbacb..0000000 --- a/shinken-tools/packs/linux-keystone/monitoring-packs-sfl-linux-keystone.spec +++ /dev/null @@ -1,54 +0,0 @@ -# -# Example spec file for cdplayer app... -# -%define raw_name linux-keystone -%define name monitoring-packs-sfl-%{raw_name} -%define version 2015.1.2.11.16 -%define release 1 -%define install_folder /usr/lib/ - -Name: %{name} -Version: %{version} -Release: %{release}%{?dist} -License: GPL v3 -Summary: Shinken pack for monitoring OpenStack Keystone -Group: Networking/Other -Source: http://monitoring.savoirfairelinux.com/%{name}_%{version}.orig.tar.gz -URL: http://monitoring.savoirfairelinux.com/ -Distribution: Savoir-faire Linux -Vendor: Savoir-faire Linux -Packager: Alexandre Viau -BuildRoot: %{_tmppath}/%{name}-%{version} -BuildRequires: python-sphinx -#Requires: python, python-dlnetsnmp - -%description -Shinken pack for monitoring OpenStack Keystone - -%prep -%setup -q -n %{name} - -%install -%{__rm} -rf %{buildroot} -%{__install} -d -m 755 %{buildroot}/%{_sysconfdir}/shinken/packs/%{raw_name} -%{__cp} -r pack/* %{buildroot}/%{_sysconfdir}/shinken/packs/%{raw_name} -%{__install} -p -m 755 package.json %{buildroot}/%{_sysconfdir}/shinken/packs/%{raw_name} -%{__install} -d -m 755 %{buildroot}/%{_docdir}/shinken/packs/%{raw_name} -%{__cp} -r doc/* %{buildroot}/%{_docdir}/shinken/packs/%{raw_name} -%{__rm} %{buildroot}/%{_docdir}/shinken/packs/%{raw_name}/conf.py -%{__install} -d -m 755 %{buildroot}/%{_mandir}/man1/shinken/packs/%{raw_name} -sphinx-build -b man -d doc/build/doctrees/source doc %{buildroot}/%{_mandir}/man1/shinken/packs/%{raw_name} - -%clean -rm -rf $RPM_BUILD_ROOT - -%files -%docdir -%{_docdir}/shinken/packs/%{raw_name} -%{_mandir}/man1/shinken/packs/%{raw_name} -%config -%{_sysconfdir}/shinken/packs/ - -%changelog -* Fri Jan 02 2015 Alexandre Viau -- Initial Release \ No newline at end of file diff --git a/shinken-tools/packs/linux-keystone/pack/commands.cfg b/shinken-tools/packs/linux-keystone/pack/commands.cfg deleted file mode 100644 index 65f35a9..0000000 --- a/shinken-tools/packs/linux-keystone/pack/commands.cfg +++ /dev/null @@ -1,10 +0,0 @@ -# ----------------------------------------------------------------- -# -# linux-keystone Commands -# -# ----------------------------------------------------------------- - -define command { - command_name check_keystone - command_line $PLUGINSDIR$/check_keystone -U $_HOSTOS_AUTH_URL$ -u $_HOSTOS_USERNAME$ -p $_HOSTOS_PASSWORD$ -t $_HOSTOS_TENANT_NAME$ -s $_HOSTKS_SERVICES$ -} diff --git a/shinken-tools/packs/linux-keystone/pack/linux-keystone.pack b/shinken-tools/packs/linux-keystone/pack/linux-keystone.pack deleted file mode 100644 index ee3741b..0000000 --- a/shinken-tools/packs/linux-keystone/pack/linux-keystone.pack +++ /dev/null @@ -1,24 +0,0 @@ -{ -"name":"linux-keystone", - -"description":"Shinken pack for monitoring OpenStack Keystone", - -"path":"", - -"macros":{ - "_OS_AUTH_URL": {"type": "url", - "description": "Auth URL" - }, - "_OS_USERNAME": {"type": "string", - "description": "OpenStack username" - }, - "_OS_PASSWORD": {"type": "string", - "description": "OpenStack password" - }, - "_OS_TENANT": {"type": "string", - "description": "OpenStack tenant name" - }, - "_KS_SERVICES": {"type": "string", - "description": "Keystone services to expect" - }, -} diff --git a/shinken-tools/packs/linux-keystone/pack/services/keystone.cfg b/shinken-tools/packs/linux-keystone/pack/services/keystone.cfg deleted file mode 100644 index 65ae2f1..0000000 --- a/shinken-tools/packs/linux-keystone/pack/services/keystone.cfg +++ /dev/null @@ -1,7 +0,0 @@ -define service{ - host_name linux-keystone - service_description Check KeyStone service. - use generic-service - register 0 - check_command check_keystone -} diff --git a/shinken-tools/packs/linux-keystone/pack/templates.cfg b/shinken-tools/packs/linux-keystone/pack/templates.cfg deleted file mode 100644 index 03654d1..0000000 --- a/shinken-tools/packs/linux-keystone/pack/templates.cfg +++ /dev/null @@ -1,13 +0,0 @@ -# Shinken pack for monitoring OpenStack Keystone -define host{ - name linux-keystone - use generic-host - check_interval 1 - register 0 - - _OS_AUTH_URL null - _OS_USERNAME null - _OS_PASSWORD null - _OS_TENANT_NAME null - _KS_SERVICES identity -} diff --git a/shinken-tools/packs/linux-keystone/package.json b/shinken-tools/packs/linux-keystone/package.json deleted file mode 100644 index 6cc5e70..0000000 --- a/shinken-tools/packs/linux-keystone/package.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "linux-keystone", - "types": ["pack"], - "version": "1.0", - "homepage": "https://github.com/savoirfairelinux/monitoring-tools", - "author": "Alexandre Viau", - "description": "Shinken pack for monitoring OpenStack Keystone", - "contributors": [ - { - "name": "Alexandre Viau", - "email": "alexandre.viau@savoirfairelinux.com" - } - ], - "repository": "https://github.com/savoirfairelinux/monitoring-tools", - "keywords": [ - "pack", - "" - ], - "dependencies": { - "shinken": ">=1.4" - }, - "license": "GPL" -} \ No newline at end of file