# Websphere
# Introduction
Ver. 17-11-2021
This plugin takes data from every active instance in your websphere environment.
Type: Agent plug-in
# Compatibility matrix
**Systems where it has been tested** | CentOS 7, Fedora, AIX 7.2 , AIX 7.2
|
**Systems where it should work** | Any linux system
|
# Prerequisites
Required :
- A websphere environment
- Have instances (application servers) running
- Have the PluginTools.pm module in a directory called PandoraFms
- Have Pandora FMS Data Server enabled
- Have the Pandora FMS Plugin Server enabled
# Configuration
In the websphere environment, we must have the servers running, as this is what we are going to monitor.
**[](https://pandorafms.com/guides/public/uploads/images/gallery/2021-11/1.png)**
**Pandora\_websphere.conf to send the monitoring data to your pandora machine.**
```
wsadmin;
jython;
user;wasadmin
password;wasadmin
mode;
tentacle_ip;
tentacle_port;
```
Example :
[](https://pandorafms.com/guides/public/uploads/images/gallery/2021-11/2.png)
# Plugin general parameters
Once the conf has been edited with the data that corresponds to our environment (your wsadmin path, pandora ip, tentacle port, etc.) we will execute the plugin in this way.
The most recommended is to put pandora\_websphere.pl, pandora\_websphere.conf and listservers.py in the same folder.
```
perl pandora_websphere.pl pandora_websphere.conf
```
**\* Remember that in the conf you must put well the path of your wsadmin, and of the jython script.**
**Example:**
**[](https://pandorafms.com/guides/public/uploads/images/gallery/2021-11/3.png)**
# Modules generated by the plugin
Once the plugin is executed as specified in "General plugin parameters" and editing pandora\_websphere.conf as specified in "Configuration", an agent will be created for each websphere instance with the name of these and with the following modules:
Free memory |
Heapsize |
Id |
NĂºmero de aplicaciones |
OS |
Proceso |
Status |
Threadpool ActiveCount |
Threadpool Poolsize |
**Example:**
[](https://pandorafms.com/guides/public/uploads/images/gallery/2021-11/4.png)