Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions doc/en/developer/plugins_global.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Table of contents

## 1. Overview

Centreon plugins are a free and open source way to monitor systems. The project
can be used with Centreon and all monitoring softwares compatible with Nagios
Centreon plugins are a free and open source way to monitor systems. The project
can be used with Centreon and all monitoring software compatible with Nagios
plugins. You can monitor many systems:

* **application**: Apache, Asterisk, Elasticsearch, Github, Jenkins, Kafka,
Expand Down Expand Up @@ -55,7 +55,7 @@ But to avoid reinventing the wheel, you should first take a look at the
“example” directory, you will get an overview of how to build your own plugin
and associated modes.

The lastest version is available on following git repository:
The latest version is available on following git repository:
https://github.com/centreon/centreon-plugins.git

[Table of contents](#table_of_contents)
Expand Down Expand Up @@ -376,10 +376,10 @@ One of the centreon libraries :
use base qw(**centreon_library**);
```
There are five kinds of centreon libraries access here :
* centreon::plugins::script_simple : Previously the general use case if no custom is needed, more explainations [here](tutorial-api.md) in this section.
* centreon::plugins::script_custom : Need custom directory - More explainations [here](tutorial-api.md) in this section.
* centreon::plugins::script_simple : Previously the general use case if no custom is needed, more explanations [here](tutorial-api.md) in this section.
* centreon::plugins::script_custom : Need custom directory - More explanations [here](tutorial-api.md) in this section.
* centreon::plugins::script_snmp : If SNMP protocol is needed for this plugin
* centreon::plugins::script_sql : If DB acess is needed for this plugin
* centreon::plugins::script_sql : If DB access is needed for this plugin
* centreon::plugins::script_wsman : Concern Windows specific protocols


Expand Down
4 changes: 2 additions & 2 deletions doc/en/user/guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ 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 project can be used with Centreon, Icinga and all monitoring software compatible with Nagios plugins.

The lastest version is available on following git repository: https://github.com/centreon/centreon-plugins.git
The latest version is available on following git repository: https://github.com/centreon/centreon-plugins.git

************
Installation
Expand Down