# Configuration

 Python 3.

**CentOS o fedora**

```
yum install python3
```

**Debian**

```
apt-get install python3
```

PIP

**CentOS o fedora**

```
yum install python3-pip
```

**Debian**

```
apt install python3-pip
```

Influxdb library

```
pip3 install influxdb
```

The plugin will take the stats that can be viewed by executing the query: "show stats". :

[![image-1639070190355.png](https://pandorafms.com/guides/public/uploads/images/gallery/2021-12/scaled-1680-/image-1639070190355.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2021-12/image-1639070190355.png)

According to InfluxDB documentation:

[https://docs.influxdata.com/platform/monitoring/influxdata-platform/tools/show-stats/](https://docs.influxdata.com/platform/monitoring/influxdata-platform/tools/show-stats/)