From 6670eb438a37281df215561a66aceb1fa76a313d Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Wed, 29 Apr 2015 09:53:39 +0200 Subject: [PATCH] + Update git url in documentation --- docs/en/user/guide.rst | 8 ++++---- docs/fr/user/guide.rst | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/en/user/guide.rst b/docs/en/user/guide.rst index 887bfd03e..1327a65f9 100644 --- a/docs/en/user/guide.rst +++ b/docs/en/user/guide.rst @@ -5,7 +5,7 @@ Description "centreon-plugins" is a free and open source project to monitor systems. The project can be used with Centreon, Icinga and all monitoring softwares compatible Nagios plugins. -The lastest version is available on following git repository: http://git.centreon.com/centreon-plugins.git +The lastest version is available on following git repository: https://github.com/centreon/centreon-plugins.git ************ Installation @@ -19,7 +19,7 @@ Get the last version of "centreon-plugins" from the repository: :: # aptitude install git - # git clone http://git.centreon.com/centreon-plugins.git + # git clone https://github.com/centreon/centreon-plugins.git To monitor SNMP systems, you need to install the following packages: :: @@ -41,7 +41,7 @@ Get the last version of "centreon-plugins" from the repository: :: # yum install git - # git clone http://git.centreon.com/centreon-plugins.git + # git clone https://github.com/centreon/centreon-plugins.git To monitor SNMP systems, you need to install the following packages: :: @@ -488,7 +488,7 @@ Miscellaneous I use an option but it doesn't seem to work ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Before opening a ticket on the forge, please use the option ``--sanity-options``. It checks if you have misspell an option: +Before opening a ticket on the github, please use the option ``--sanity-options``. It checks if you have misspell an option: :: $ perl centreon_plugins.pl --plugin=os::linux::snmp::plugin --mode=traffic --hostname=127.0.0.1 --snmp-version=2c --snmp-community=public --interface='.*' --name --regex --verbose --skip --skip-speed0 --sanity-options diff --git a/docs/fr/user/guide.rst b/docs/fr/user/guide.rst index d020cb3ff..e62242f1c 100644 --- a/docs/fr/user/guide.rst +++ b/docs/fr/user/guide.rst @@ -5,7 +5,7 @@ Description "centreon-plugins" est un projet gratuit et open source de supervision des systèmes. Ce projet peut être utilisé avec Centreon, Icinga et tout autre logiciel de supervision compatible avec les plugins Nagios. -La dernière version est disponible sur le dépôt git suivant: http://git.centreon.com/centreon-plugins.git +La dernière version est disponible sur le dépôt git suivant: https://github.com/centreon/centreon-plugins.git ************ Installation @@ -19,7 +19,7 @@ Télécharger la dernière version de "centreon-plugins" depuis le dépôt : :: # aptitude install git - # git clone http://git.centreon.com/centreon-plugins.git + # git clone https://github.com/centreon/centreon-plugins.git Pour superviser les systèmes SNMP, vous devez installer les paquets suivants : :: @@ -41,7 +41,7 @@ Télécharger la dernière version de "centreon-plugins" depuis le dépôt : :: # yum install git - # git clone http://git.centreon.com/centreon-plugins.git + # git clone https://github.com/centreon/centreon-plugins.git Pour superviser les systèmes SNMP, vous devez installer les paquets suivants : :: @@ -488,7 +488,7 @@ Divers J'utilise une options mais il semblerait qu'elle ne fonctionne pas ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Avant d'ouvrir un ticket sur la forge, utilisez l'option ``--sanity-options``. Cela vérifie si vous avez mal orthographié une option : +Avant d'ouvrir un ticket sur github, utilisez l'option ``--sanity-options``. Cela vérifie si vous avez mal orthographié une option : :: $ perl centreon_plugins.pl --plugin=os::linux::snmp::plugin --mode=traffic --hostname=127.0.0.1 --snmp-version=2c --snmp-community=public --interface='.*' --name --regex --verbose --skip --skip-speed0 --sanity-options