Jump to content

Recommended Posts

Posted
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.

  • Like 1
Posted

@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.

  • Thanks 1
Posted

@cochize1There is a new update.

You can again use latest docker tag.... bagul/goemby_exporter:latest

@BagulThank you for the fix 👍😁

 

  • Thanks 1
Posted
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.

  • Thanks 1
Posted
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

  • 1 month later...
Posted

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

Posted

No you should be able to point your prometheus config to pull the exporter data on a different pc / server.

Posted
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

 

image.thumb.png.05e122c7213c8f8044912fd22c348832.png

Posted

Is that on a different pc, if it is then you cant use docker ip range.

Use server/host ip

Posted

This is from a different host where I pull iGPU stats.

image.thumb.png.28271069624b02f55331b7a95c097084.png

Posted
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']
 

Posted

Try with host ip

Posted

What's the output in your exporter logs ?

Posted

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
 

 

Posted
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

 

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...