dashy icon indicating copy to clipboard operation
dashy copied to clipboard

[QUESTION] How to make healthcheck for Transmission show a green flag?

Open rpgdev opened this issue 1 year ago • 3 comments

Question

Currently I'm getting a red flag because the status check returns a "service error 401" I know I can add this code as an exception but is there a way to hit the real healthcheck for transmission? Everything is running locally.

Category

Status Checking

Please tick the boxes

rpgdev avatar Nov 12 '23 16:11 rpgdev

If you're enjoying Dashy, consider dropping us a ⭐
🤖 I'm a bot, and this message was automated

liss-bot avatar Nov 12 '23 16:11 liss-bot

image

@rpgdev set the service url to http(s)://transmission.url and set the status code to 401

that way getting a 401 is considered a successful status check

brotich avatar Nov 14 '23 08:11 brotich

@brotich I know that and put it in the issue, I wondering if there is a real healthcheck url to hit for transmission that Dashy understands.

rpgdev avatar Nov 14 '23 13:11 rpgdev

@brotich I know that and put it in the issue, I wondering if there is a real healthcheck url to hit for transmission that Dashy understands.

That is a problem of Transmission, it needs auth, otherwise it returns 401 - unauthorized and as @brotich said you can just add 401 as an accepted code. image This will then work without any problems as a real healthcheck.

CrazyWolf13 avatar Feb 24 '24 15:02 CrazyWolf13