Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

๐Ÿ”Œ A tiny tool to export statistics of DTV applications (mirakc, EPGStation)

License

Notifications You must be signed in to change notification settings

SlashNephy/dtv-influx-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

14 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

dtv-influx-exporter

A tiny tool to export statistics of DTV applications (Mirakurun, EPGStation).

Supports InfluxDB 2.x.

docker-compose.yml

version: '3.8'

services:
  mirakurun:
    # ...
  epgstation:
    # ...

  influxdb:
    container_name: InfluxDB
    image: influxdb:2.3
    restart: always
    volumes:
      - influxdb:/var/lib/influxdb

  dtv-influx-exporter:
    container_name: dtv-influx-exporter
    image: ghcr.io/slashnephy/dtv-influx-exporter:master
    restart: always
    environment:
      # ใƒกใƒˆใƒชใƒƒใ‚ฏใฎๅ–ๅพ—้–“้š” (็ง’)
      INTERVAL: 10
      # Mirakurun ใ‚ขใƒ‰ใƒฌใ‚น
      MIRAKURUN_ADDR: http://mirakurun:40772
      # EPGStation ใ‚ขใƒ‰ใƒฌใ‚น
      EPGSTATION_ADDR: http://epgstation:8888
      INFLUX_ADDR: http://influxdb:8086
      INFLUX_BUCKET: xxx
      INFLUX_ORG: org
      INFLUX_TOKEN: xxx

volumes:
  influxdb:
    local: driver

About

๐Ÿ”Œ A tiny tool to export statistics of DTV applications (mirakc, EPGStation)

Topics

Resources

License

Stars

Watchers

Forks