+ add shields to readme
This commit is contained in:
parent
f13025c6a7
commit
68f0b30b2c
20
README.md
20
README.md
|
@ -1,8 +1,13 @@
|
|||
# centreon-plugins
|
||||
|
||||
[![License](https://img.shields.io/badge/License-APACHE2-brightgreen.svg)](https://github.com/centreon/centreon-plugins/blob/master/LICENSE.txt)
|
||||
[![GitHub stars](https://img.shields.io/github/stars/centreon/centreon-plugins.svg)](https://github.com/centreon/centreon-plugins/stargazers)
|
||||
[![GitHub forks](https://img.shields.io/github/forks/centreon/centreon-plugins.svg)](https://github.com/centreon/centreon-plugins/network)
|
||||
|
||||
<!-- SHIELDS -->
|
||||
[![Contributors][contributors-shield]][contributors-url]
|
||||
[![Stars][stars-shield]][stars-url]
|
||||
[![Forks][forks-shield]][forks-url]
|
||||
[![Issues][issues-shield]][issues-url]
|
||||
|
||||
|
||||
“centreon-plugins” is a free and open source project to monitor systems. The project can be used with Centreon and all monitoring softwares compatible with Nagios plugins.
|
||||
|
||||
|
@ -75,3 +80,14 @@ I can set threshold with options ``--warning`` and ``--critical``:
|
|||
OK: Load average: 0.00, 0.00, 0.00 | 'load1'=0.00;0:1;0:2;0; 'load5'=0.00;0:2;0:3;0; 'load15'=0.00;0:3;0:4;0;
|
||||
|
||||
For more information or help, please read 'doc/en/user/guide.rst'.
|
||||
|
||||
<!-- URL AND IMAGES FOR SHIELDS -->
|
||||
[contributors-shield]: https://img.shields.io/github/contributors/centreon/centreon-plugins?color=%2384BD00&label=CONTRIBUTORS&style=for-the-badge
|
||||
[stars-shield]: https://img.shields.io/github/stars/centreon/centreon-plugins?color=%23433b02a&label=STARS&style=for-the-badge
|
||||
[forks-shield]: https://img.shields.io/github/forks/centreon/centreon-plugins?color=%23009fdf&label=FORKS&style=for-the-badge
|
||||
[issues-shield]: https://img.shields.io/github/issues/centreon/centreon-plugins?color=%230072ce&label=ISSUES&style=for-the-badge
|
||||
|
||||
[contributors-url]: https://github.com/centreon/centreon-plugins/graphs/contributors
|
||||
[forks-url]: https://github.com/centreon/centreon-plugins/network/members
|
||||
[stars-url]: https://github.com/centreon/centreon-plugins/stargazers
|
||||
[issues-url]: https://github.com/centreon/centreon-plugins/issues
|
||||
|
|
Loading…
Reference in New Issue