Advanced Search
Search Results
2223 total results found
Ejecución manual
El formato de ejecución del plugin es el siguiente : ./dynamic_snmp.pl -agent <agent name> -h <host> -v <version> -c <comunidad> [-u username] [-a MD5] [-A auth_password] [-x DES] [-X priv_password] [-l authPriv] -o < base oid> -names <instance> -branches < b...
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: /usr/share/pandora_server/util/plugin 2. Dirigirse al apartado plugins y crear uno nuevo: 3. Se le añad...
Agentes y módulos generados por el plugin
El plugin creará los módulos en el agente seleccionado con el parámetro -agent, o en su defecto creará uno nuevo.
Introduction
Ver. 15-02-2024 The purpose of this plugin is to perform dynamic SNMP scans. Tipo: Plug-in server
Compatibility matrix
Systems where tested Rocky linux, Fedora 34 Sistemas donde funciona Cualquier sistema linux
Pre requisites
Connectivity to the host and the community to be scanned.
Parameters
-c Comunity -v Snmp version -h IP to which the plugin will point -p Port -o base oid -d data type -u Used to specify the name of the user or principal that is performing the SNMP operation ...
Manual execution
El formato de ejecución del plugin es el siguiente : ./dynamic_snmp.pl -agent <agent name> -h <host> -v <version> -c <comunidad> [-u username] [-a MD5] [-A auth_password] [-x DES] [-X priv_password] [-l authPriv] -o < base oid> -names <instance> -branches < b...
Configuration in PandoraFMS
To configure the plugin in PandoraFMS, the following steps must be followed : 1. Upload the plugin to PandoraFMS, for example in the following path: /usr/share/pandora_server/util/plugin 2. Go to the plugins section and create a new one: 3.Name, d...
Agents and modules generated by the plugin
The plugin will create the modules in the selected agent with the -agent parameter, or otherwise it will create a new one.
5. Discovery によるネットワークおよび Windows 機器の検出と監視
次に、ネットワーク (SNMP) と Windows (WMI) の両方のデバイスをリモート監視するために使用される 2 つのプロトコルである SNMP と WMI を構成する、より複雑な検出タスクを見てみましょう。 構成プロセスは前のプロセスと似ていますが、検出タスク構成オプションにアクセスして下部を確認します。 SNMP と WMI による監視を有効にするには、対応するトークンをアクティブ化し、各プロトコルに必要なデータを提供するだけです。 SNMP には、アクセス パスワードのような「コミュ...
6. SNMPインターフェイスウィザードを使用したネットワークデバイスの監視
このタイプの監視を実行するには、リモート デバイスで SNMP が設定されていることが不可欠です。 これは通常、アクティブ化する必要があり、データのクエリを可能にする最小限の構成が必要です。 SNMP デバイスを使用すると、クエリを実行できる IP と、あらゆる目的でパスワードのような「コミュニティ」を設定できます。 ほとんどのネットワーク デバイス (ルーター、スイッチ) には、デフォルトでコミュニティ「パブリック」が設定されています。 まず、ネットワーク トラフィックの取得元となるエージェントを見つけま...
7. ネットワーク機器の遠隔監視
ネットワークモジュールを介した監視。 TCPサービス この場合、マシン上で SMTP (メール) サービスがアクティブであることを確認する監視が追加されます。 これは非常に複雑なチェック (ユーザーとパスワードの資格情報が送信されること、電子メールが送信されることなどをシミュレートする) になる可能性がありますが、ポートが開いていて応答していることを確認するだけで簡素化されます。 これを行うには、前の章と同じ手順を繰り返しますが、今回は「ネットワーク モジュール」を選択します。 次に、ドロップダウンコント...
Introduction
The pandora_collectd plugin is responsible for integrating the collectd collection with the Pandora FMS server and agents. We are faced with a Server and Software Agent plugin.
Compatibility matrix
Systems where it has been tested CentOS 7, Rocky Linux 8 and Ubuntu 22.04 Systems where it works Any x86_64 Linux system This plugin is not compatible with ARM systems
Pre-requisites
Have Collectd installed and configured. On newer Linux operating systems (such as Rocky Linux 8 or Ubuntu 22.04) it is necessary to install the collectd-utils dependency. This dependency is not necessary, for example, on CentOS 7. Execution permissions of ...
Parameters
-h, --help Help information on the plugin arguments. -c, --collectdctl Path of collectdctl. -r, --add_regexp Regular expression (regexp) to add metrics (by default .*). -R, --ignore_regexp Regular expression (regexp) to remove metrics ...
8. ウェブ監視
この最後の例では、基本的な HTTP および HTTPS 監視を実行するために使用される Pandora FMS Web サーバー コンポーネントを使用します。 この要素により、低レベルの呼び出しを使用して、単純な Web チェック、または (いくつかの場合) より複雑な Web チェックを実行できるようになります。 ページがまだ生きていることを確認し、一連の手順 (フォームへの記入など) を実行できること、および/またはページに特定の単語が含まれていることを確認すると便利です。 動作の確認に加えて、それにかかる合...
Ejecución manual
Default execution ./pandora_collectd Execution with regular expressions ./pandora_collectd -r ".*cpu.*" -R ".*memory.*" Execution with agent name, description and address of Tentacle ./pandora_collectd -a Monitores_Servidor -d "Monitores del Servior Web" ...
PandoraFMS configuration
This plugin can be configured as a server plugin or as an agent plugin. Server Plugin 1. We can upload the plugin to our server in the default path: /usr/share/pandora_server/util/plugin 2.Go to the plugins section and add a new one: 3. Add the name,...