Advanced Search
Search Results
2223 total results found
Agentes y módulos generados por el plugin
La ejecución del plugin con la monitorización de todos los tipos de dispositivo habilidades creara los siguientes agentes: Un agente por cada dispositivo de tipo appliance que exista en la red que coincida con el id introducido por parámetro, se creará en l...
2. 基本アーキテクチャ
Pandora FMSサーバー サーバは、一般に Pandora Server と呼ばれる単一のアプリケーションに統合されます。これは、Pandora FMS のさまざまなインスタンスまたは特殊なサーバを同時に実行するマルチスレッド アプリケーションです。 これらは、既存のチェックの実行を担当する要素であり、得られた結果に基づいてステータスを検証および変更します。 また、データのステータスを制御するために確立されたアラートをトリガーする責任もあります。 Pandora FMS は、各サーバのステータス、負荷レベ...
Introducción
El plugin pandora_collectd se encarga de integrar la recolección de collectd con el servidor y los agentes de Pandora FMS.Nos encontramos ante un plugin de Servidor y Agente Software.
Introduction
Ver. 15-02-2023 Plugin with which you can filter mails and the number of mails that match the filters used. Type: Server plug-in.
Compatibility matrix
Systems where tested exchange 2016, exchange online Systems where it should work Any version of exchange
Pre requisites
Pandora FMS Data Server enabled Pandora FMS Plugin Server enabled. OAuth authentication for exchange online Steps to enable OAuth in online exchange: Application Registration in Azure AD: Log in to the Azure Application Portal. Navigate to Azur...
Parameters
--server Server name --smpt_address Mailing Address --user Exchange user --client_id Client id --tenant_id Tenant id --secret secret --password User password --smtp_address User account from which emails will be...
Manual execution
The plugin creates an agent with two modules for each execution, one with the number of emails that match the filtering and another with the list of these emails. The filtering parameters are as follows: --subject --sender --date_start --date_end You can ...
Configuration in PandoraFMS
Manual installation Go to servers > plugins: Click on add: We put the name and description of your choice: We enter as command the execution with the path of the plugin: </path_exchange_mail> Remember that the recommended path for the use of the ...
Modules generated by the plugin
The plugin will create an agent with a module called "Coincidences_count" with the number of coincidences and if the ```--mail_list`` parameter is used it will also create a module with a list of coincidences.
Matriz de compatibilidad
Sistemas donde se ha probado CentOS 7, Rocky Linux 8 y Ubuntu 22.04 Sistemas donde funciona Cualquier sistema Linux x86_64 Este plugin no es compatible con sistemas ARM
Pre requisitos
Tener instalado y configurado Collectd. En los sistemas operativos Linux más recientes (como Rocky Linux 8 o Ubuntu 22.04) es necesario instalar la dependencia collectd-utils. Esta dependencia no es necesaria, por ejemplo, en CentOS 7. Permisos de ejecució...
Parámetros
-h, --help Información de ayuda de los argumentos del plugin. -c, --collectdctl Ruta de collectdctl. -r, --add_regexp Expresión regular (regexp) para añadir métricas (por defecto .*). -R, --ignore_regexp Expresión regular (regexp) para...
Ejecución manual
Ejecución por defecto ./pandora_collectd Ejecución con expresiones regulares ./pandora_collectd -r ".*cpu.*" -R ".*memory.*" Ejecución con nombre de agente, descripción y dirección de Tentacle ./pandora_collectd -a Monitores_Servidor -d "Monitores del Ser...
Configuración en PandoraFMS
Este plugin podemos configurarlo tanto como plugin de servidor como plugin de agente. Plugin de Servidor 1. Podemos subir el plugin a nuestro servidor en la ruta por defecto: /usr/share/pandora_server/util/plugin 2. Nos dirigimos al apartado de plugins y a...
Agente y módulos generados por el plugin
La ejecución del plugin (en agente o servidor) dará como resultado la creación de un Agente de Pandora FMS, con los módulos correspondientes a la recolección de monitores de collectd:
Introducción
Ver. 15-02-2024 Este plugin tiene como finalidad hacer escaneos dinámicos SNMP. Tipo: Plug-in server
Matriz de compatibilidad
Sistemas donde se ha probado Rocky linux, Fedora 34 Sistemas donde funciona Cualquier sistema linux
Pre requisitos
Conectividad hacia el host y la comunidad que se pretende escanear.
Parámetros
-c Comunidad -v Versión de snmp -h IP hacía la que apuntará el plugin -p Port -o OID base -d Tipo de datos -u Se utiliza para especificar el nombre de usuario o entidad de seguridad que est...