Modified for Monitoring End to End KVM + Libvirt Machines
Make sure you have the following installed on your system:
- Python 3.x
- InfluxDB
- InfluxDB Python Client
-
Set up your InfluxDB configuration by creating a
.env
file with the following variables:INFLUX_URL="https://your-influxdb-url:8086" INFLUX_TOKEN="your-influxdb-token" INFLUX_ORG="your-influxdb-organization" INFLUX_BUCKET="your-influxdb-bucket"
-
Run the script:
python main.py