From 6acc6fb08e2643380ffbff8071da541a11ccf925 Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Tue, 5 Feb 2019 15:31:00 +0100 Subject: [PATCH] wip: documentation update --- .../vmware/doc/en/installation/index.rst | 38 +++---------------- .../vmware/doc/fr/installation/index.rst | 34 ++--------------- 2 files changed, 8 insertions(+), 64 deletions(-) diff --git a/connectors/vmware/doc/en/installation/index.rst b/connectors/vmware/doc/en/installation/index.rst index 2732b7ee9..5356b5e3f 100644 --- a/connectors/vmware/doc/en/installation/index.rst +++ b/connectors/vmware/doc/en/installation/index.rst @@ -126,21 +126,12 @@ Configure "centreon-vmware" daemon to start at boot: :: # update-rc.d centreon_vmware defaults - -Install « perl-centreon-base » dependency: -:: - - # git clone -b 2.6.x --single-branch https://github.com/centreon/centreon.git centreon - # cd centreon - # cp lib/perl/centreon/script.pm /usr/share/perl5/centreon/ - # cp -R lib/perl/centreon/common /usr/share/perl5/centreon/ Install the client and dependency: :: # git clone http://git.centreon.com/centreon-plugins.git # cd centreon-plugins - # cp -R centreon/plugins /usr/share/perl5/centreon/ # mkdir -p /usr/lib/nagios/plugins/centreon/plugins/ # cp centreon/plugins/* /usr/lib/nagios/plugins/centreon/plugins/ # mkdir -p /usr/lib/nagios/plugins/apps/vmware/ @@ -177,7 +168,6 @@ Requirements Following prerequisites are mandatory for « centreon_vmware »: -* « perl-centreon-base »: module since Centreon 2.5 (repository ces standard) * « centreon-plugins-base »: in repository ces standard * « zeromq » and Perl binding: in repository ces standard or EPEL @@ -204,8 +194,8 @@ centreon-vmware Installation with source Download « centreon-vmware » archive, then install: :: - # tar zxvf centreon-vmware-2.0.0.tar.gz - # cd centreon-vmware-2.0.0 + # tar zxvf centreon-vmware-3.0.0.tar.gz + # cd centreon-vmware-3.0.0 # cp centreon_vmware.pl /usr/bin/ # mkdir -p /etc/centreon @@ -222,21 +212,12 @@ Configure "centreon-vmware" daemon to start at boot: :: # chkconfig --level 2345 centreon_vmware on - -Install « perl-centreon-base » dependency: -:: - - # git clone -b 2.6.x --single-branch https://github.com/centreon/centreon.git centreon - # cd centreon - # cp lib/perl/centreon/script.pm /usr/lib/perl5/vendor_perl/5.8.8/centreon/ - # cp -R lib/perl/centreon/common /usr/lib/perl5/vendor_perl/5.8.8/centreon/ Install the client and dependency: :: # git clone http://git.centreon.com/centreon-plugins.git # cd centreon-plugins - # cp -R centreon/plugins /usr/lib/perl5/vendor_perl/5.8.8/centreon/ # mkdir -p /usr/lib/nagios/plugins/centreon/plugins/ # cp centreon/plugins/* /usr/lib/nagios/plugins/centreon/plugins/ # mkdir -p /usr/lib/nagios/plugins/apps/vmware/ @@ -292,7 +273,7 @@ Install the connector: Install the client: :: - # yum install centreon-plugin-Virtualization-VMWare-client + # yum install centreon-plugin-Virtualization-Vmware2-Connector-Plugin centreon-vmware Installation with source ```````````````````````````````````````` @@ -300,8 +281,8 @@ centreon-vmware Installation with source Download « centreon-vmware » archive, then install: :: - # tar zxvf centreon-vmware-2.0.0.tar.gz - # cd centreon-vmware-2.0.0 + # tar zxvf centreon-vmware-3.0.0.tar.gz + # cd centreon-vmware-3.0.0 # cp centreon_vmware.pl /usr/bin/ # mkdir -p /etc/centreon @@ -318,21 +299,12 @@ Configure "centreon-vmware" daemon to start at boot: :: # chkconfig --level 2345 centreon_vmware on - -Install « perl-centreon-base » dependency: -:: - - # git clone -b 2.6.x --single-branch https://github.com/centreon/centreon.git centreon - # cd centreon - # cp lib/perl/centreon/script.pm /usr/share/perl5/vendor_perl/centreon/ - # cp -R lib/perl/centreon/common /usr/share/perl5/vendor_perl/centreon/ Install the client and dependency: :: # git clone http://git.centreon.com/centreon-plugins.git # cd centreon-plugins - # cp -R centreon/plugins /usr/share/perl5/vendor_perl/centreon/ # mkdir -p /usr/lib/nagios/plugins/centreon/plugins/ # cp centreon/plugins/* /usr/lib/nagios/plugins/centreon/plugins/ # mkdir -p /usr/lib/nagios/plugins/apps/vmware/ diff --git a/connectors/vmware/doc/fr/installation/index.rst b/connectors/vmware/doc/fr/installation/index.rst index 38ac826f2..b84d9a6c4 100644 --- a/connectors/vmware/doc/fr/installation/index.rst +++ b/connectors/vmware/doc/fr/installation/index.rst @@ -71,7 +71,6 @@ Pré-requis Les dépendances suivantes sont nécessaires pour le fonctionnement de « centreon_vmware »: -* « perl-centreon-base »: module depuis Centreon 2.5 * « centreon-plugins-base »: le client et des dépendances * « zeromq » et son module Perl @@ -126,14 +125,6 @@ Activer le daemon « centreon-vmware » au démarrage: :: # update-rc.d centreon_vmware defaults - -Installer la dépendance « perl-centreon-base »: -:: - - # git clone -b 2.6.x --single-branch https://github.com/centreon/centreon.git centreon - # cd centreon - # cp lib/perl/centreon/script.pm /usr/share/perl5/centreon/ - # cp -R lib/perl/centreon/common /usr/share/perl5/centreon/ Installer le client et les dépendances: :: @@ -177,7 +168,6 @@ Pré-requis Les dépendances suivantes sont nécessaires pour le fonctionnement de « centreon_vmware »: -* « perl-centreon-base »: module depuis Centreon 2.5 (dépôt ces standard) * « centreon-plugins-base »: dépôt ces standard * « zeromq » and Perl binding: dépôt ces standard ou EPEL @@ -191,12 +181,12 @@ Installation de centreon-vmware par rpm Installer le connecteur: :: - # yum install ces-plugins-Virtualization-VMWare-daemon + # yum install centreon-plugin-Virtualization-VMWare-daemon Installer le client: :: - # yum install ces-plugins-Virtualization-VMWare-client + # yum install centreon-plugin-Virtualization-Vmware2-Connector-Plugin Installation de centreon-vmware par les sources ``````````````````````````````````````````````` @@ -224,21 +214,12 @@ Activer le daemon « centreon-vmware » au démarrage: :: # chkconfig --level 2345 centreon_vmware on - -Installer la dépendance « perl-centreon-base »: -:: - - # git clone -b 2.6.x --single-branch https://github.com/centreon/centreon.git centreon - # cd centreon - # cp lib/perl/centreon/script.pm /usr/lib/perl5/vendor_perl/5.8.8/centreon/ - # cp -R lib/perl/centreon/common /usr/lib/perl5/vendor_perl/5.8.8/centreon/ Installer le client et les dépendances: :: # git clone http://git.centreon.com/centreon-plugins.git # cd centreon-plugins - # cp -R centreon/plugins /usr/lib/perl5/vendor_perl/5.8.8/centreon/ # mkdir -p /usr/lib/nagios/plugins/centreon/plugins/ # cp centreon/plugins/* /usr/lib/nagios/plugins/centreon/plugins/ # mkdir -p /usr/lib/nagios/plugins/apps/vmware/ @@ -323,22 +304,13 @@ Activer le daemon « centreon-vmware » au démarrage: # chkconfig --level 2345 centreon_vmware on -Installer la dépendance « perl-centreon-base »: -:: - - # git clone -b 2.6.x --single-branch https://github.com/centreon/centreon.git centreon - # cd centreon - # cp lib/perl/centreon/script.pm /usr/share/perl5/vendor_perl/centreon/ - # cp -R lib/perl/centreon/common /usr/share/perl5/vendor_perl/centreon/ - Installer le client et les dépendances: :: # git clone http://git.centreon.com/centreon-plugins.git # cd centreon-plugins - # cp -R centreon/plugins /usr/share/perl5/vendor_perl/centreon/ # mkdir -p /usr/lib/nagios/plugins/centreon/plugins/ - # cp centreon/plugins/* /usr/lib/nagios/plugins/centreon/plugins/ + # cp -R centreon/plugins/* /usr/lib/nagios/plugins/centreon/plugins/ # mkdir -p /usr/lib/nagios/plugins/apps/vmware/ # cp -R apps/vmware/* /usr/lib/nagios/plugins/apps/vmware/ # cp centreon_plugins.pl /usr/lib/nagios/plugins/