Updated README

This commit is contained in:
Enrique Martin 2023-07-28 11:22:02 +02:00
parent f1938cdb76
commit df36ea608a
1 changed files with 4 additions and 4 deletions

View File

@ -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