Bagul 184 Posted September 22, 2023 Author Posted September 22, 2023 1 hour ago, jaycedk said: @Bagul Great work on the new Dev build Emby Theater - Direct play Firefox - Transcode Bitrate at 0mbps, I'll check this problem 1
Neminem 1709 Posted December 20, 2023 Posted December 20, 2023 That depends on your setup of the exporter. The default port is 9210 Here is my prometheus setup snip - job_name: 'emby-exporter' scrape_interval: 15s static_configs: - targets: ["192.168.1.4:9210"]
cochize1 55 Posted December 20, 2023 Posted December 20, 2023 yeah, I just copied mine assuming it was default but I must have chenged it along the way. Either way, 8096 is Emby's default hence I figure that the port was the problem.
Neminem 1709 Posted December 20, 2023 Posted December 20, 2023 @beta666can you post your docker compose. Because port 8096 is the http port of Emby, not the exporter. If you use that port for both dockers, then you will end up with conflicts.
Neminem 1709 Posted December 20, 2023 Posted December 20, 2023 Ok I'm running Unraid, so can't help you sorry.
Bagul 184 Posted December 20, 2023 Author Posted December 20, 2023 Hello, I have to admit that I don't really have any information. Could you share (hiding private information) your configuration file for the exporter.
Bagul 184 Posted December 20, 2023 Author Posted December 20, 2023 (edited) 1 hour ago, beta666 said: Even with an IP address it doesn't work strangely What have you installed to obtain these metrics? Why does it point to port 8096? I have the impression that you are using an exporter that has nothing to do with this thread. But maybe I'm wrong Edited December 20, 2023 by Bagul
Bagul 184 Posted December 20, 2023 Author Posted December 20, 2023 Here are the metrics you should have with the tool proposed on this thread. I know there was a plugin for Emby to export metrics. If I have the time, I'd like to transpose my project into an Emby plugin, but for the moment I don't have one. 1
Neminem 1709 Posted December 20, 2023 Posted December 20, 2023 Uhhhh where did you find that plugin ? This thread is not a plugin its a seppret docker that pulls metrics from emby. And passes it on to Prometheus, so we can use that in Grafana.
Neminem 1709 Posted December 20, 2023 Posted December 20, 2023 If you found it here then support questions should be directed there.
Bagul 184 Posted December 20, 2023 Author Posted December 20, 2023 1 minute ago, jaycedk said: If you found it here then support questions should be directed there. That's right, I was going to send the link, but you were quicker than me ahah. I think the best thing to do is to open a new thread to describe your problem. This thread unfortunately has nothing to do with this plugin. But I'll be happy to help you, just send me the link by mp to the thread you've opened.
Bagul 184 Posted December 20, 2023 Author Posted December 20, 2023 And since we're talking about the plugin, the exporter's next step is to transpose it into a plugin for greater simplicity. If anyone knows how to make an Emby plugin, I'd be happy to learn.
Bagul 184 Posted December 20, 2023 Author Posted December 20, 2023 (edited) 2 minutes ago, beta666 said: Emby.Metrics.dll 10.5 kB · 0 downloads I found it in the Emby forum, trying to connect it, unfortunately, it's not working The only thing I can offer you on this thread is to try my exporter: https://github.com/TOomaAh/emby_exporter_go You can download the executable (in the releases on the right) and read the readme on the same link. Edited December 20, 2023 by Bagul
Bagul 184 Posted December 20, 2023 Author Posted December 20, 2023 (edited) 26 minutes ago, beta666 said: Sorry, I'm a beginner in this matter. I downloaded it from Github. What's the next step? 1. Go to this link https://github.com/TOomaAh/emby_exporter_go/releases/tag/v1.0.8 2. Download the version that corresponds to your operating system (in your case, Windows: emby_exporter_go_1.0.8_windows_amd64.tar.gz if it's a 64-bit Windows). 3. There's a system for geolocating ip addresses. Either you disable it (I'll come back to this later) or you must: a. Go to this site: https://www.maxmind.com/en/home b. Create an account (it's a well-known, trusted site that doesn't send out newsletters) c. Download the GeoLite2 City database d. Unzip it e. Move the file with the .mmdb extension next to the executable. f. Rename the .mmdb file to "geoip.mmdb" 4. Next to the executable, create a "config.yml" file 5. Use this template and write it to the config.yml file (Indentation must be respected): server: url: "http://<ip|domain name>" port: 8096 token: "your token" userID: "your userID" options: # optional geoip: true # optional : default false 6. Replace the requested information with your own. (for the token it's in the token section in the emby parameters) for the userId: https://github.com/TOomaAh/emby_exporter_go?tab=readme-ov-file#how-to-get-your-userid Then open a cmd/powershell and run the executable from it Edited December 20, 2023 by Bagul 1
Bagul 184 Posted December 20, 2023 Author Posted December 20, 2023 10 minutes ago, beta666 said: Does it work?
Bagul 184 Posted December 20, 2023 Author Posted December 20, 2023 7 hours ago, jaycedk said: That depends on your setup of the exporter. The default port is 9210 Here is my prometheus setup snip - job_name: 'emby-exporter' scrape_interval: 15s static_configs: - targets: ["192.168.1.4:9210"] Like this 1
Turbofiero 5 Posted December 24, 2023 Posted December 24, 2023 Nice work, whats up with the dashboards provided in the OP and on github? the one from the OP has three wan address blocks and none of them actually contain the wan address? The one on github is even worse off
Bagul 184 Posted December 24, 2023 Author Posted December 24, 2023 6 hours ago, Turbofiero said: Nice work, whats up with the dashboards provided in the OP and on github? the one from the OP has three wan address blocks and none of them actually contain the wan address? The one on github is even worse off I haven't actually updated the dashboards after the many changes I've made. Perhaps @jaycedkcan provide you with his Dashboard?
Neminem 1709 Posted December 24, 2023 Posted December 24, 2023 Sorry mate, mine is highly customized, with a lot from my unraid server. So more than half of it will not work.
Neminem 1709 Posted December 24, 2023 Posted December 24, 2023 It also looks like he is using it with Emby server beta. Have that been tested ? Somethings might have changed.
Bagul 184 Posted December 24, 2023 Author Posted December 24, 2023 11 minutes ago, jaycedk said: It also looks like he is using it with Emby server beta. Have that been tested ? Somethings might have changed. Ah, yes. I'll test and update the Dashboard then. 1
Bagul 184 Posted December 24, 2023 Author Posted December 24, 2023 @Luke, has the /System/Info api changed? If I make a request on this api with a generated token, I no longer get information such as the WAN address. But if I retrieve a token from a browser query, I do get the information.
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