Advanced Search
Search Results
2223 total results found
Compatibility matrix
Versión de opensearch probada 2.11.0 Tested elastic version 6.4.3 8.10.3 OS systems where tested CentOS 7 Rocky 8 Ubuntu 22.04 Systems where it should work Any Linux operating system with a Pandora FMS...
Pre requisites
In order to run this utility you need to : Connectivity to the elastic search environment. Connectivity to the opensearch environment. To have opensearch authentication credentials (in case you have basic authentication configured).
Previous configuration
Check that you have access to Elasticsearch.From the machine where the migrator will run, run a test with curl to verify connectivity. curl http://<hostname_or_ip>:9200 Perform the same check, but this time to the opensearch environment, it can be done wit...
Parameters and configuration
Parameters -s SOURCE_URL, --source_url SOURCE_URL URL of elastic source environment to be migrated -d DESTINATION_URL, --destination_url DESTINATION_URL URL of the opensearch target environment -P INDEX_PATTERN, --index_pattern INDEX_PATTERN...
Manual execution
Migration execution: ./elastic_to_opensearch -s 192.168.80.44:9200 -d 192.168.50.92:9200 -a \ -u admin -p admin Migration execution filtering by a single index. ./elastic_to_opensearch -s 192.168.80.44:9200 -d 192.168.50.92:9200 -a \ -u admin -p admin -f ...
Recommendations
To perform a migration it is important to take into account the size of the environments to be migrated and the amount of indexes and documents we have stored. Migration is a demanding process that transfers a lot of data at high speed. In general we indicate...
Introducción
Este plugin tiene como finalidad ejecutar comandos ssh en switches para devolver información que puede ser consultada en PandoraFMS, como puede ser la configuración de este o su version de firmware. El plugin se conecta al switch, ejecuta el comando configura...
Matriz de compatibilidad
Sistemas donde se ha probado Rocky linux, Fedora 34 Sistemas donde funciona Cualquier sistema linux
Pre requisitos
Conectividad desde PandoraFMS hacía el switch objetivo
Parámetros
"address" Host o ip del switch al que se quiere conectar. "username" Usuario "password" Contraseña. En caso de necesitar enable password, especificar separando el password y enable con "/" : password/enable.Ejemplo : P4nd0r4/S3uK! "comm...
Ejecución manual
El formato de ejecución del plugin es el siguiente : ./ssh_inventory < host > < user > < password > < comando > < comando paginación > < aplicar filtro : 1 o 0 > En caso de necesitar enable password : ./ssh_inventory < host > < user > < password / enable p...
Configuración en PandoraFMS
Para configurar el plugin en PandoraFMS, se deben seguir los siguientes pasos : 1. subir el plugin a PandoraFMS, por ejemplo en la siguiente ruta: /etc/pandora/plugin 2. Ir al menú de módulos de inventario y crear uno nuevo. 3. Crear un nuevo módulo de i...
Introduction
The purpose of this plugin is to execute ssh commands in switches to return information that can be consulted in PandoraFMS, such as its configuration or its firmware version. The plugin connects to the switch, executes the command configured by the user and ...
Compatibility matrix
Systems where tested Rocky linux, Fedora 34 Systems where it works Any linux system
Pre requisites
Connectivity from PandoraFMS to the target switch
Parameters
"address" Host or ip of the switch to which you want to connect. "username" User "password" Password. In case you need to enable password, specify separating password and enable with "/" : password/enable. Example : P4nd0r4/S3uK! "...
Manual execution
The plugin execution format is as follows : ./ssh_inventory < host > < user > < password > < command > < command paging > < apply filter : 1 or 0 > In case you need enable password : ./ssh_inventory < host > < user > < password / enable password > < command...
Configuration in PandoraFMS
Para configurar el plugin en PandoraFMS, se deben seguir los siguientes pasos : 1. Upload the plugin to PandoraFMS, for example in the following path: /etc/pandora/plugin 2. Go to the inventory modules menu and create a new one. 3. Create a new inventory...
Introducción
Este plugin tiene como finalidad poder manejar el sistema de tickets de GLPI en PandoraFMS, mediante alertas que crearan llamadas, para la creación de tickets y el seguimiento de estos. El plugin realiza todas estas acciones mediante la API REST de glpi.
Matriz de compatibilidad
Sistemas donde se ha probado Rocky linux, Fedora 34 Sistemas donde funciona Cualquier sistema linux