From c4a2f1ed6098b8e965155ab90a920d0947224ad4 Mon Sep 17 00:00:00 2001 From: Blerim Sheqa Date: Tue, 3 Nov 2020 13:59:22 +0100 Subject: [PATCH] Update examples --- examples/businessprocess-latest.yml | 10 +++---- examples/director-latest.yml | 38 +++++++++++++++++--------- examples/icinga2-latest.yml | 8 +++--- examples/icingaweb2-latest.yml | 21 +++++++-------- examples/reporting-latest.yml | 16 +++++++++++ examples/windows-latest.yml | 41 +++++++++++++++++++++++++++++ 6 files changed, 102 insertions(+), 32 deletions(-) create mode 100644 examples/reporting-latest.yml create mode 100644 examples/windows-latest.yml diff --git a/examples/businessprocess-latest.yml b/examples/businessprocess-latest.yml index 9c14f46..a86eddb 100644 --- a/examples/businessprocess-latest.yml +++ b/examples/businessprocess-latest.yml @@ -1,10 +1,10 @@ --- -site_name: 'Business Process Module' -source_dir: 'www/source' -site_dir: 'www/html' +site_name: 'Business Process Modelling' +source_dir: '/var/www/docs/source' +site_dir: '/var/www/docs/html' project: git: 'https://github.com/Icinga/icingaweb2-module-businessprocess.git' - ref: 'tags/v2.1.0' - target: 'businessprocess' + ref: 'tags/v2.3.0' + target: 'icinga-businessprocess-modelling' docs_dir: 'doc' latest: true diff --git a/examples/director-latest.yml b/examples/director-latest.yml index be0d923..ee4040d 100644 --- a/examples/director-latest.yml +++ b/examples/director-latest.yml @@ -1,17 +1,31 @@ --- -site_name: 'Director' -source_dir: 'www/source' -site_dir: 'www/html' +site_name: 'Icinga Director' +source_dir: '/var/www/docs/source' +site_dir: '/var/www/docs/html' project: git: 'https://github.com/Icinga/icingaweb2-module-director.git' - ref: 'support/1.4' - target: 'director' + ref: 'support/1.7' + target: 'icinga-director' docs_dir: 'doc' latest: true - subcategories: - Modules: - PuppetDB: - git: 'https://github.com/Icinga/icingaweb2-module-puppetdb.git' - ref: 'master' - target: 'puppetdb' - docs_dir: 'puppetdb/doc' + subprojects: + PuppetDB Import: + git: 'https://github.com/Icinga/icingaweb2-module-puppetdb.git' + ref: 'tags/v1.0.0' + target: 'puppetdb' + docs_dir: 'puppetdb/doc' + File Import: + git: 'https://github.com/Icinga/icingaweb2-module-fileshipper.git' + ref: 'tags/v1.1.0' + target: 'fileshipper' + docs_dir: 'fileshipper/doc' + vSphere Import: + git: 'https://github.com/Icinga/icingaweb2-module-vsphere.git' + ref: 'tags/v1.1.0' + target: 'vsphere' + docs_dir: 'vsphere/doc' + AWS Import: + git: 'https://github.com/Icinga/icingaweb2-module-aws.git' + ref: 'tags/v1.0.0' + target: 'AWS' + docs_dir: 'AWS/doc' diff --git a/examples/icinga2-latest.yml b/examples/icinga2-latest.yml index 6fe5a01..b02f688 100644 --- a/examples/icinga2-latest.yml +++ b/examples/icinga2-latest.yml @@ -1,10 +1,10 @@ --- site_name: 'Icinga 2' -source_dir: 'www/source' -site_dir: 'www/html' +source_dir: '/var/www/docs/source' +site_dir: '/var/www/docs/html' project: git: 'https://github.com/Icinga/icinga2.git' - ref: 'support/2.7' - target: 'icinga2' + ref: 'support/2.12' + target: 'icinga-2' docs_dir: 'doc' latest: true diff --git a/examples/icingaweb2-latest.yml b/examples/icingaweb2-latest.yml index a1c6ac6..8adaf40 100644 --- a/examples/icingaweb2-latest.yml +++ b/examples/icingaweb2-latest.yml @@ -1,18 +1,17 @@ --- site_name: 'Icinga Web 2' -source_dir: 'www/docs/source' -site_dir: 'www/docs/html' +source_dir: '/var/www/docs/source' +site_dir: '/var/www/docs/html' project: git: 'https://github.com/Icinga/icingaweb2.git' ref: 'master' - target: 'icingaweb2' + target: 'icinga-web-2' docs_dir: 'doc' latest: true - subcategories: - Built in Modules: - Monitoring: - docs_dir: 'modules/monitoring/doc' - Doc: - docs_dir: 'modules/doc/doc' - Translation: - docs_dir: 'modules/translation/doc' + subprojects: + Monitoring: + docs_dir: 'modules/monitoring/doc' + Doc: + docs_dir: 'modules/doc/doc' + Translation: + docs_dir: 'modules/translation/doc' diff --git a/examples/reporting-latest.yml b/examples/reporting-latest.yml new file mode 100644 index 0000000..0cd0030 --- /dev/null +++ b/examples/reporting-latest.yml @@ -0,0 +1,16 @@ +--- +site_name: 'Icinga Reporting' +source_dir: '/var/www/docs/source' +site_dir: '/var/www/docs/html' +project: + git: 'https://github.com/Icinga/icingaweb2-module-reporting.git' + ref: 'master' + target: 'icinga-reporting' + docs_dir: 'doc' + latest: true + subprojects: + IDO Reports: + git: 'https://github.com/Icinga/icingaweb2-module-idoreports.git' + ref: 'master' + target: 'idoreports' + docs_dir: 'idoreports/doc' diff --git a/examples/windows-latest.yml b/examples/windows-latest.yml new file mode 100644 index 0000000..2dd66b6 --- /dev/null +++ b/examples/windows-latest.yml @@ -0,0 +1,41 @@ +--- +site_name: 'Icinga for Windows' +source_dir: '/var/www/docs/source' +site_dir: '/var/www/docs/html' +project: + git: 'https://github.com/Icinga/icinga-powershell-framework.git' + ref: 'support/1.2' + target: 'icinga-for-windows' + docs_dir: 'doc' + latest: true + subprojects: + Kickstart: + git: 'https://github.com/Icinga/icinga-powershell-kickstart.git' + ref: 'master' + target: 'kickstart' + docs_dir: 'kickstart/doc' + Basic Plugins: + git: 'https://github.com/Icinga/icinga-powershell-plugins.git' + ref: 'support/1.2' + target: 'plugins' + docs_dir: 'plugins/doc' + MSSQL Plugins: + git: 'https://github.com/Icinga/icinga-powershell-mssql.git' + ref: 'support/1.0' + target: 'mssql' + docs_dir: 'mssql/doc' + Service: + git: 'https://github.com/Icinga/icinga-powershell-service.git' + ref: 'master' + target: 'service' + docs_dir: 'service/doc' + Inventory: + git: 'https://github.com/Icinga/icinga-powershell-inventory.git' + ref: 'support/1.0' + target: 'inventory' + docs_dir: 'inventory/doc' + REST API: + git: 'https://github.com/Icinga/icinga-powershell-restapi.git' + ref: 'support/1.0' + target: 'restapi' + docs_dir: 'restapi/doc'