mirror of https://github.com/Icinga/icinga2.git
Merge pull request #5393 from muhazzz/patch-1
Fix typo in the documentation
This commit is contained in:
commit
695f6f90d7
|
@ -115,7 +115,7 @@ exist.
|
|||
|
||||
Common best practices when creating a new plugin are for example:
|
||||
|
||||
* Choose the pragramming language wisely
|
||||
* Choose the programming language wisely
|
||||
* Scripting languages (Bash, Python, Perl, Ruby, PHP, etc.) are easier to write and setup but their check execution might take longer (invoking the script interpreter as overhead, etc.).
|
||||
* Plugins written in C/C++, Go, etc. improve check execution time but may generate an overhead with installation and packaging.
|
||||
* Use a modern VCS such as Git for developing the plugin (e.g. share your plugin on GitHub).
|
||||
|
|
Loading…
Reference in New Issue