# Parameters
**Parámetro** | **Descripción** |
-d,--database | Database name (required) |
-u,--user | Name of the postgreSQL user(required) |
-p,-password | postgreSQL password (required) |
-i,--ip | server ip (required) |
--port | server port. Default 5432 (optional) |
--tentacle\_port | Tentacle port (default 41121)(optional) |
--tentacle\_address | Ip of the tentacle server to send the data (optional) |
--agent\_name | To name the agent that will contain the custom queries modules, by default: "PostgreSQL" (optional). |
--prefix\_module | To prefix the modules in case you want to differentiate them from other executions (optional). |
--conf | Path of the conf file with the queries (required) |
-g,--group | Pandora FMS target group (optional) |
--data\_dir | Pandora FMS data directory. By default it is /var/spool/pandora/data\_in/ (optional) |
--transfer\_mode | XML transfer method, the two possible options are: tentacle or local. |