Kurounin
Kurounin
I've fixed and updated the prometheus dashboard. I published a new version of it here https://grafana.com/grafana/dashboards/15840
You're not doing anything wrong. The backend service that listens to port 7750 takes around 2 minutes after the start of the container to begin responding to requests.
Maybe instead of changing the system /bin/sh to use /bin/bash the pre/post scripts could be changed to used directly ` #! /bin/bash` instead of ` #! /bin/sh`
The data array should be associative, as the keys are what are used for option values. In your case you should send the 'data' as array( 'New' => 'New', 'As...
I restarted Shoko server as admin and restarted Plex, but I get the same error.
http://127.0.0.1:8111/api/Plex returns 404. I tried different combinations: - http://127.0.0.1:8111/api/GetFilters/Default - http://127.0.0.1:8111/api/JMMServerPlex/GetFilters/Default - http://127.0.0.1:8111/api/Plex/JMMServerPlex/GetFilters/Default - http://127.0.0.1:8111/api/Plex/GetFilters/Default - http://127.0.0.1:8111/api/Plex/GetFilters - http://127.0.0.1:8111/api/Plex/JMMServerPlex/GetFilters - http://127.0.0.1:8111/api/Plex/JMMServerPlex but all seem to return 404