mirror of
https://github.com/MaxenceG2M/prometheus-immich-exporter.git
synced 2025-12-08 14:53:23 +00:00
- version up
This commit is contained in:
@@ -14,7 +14,7 @@ RUN pip3 install --break-system-packages .
|
|||||||
|
|
||||||
ENV IMMICH_API_TOKEN="yourimmichtokenhere"
|
ENV IMMICH_API_TOKEN="yourimmichtokenhere"
|
||||||
ENV IMMICH_HOST="host/ip"
|
ENV IMMICH_HOST="host/ip"
|
||||||
ENV IMMICH_PORT="8080"
|
ENV IMMICH_PORT="2283"
|
||||||
#has to be EXPORT_PORT 8000 or else it does not work, same applies to the env file
|
#has to be EXPORT_PORT 8000 or else it does not work, same applies to the env file
|
||||||
ENV EXPORTER_PORT="8000"
|
ENV EXPORTER_PORT="8000"
|
||||||
ENV EXPORTER_LOG_LEVEL="INFO"
|
ENV EXPORTER_LOG_LEVEL="INFO"
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
(You may use 1.1.0 if you are not interested in tracking CPU load.)
|
(You may use 1.1.0 if you are not interested in tracking CPU load.)
|
||||||
|
|
||||||
To import the dashboard into your grafana, download the [dashboard.json](./dashboard-immich_1_2_0.json) file and import it into your server. Select your prometheus instance and that should be all.
|
To import the dashboard into your grafana, download the [dashboard.json](./dashboard-immich_1_2_X.json) file and import it into your server. Select your prometheus instance and that should be all.
|
||||||
|
|
||||||
The graphs can be customized in their relative time. Mind that it takes time to populate them if you set relative time to monthly or yearly
|
The graphs can be customized in their relative time. Mind that it takes time to populate them if you set relative time to monthly or yearly
|
||||||
|
|
||||||
|
|||||||
@@ -2188,7 +2188,7 @@
|
|||||||
"timepicker": {},
|
"timepicker": {},
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"title": "immich",
|
"title": "immich",
|
||||||
"uid": "ZWWp3aa4k",
|
"uid": "ZWWp3aa4kold",
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"weekStart": ""
|
"weekStart": ""
|
||||||
}
|
}
|
||||||
2
setup.py
2
setup.py
@@ -3,7 +3,7 @@ from setuptools import setup
|
|||||||
with open("README.md", "r") as fh:
|
with open("README.md", "r") as fh:
|
||||||
long_description = fh.read()
|
long_description = fh.read()
|
||||||
|
|
||||||
version = '1.2.0'
|
version = '1.2.1'
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='prometheus-immich-exporter',
|
name='prometheus-immich-exporter',
|
||||||
|
|||||||
Reference in New Issue
Block a user