Bagul 184 Posted January 11, 2025 Author Posted January 11, 2025 1 hour ago, Neminem said: @cochize1if you use this bagul/goemby_exporter:v1.0.11 You are back in business, but with out the fix to tv shows spill over. @BagulThanks for the update, the fix to https broke http and https. Ah, sorry, maybe I was more tired than I thought I've fixed the problem, I can't create a new release now, but I'll take care of it tomorrow. 1
Neminem 1709 Posted January 11, 2025 Posted January 11, 2025 @cochize1You really need to learn to use GitHub. When you have issues, with 3th party dev's. Its likely they don't monitor forum messageres. 1
Neminem 1709 Posted January 13, 2025 Posted January 13, 2025 @cochize1There is a new update. You can again use latest docker tag.... bagul/goemby_exporter:latest @BagulThank you for the fix 1
Bagul 184 Posted January 13, 2025 Author Posted January 13, 2025 10 minutes ago, Neminem said: @cochize1There is a new update. You can again use latest docker tag.... bagul/goemby_exporter:latest @BagulThank you for the fix Yes, I've deployed the fix. I'll look into updating the geolocation database. 1
cochize1 55 Posted January 13, 2025 Posted January 13, 2025 12 minutes ago, Bagul said: Yes, I've deployed the fix. I'll look into updating the geolocation database. Great, I'll be looking into this, thanks again
jleiss 0 Posted February 23, 2025 Posted February 23, 2025 I understand this is no longer mainted, but question about the capturing of data, is that only able be pulled from the local docker environment, or can it grab stuff from anywhere
Neminem 1709 Posted February 23, 2025 Posted February 23, 2025 No you should be able to point your prometheus config to pull the exporter data on a different pc / server.
jleiss 0 Posted February 23, 2025 Posted February 23, 2025 5 minutes ago, Neminem said: No you should be able to point your prometheus config to pull the exporter data on a different pc / server. it appears to be working but prometheus cannot pull the data. This is what I am seeing, where 172.17.0.2 is the exporter
Neminem 1709 Posted February 23, 2025 Posted February 23, 2025 Is that on a different pc, if it is then you cant use docker ip range. Use server/host ip
Neminem 1709 Posted February 23, 2025 Posted February 23, 2025 This is from a different host where I pull iGPU stats.
jleiss 0 Posted February 23, 2025 Posted February 23, 2025 1 minute ago, Neminem said: Is that on a different pc, if it is then you cant use docker ip range. Use server/host ip No exporter and prometheus are on the same host, only emby is in a different location. I am querying the docker IP this is my prometheus job - job_name: 'emby-exporter' scrape_interval: 15s static_configs: - targets: ['172.17.0.2:9210']
Neminem 1709 Posted February 23, 2025 Posted February 23, 2025 What's the output in your exporter logs ?
jleiss 0 Posted February 23, 2025 Posted February 23, 2025 I get target refused when using the machine IP exporter logs jleiss@bree:/opt/prometheus$ docker logs emby_exporter 10:46:36 | INFO | main.go:37 > Using America/Chicago 10:46:36 | INFO | app.go:56 > Beginning to serve on port 9210 10:46:36 | INFO | app.go:57 > You can see the metrics on http://localhost:9210/metrics 11:08:00 | INFO | main.go:37 > Using America/Chicago 11:08:00 | INFO | app.go:56 > Beginning to serve on port 9210 11:08:00 | INFO | app.go:57 > You can see the metrics on http://localhost:9210/metrics 11:15:02 | INFO | main.go:37 > Using America/Chicago 11:15:02 | INFO | app.go:56 > Beginning to serve on port 9210 11:15:02 | INFO | app.go:57 > You can see the metrics on http://localhost:9210/metrics
Neminem 1709 Posted February 23, 2025 Posted February 23, 2025 And when you click the link to http://localhost:9210/metrics What does it say there, does it get matrics ?
jleiss 0 Posted February 23, 2025 Posted February 23, 2025 Just now, Neminem said: And when you click the link to http://localhost:9210/metrics What does it say there, does it get matrics ? problem is the machine is not local to me, so that won't get me anywhere.. if I use the hostname instead of localhost I get a connectionr refused
Neminem 1709 Posted February 23, 2025 Posted February 23, 2025 Oh well, we tried. If its a remote host then I guess you need to use VPN site to site connection. But can't help you there.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now