A
Admincraft7mo ago
Tizo

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
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.
No description
No description
No description
2 Replies
Admincraft Meta
Admincraft Meta7mo ago
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close !close !solved !answered
Requested by tizooo#0
Tizo
TizoOP7mo ago
now i somehow need to get the data from pic 1 into the grafana dashboard but i have no clue how

Did you find this page helpful?