Advanced Search
Search Results
2200 total results found
Introduction
Ver. 31-01-2022 With this plug-in we will be able to see list many data of our MAC and visualize them in the inventory. Type: Agent plug-in
Compatibility matrix
Tested on : macOS High Sierra macOS Mojave Agent version used 755
Pre requisites
It is required : - To have the Mac software agent installed. - Create the inventory modules manually (first time only).
Configuration in PandoraFMS
To make use of the plugin, you must download the pandora FMS software agent for MAC, this can be done from the official sourceforge repository. https://sourceforge.net/projects/pandora/files/Pandora%20FMS%207.0NG/755/macOS/ Once downloaded and installed...
Dates generated by the plugin
The data will be created in the inventory section of the MAC software agent.
Introduction
Ver. 04-02-2022 With this plug-in we will be able to see data from our Veeam Backup environment such as the last backup performed, jobs, etc. Type: Server or agent plug-in
Compatibility matrix
Systems where tested CentOS 7, Fedora Systems where it should work Cualquier sistema linux
Pre requisites
Required: Generate a token for the Veeam backup API.Python3 Requests library
Generate token
With veeam backup replication open with the chosen user, navigate to the following url: https://<hostname>:<port>/swagger/ui/index.html * Default port: 9419 On the Veeam Backup & Replication REST API 1.0 page, expand the Login section and click POST api/oau...
Parameters
Parameter Description -u, --user Usuario -p, --password Password -i,--ip ip of your veeam server -x, --prefix Prefix for the agents -a, --api_version Version for the API -g,--group Pandora FMS target group (optional) ...
Manual execution
We can run the plugin manually to display an xml with the data on the screen. python3 pandora_veeam.py -i <ip with port> -u <user> -p <password> --as_agent_plugin 1
Configuration in PandoraFMS
The best way to manage server plugins in Pandora is from "/usr/share/pandora_server/util/plugin" so we will send it to that path. Then we will move to the folder where we have put it ("/usr/share/pandora_server/util/plugin" is the recommended one"). Remember...
Modules generated by the plugin
The plugin will create 3 agents with several modules, the number of modules depends on your veeam environment as it will create one for each job created for example. Veeam_Backup_Replication-Services_and_configuration Veeam_Backup_Replication-Sessions_serv...
Introduction
Plugin that allows the standard execution of pre-recorded PDR and PWR sessions.
General parameters
Parameters Nombre Description -exe Directory to the binary of your automation utility or test tool.It is also possible to select the internal mode:** Windows only:PDR - complex desktop check tool.** windows & linux:PWR - complex web check tool (with Selen...
Session automation
Execution of PWR sessions Standard execution To launch pre-recorded PWR sessions, we will indicate that the working mode is PWR (with the -exe parameter), and the file containing the session guidelines. With the -script parameter which receives html(v2) and ...
Manual execution
If the plugin is executed via terminal, an xml will be displayed (if the agent parameter is not used, which is the one that must be used to use the plugin in server mode). If something fails in the transaction, an extra module named "Ux_Snapshot_<file transac...
Configuration in PandoraFMS
Example running the plugin as an agent plugin https://pandorafms.com/guides/public/link/816#bkmrk-para-usar-este-plugiTo use this plugin in agent mode, you should call the plugin with a command with the parameters that you are using, this can be done from the...
Introduction
Ver. 10-02-2022 With this plug-in we will be able to view data and monitor our openshift nodes and pods.Type: Server plug-in
Compatibility
Systems where tested CentOS 7, Fedora Systems where it should work Any linux system