From 74364aa8a54a7dab656c33a320e02ee09e8b4e66 Mon Sep 17 00:00:00 2001 From: Julien Mathis <jmathis@centreon.com> Date: Fri, 11 Mar 2016 17:34:58 +0100 Subject: [PATCH] Update Readme --- README | 62 ------------------------------------------------------- README.md | 48 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 62 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 9430b70d82..0000000000 --- a/README +++ /dev/null @@ -1,62 +0,0 @@ -# Centreon - IT and Application monitoring software # - -## Introduction ## - -Centreon is one of the most flexible and powerful monitoring softwares on the market; it is absolutely -free and Open Souce. - -This software requires an engine and a broker to be operational, refer to the documentation for more -information. - -### Authors ### - -#### Project leaders #### -* Julien Mathis -* Romain Le Merlus - -#### Dev team #### -* Lionel Assepo -* Maximilien Bersoult -* Remi Werquin -* Sylvestre Ho -* Kevin Duret -* Benoit Sauveton -* Toufik Mechouet -* Rabaa Ridene - -=============================================================================== - License -=============================================================================== -Centreon is brought to you under GPLv2. For more infomation regarding this -license, read the LICENSE file or visit the following URL: -* http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html - - -=============================================================================== - Installation -=============================================================================== -Please note that Centreon can be installed from the sources or from our RPM -packages. Either way, make sure to read our installation documentation: -* http://documentation.centreon.com/docs/centreon/en/latest/ - - -=============================================================================== - Official links -=============================================================================== -Below is a list of official links that may be useful to you: -* Official website: http://www.centreon.com -* Bug tracker: https://github.com/centreon/centreon/issues -* Forum: http://forum.centreon.com -* Documentation: http://documentation.centreon.com - - -=============================================================================== - Contact -=============================================================================== -You can contact us at the following e-mail address: -* contact@centreon.com - -You can also follow us on Twitter: -* https://twitter.com/Centreon - -Thank you for choosing Centreon. diff --git a/README.md b/README.md new file mode 100644 index 0000000000..f3d34b2186 --- /dev/null +++ b/README.md @@ -0,0 +1,48 @@ +# Centreon - IT and Application monitoring software # + +## Introduction ## + +Centreon is one of the most flexible and powerful monitoring softwares +on the market; it is absolutely free and Open Souce (released under GNU +General Public License version 2, see LICENSE file). + +This software requires [Centreon Engine](https://github.com/centreon/centreon-engine) +and [Centreon Broker](https://github.com/centreon/centreon-broker) to be +operational. + +**Quick links** +* the official [Centreon (company) website](https://www.centreon.com) +* the official [online documentation](https://documentation.centreon.com) +* our [bugtracker](https://github.com/centreon/centreon/issues) +* the [forum](http://forum.centreon.com) +* the [download center](https://download.centreon.com) + +## Download / Install ## + +The fastest way to install up-to-date software from Centreon is to use +our [Centreon Enterprise Server](https://www.centreon.com/en/products/centreon-enterprise-server/) +Linux distribution, which comes with our software already packaged. + +Latest source releases can be retrieved from [Centreon download center](https://download.centreon.com). +They can be installed by following the [online installation guide](https://documentation.centreon.com/docs/centreon/en/latest/installation/from_sources.html). + +## Bug report / Feature request ## + +Bug reports and feature requests are more than welcome. However if you +wish to open a new issue, please read [this page](project/issues.md) +first. + +## Authors ## + +### Project leaders ### +* Julien Mathis +* Romain Le Merlus + +### Dev team ### +* Lionel Assepo +* Maximilien Bersoult +* Kevin Duret +* Toufik Mechouet +* Rabaa Ridene +* Remi Werquin +* Quentin Garnier -- GitLab