mirror of
https://github.com/MaxenceG2M/prometheus-immich-exporter.git
synced 2025-12-09 07:03:25 +00:00
Fixed up metric value and documentation
This commit is contained in:
@@ -77,8 +77,8 @@ class QbittorrentMetricsCollector():
|
||||
|
||||
return [
|
||||
{
|
||||
"name": "up",
|
||||
"value": response is None,
|
||||
"name": "qbittorrent_up",
|
||||
"value": response is not None,
|
||||
"labels": {"version": version},
|
||||
"help": "Whether if server is alive or not",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user