Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

2200 total results found

Manual Execution

Plugin inventory Cisco configuration [I...

./get-config <ip> <user> <password> <enable pass> * si no se tiene configurado enable pass, introducir "" vacías en el último parámetro.

Configuration in PandoraFMS

Plugin inventory Cisco configuration [I...

To configure the plugin you must access the inventory modules menu in the configuration section. A new inventory plugin must be created, configured as follows.   In the box below you must add the path of the plugin. Once created, access the inventory m...

Introduction

Pandora Imap

Ver. 12-07-2022 Plug-in with which you can filter mails and the number of mails that match the filters used. Type: Server or agent plug-in

Compatibility matrix

Pandora Imap

Systems where tested Fedora Systems where it should work Any linux system 

Prerequisites

Pandora Imap

Pandora FMS Data Server enabled Pandora FMS Plugin Server enabled. Have python3 installed Install the following python libraries imap_tools pip install imap_tools python3  pip3 install imap_tools Cryptocode pip install cryptocode python3  pi...

Parameters

Pandora Imap

--server Example: outlook.office365.com --user User's e-mail address --password User password --list To list all mailboxes --mailbox To choose mailbox to filter on (Inbox by default) --subject To filter word or phrase in the subject. --from_...

Manual execution

Pandora Imap

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 the following: --subject --body --from_mail --date You can filt...

Configuration in PandoraFMS

Pandora Imap

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: python3 </path_pandora_imap> Remember that the recommended path for the use of...

Modules generated by the plugin

Pandora Imap

The plugin will create 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.   List module view

Introduction

Pandora Azure Event Hubs

Ver. 23-08-2022 Plugin to monitor an azure Event Hubs namespace. Type: Server plug-in

Compatibility matrix

Pandora Azure Event Hubs

Systems where tested CentOS 7, Fedora, rocky linux Systems where it should work Any linux system

Prerequisites

Pandora Azure Event Hubs

Pandora FMS Data Server enabled Have the Pandora FMS Plugin Server enabled. Know some credentials of your account, such as your tenant id, secret, client id and namespace resource id.

Previous configuration

Pandora Azure Event Hubs

The plugin makes use of a file in which two types of data can be entered. #credentials tenant_id:<tenant-id> client_id:<client-id> secret:<secret> #id resources eventhubspacename_id:<event_hub_namespace_resource_id> Obtaining credentials necessary for t...

Parameters

Pandora Azure Event Hubs

Parámetro Descripción --timespan In hours (optional), last time period, can be used in a custom run to display data from a time period (optional).  --metric Name of the metric for custom execution (optional). --granularity In minutesCombined with timesp...

Manual execution

Pandora Azure Event Hubs

Manual execution ./pandora_azureventhubs --conf <path-conf> --as_agent_plugin 1 Custom manual execution ./pandora_azureventhubs --conf <path-conf> --as_agent_plugin 1 --timespan <period in hours> --granularity <interval in minutes> --metric <name-metric...

Configuration in PandoraFMS

Pandora Azure Event Hubs

As server plugin Manual installation Go to servers > plugins: Click on add: We put in name and the description that is preferred. We put as command the execution with the path of the plugin: /path_pandora_azureventhubs Remember that the recommended ...

Modules generated by the plugin

Pandora Azure Event Hubs

The plugin will create an agent with the name we have set with the --agent_name parameter. And it will create the following modules: SuccessfulRequests ServerErrors UserErrors QuotaExceededErrors ThrottledRequests ...

Introduction

Pandora AzurePostgresql

Ver. 23-08-2022 Plugin with which to monitor an azure postgresql data server. Type: Server plug-in

Compatibility matrix

Pandora AzurePostgresql

Systems where tested CentOS 7, Fedora, rocky linux Systems where it should work Any linux system 

Pre requisites

Pandora AzurePostgresql

Pandora FMS Data Server enabled Have the Pandora FMS Plugin Server enabled. Know some of your account credentials, such as your tenant id, secret, client id and server resource id.