Skip to content

ChappIO/youless-prometheus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouLess LS120 Prometheus Bridge

This project exposes LS120 metrics in the prometheus text format, so it can be imported by influxdb 2.0 or prometheus.

Usage

For these commands I am assuming that your YouLess LS120 has the following address: http://192.168.1.12

Docker CLI:

docker run --publish 80:80 chappio/youless-prometheus http://192.168.1.12

Docker Compose:

version: '3.6'

services:
  youless:
    image: chappio/youless-prometheus
    ports:
      - 80:80
    command: http://192.168.1.12

Now the bridge is listening to all HTTP requests on http://localhost. You can now point InfluxDB 2.0 or Prometheus at this bridge.

Assuming your bridge IP is 192.168.1.10: InfluxDB 2.0 Screenshot

About

Expose metrics from your YouLess LS120 in the prometheus format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors