need help setting up unifiedmetrics plugin

hey can anyone help me setting up unifiedmetrics? i need some help and dont fully understand the wiki. heres what i have done so far:

prometheus.yml
mode: "HTTP"
http:
  host: "0.0.0.0"
  port: 20040
  authentication:
    scheme: "NONE"
    username: "username"
    password: "password"
pushGateway:
  job: "unifiedmetrics"
  url: "http://pushgateway:9091"
  authentication:
    scheme: "NONE"
    username: "username"
    password: "password"
  interval: 10

  • only changed the port, left the rest to default (and added the port to my server so i can access the site)
  • raw site seen on pic 1 (ip:port)
used a template from https://grafana.com/grafana/dashboards/14756-unifiedmetrics-0-3-x-prometheus/ and imported it as a new dashboard (pic 2 and 3)

now i cant figure out what to do next nor where i find any api keys and so on.
image.png
image.png
image.png
Was this page helpful?