jsclayton / prometheus-plex-exporter

Export metrics from your Plex Media Server
GNU Affero General Public License v3.0
117 stars 13 forks source link

404 page not found #5

Closed samcro1967 closed 1 year ago

samcro1967 commented 1 year ago

I have the container running and the container logs show it is successfully connected to Plex. When I go to the URL I get "404 page not found". Any ideas?

Docker Compose

  prom-plex-exporter:
    hostname: prom-plex-exporter
    image: ghcr.io/jsclayton/prometheus-plex-exporter
    container_name: prom-plex-exporter
    restart: always
    environment:
      - PLEX_SERVER=http://192.168.1.104:32400
      - PLEX_TOKEN=${PLEX_TOKEN}
    ports:
      - 9004:9000
samcro1967 commented 1 year ago

Finally realized endpoint is at /metrics.