[Feature Request] Cleanuparr Service Widget #6635
Unanswered
Ykrej
asked this question in
Feature Requests
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Cleanuparr is a companion service to the *arr stack and has an api that exposes statistics. I would like to see a service widget added for Cleanuparr to display some stats from the api I mentioned.
I am not sure what stats would be worth showing.
Other
Example response from stats api.
{ "events": { "totalCount": 0, "byType": {}, "bySeverity": {}, "timeframeHours": 24 }, "strikes": { "totalCount": 0, "byType": {}, "itemsRemoved": 0, "timeframeHours": 24 }, "jobs": { "byType": { "CustomFormatScoreSyncer": { "totalRuns": 4, "completed": 4, "failed": 0, "lastRunAt": "1970-01-01T00:00:00.0000000Z", "nextRunAt": "1970-01-01T00:00:00Z" }, "QueueCleaner": { "totalRuns": 23, "completed": 23, "failed": 0, "lastRunAt": "1970-01-01T00:00:00.0000000Z", "nextRunAt": "1970-01-01T00:00:00Z" }, "Seeker": { "totalRuns": 6, "completed": 6, "failed": 0, "lastRunAt": "1970-01-01T00:00:00.0000000Z", "nextRunAt": "1970-01-01T00:00:00Z" }, "MalwareBlocker": { "totalRuns": 0, "completed": 0, "failed": 0, "lastRunAt": null, "nextRunAt": null }, "DownloadCleaner": { "totalRuns": 0, "completed": 0, "failed": 0, "lastRunAt": null, "nextRunAt": null }, "BlacklistSynchronizer": { "totalRuns": 0, "completed": 0, "failed": 0, "lastRunAt": null, "nextRunAt": null } }, "timeframeHours": 24 }, "health": { "downloadClients": [ { "id": "11111111-1111-1111-1111-111111111111", "name": "QBittorrent", "type": "qBittorrent", "isHealthy": true, "lastChecked": "1970-01-01T00:00:00.0000000Z", "responseTimeMs": 1004.6103, "errorMessage": null } ], "arrInstances": [ { "id": "22222222-2222-2222-2222-222222222222", "name": "Sonarr", "type": "Sonarr", "isHealthy": true, "lastChecked": "1970-01-01T00:00:00.0000000Z", "errorMessage": null }, { "id": "33333333-3333-3333-3333-333333333333", "name": "Radarr", "type": "Radarr", "isHealthy": true, "lastChecked": "1970-01-01T00:00:00.0000000Z", "errorMessage": null } ] }, "generatedAt": "1970-01-01T00:00:00.0000000Z" }Beta Was this translation helpful? Give feedback.
All reactions