From df36ea608a88244895745fbe17c5a55d21f4d697 Mon Sep 17 00:00:00 2001 From: Enrique Martin Date: Fri, 28 Jul 2023 11:22:02 +0200 Subject: [PATCH] Updated README --- pandora_server/extras/pandoraPlugintools/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pandora_server/extras/pandoraPlugintools/README.md b/pandora_server/extras/pandoraPlugintools/README.md index 22bca247ca..df7503d021 100644 --- a/pandora_server/extras/pandoraPlugintools/README.md +++ b/pandora_server/extras/pandoraPlugintools/README.md @@ -7,7 +7,7 @@ pandoraPluginTools is a library that aims to help the creation of scripts and th The package includes the following modules. Each one has different functions that facilitate and automate the data integration in Pandora FMS: **general** -Module containing general purpose functions, useful in the creation of plugins for PandoraFMS +Module containing general purpose functions, useful in the creation of plugins for PandoraFMS. **threads** Module containing threading purpose functions, useful to run parallel functions. @@ -19,13 +19,13 @@ Module that contains functions oriented to the creation of Pandora FMS agents Module that contains functions oriented to the creation of Pandora FMS modules. **transfer** -Module containing functions oriented to file transfer and data sending to Pandora FMS server +Module containing functions oriented to file transfer and data sending to Pandora FMS server. **discovery** -Module containing functions oriented to the creation of Pandora FMS discovery plugins +Module containing functions oriented to the creation of Pandora FMS discovery plugins. **http** -Module containing functions oriented to HTTP API calls +Module containing functions oriented to HTTP API calls. ## Example