Skip to content

OnePlay-Internet/Libmon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System Monitoring Scripts

Modified for Monitoring End to End KVM + Libvirt Machines

Prerequisites

Make sure you have the following installed on your system:

Usage

  1. 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"
  2. Run the script:

    python main.py

About

Better Monitoring for KVM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%