+ Update git url in documentation
This commit is contained in:
parent
1b05da1a07
commit
6670eb438a
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue