diff --git a/doc/source/index.rst b/doc/source/index.rst index 38dc1d4..5dbc12b 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -10,6 +10,7 @@ Table of Contents: readme getting_started webapi/index + shinken_plugins Indices and tables ================== diff --git a/doc/source/shinken-plugins b/doc/source/shinken-plugins new file mode 120000 index 0000000..b705539 --- /dev/null +++ b/doc/source/shinken-plugins @@ -0,0 +1 @@ +../../shinken-plugins \ No newline at end of file diff --git a/doc/source/shinken_plugins.rst b/doc/source/shinken_plugins.rst new file mode 100644 index 0000000..e0a6815 --- /dev/null +++ b/doc/source/shinken_plugins.rst @@ -0,0 +1,9 @@ +=============== +Shinken plugins +=============== + +.. toctree:: + :maxdepth: 2 + :glob: + + shinken-plugins/plugins/*/doc/* diff --git a/plugins/check_glance b/shinken-plugins/plugins/plugin-check-glance/check_glance similarity index 100% rename from plugins/check_glance rename to shinken-plugins/plugins/plugin-check-glance/check_glance diff --git a/shinken-plugins/plugins/plugin-check-glance/doc/plugin-check-glance.rst b/shinken-plugins/plugins/plugin-check-glance/doc/plugin-check-glance.rst new file mode 100644 index 0000000..5d24832 --- /dev/null +++ b/shinken-plugins/plugins/plugin-check-glance/doc/plugin-check-glance.rst @@ -0,0 +1,4 @@ +plugin-check-glance +=================== + +Shinken plugin to monitor Glance diff --git a/plugins/requirements.txt b/shinken-plugins/plugins/plugin-check-glance/requirements.txt similarity index 100% rename from plugins/requirements.txt rename to shinken-plugins/plugins/plugin-check-glance/requirements.txt diff --git a/plugins/check_keystone b/shinken-plugins/plugins/plugin-check-keystone/check_keystone similarity index 100% rename from plugins/check_keystone rename to shinken-plugins/plugins/plugin-check-keystone/check_keystone diff --git a/shinken-plugins/plugins/plugin-check-keystone/doc/plugin-check-keystone.rst b/shinken-plugins/plugins/plugin-check-keystone/doc/plugin-check-keystone.rst new file mode 100644 index 0000000..cd3325f --- /dev/null +++ b/shinken-plugins/plugins/plugin-check-keystone/doc/plugin-check-keystone.rst @@ -0,0 +1,4 @@ +plugin-check-keystone +===================== + +Shinken plugin to check Keystone diff --git a/shinken-plugins/plugins/plugin-check-keystone/requirements.txt b/shinken-plugins/plugins/plugin-check-keystone/requirements.txt new file mode 100644 index 0000000..6b5f747 --- /dev/null +++ b/shinken-plugins/plugins/plugin-check-keystone/requirements.txt @@ -0,0 +1,2 @@ +shinkenplugins +python-keystoneclient