dashy
                                
                                 dashy copied to clipboard
                                
                                    dashy copied to clipboard
                            
                            
                            
                        [QUESTION] How to make healthcheck for Transmission show a green flag?
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
- [X] You are using a supported version of Dashy (check the first two digits of the version number)
- [X] You've checked that this question hasn't already been raised
- [X] You've checked the docs and troubleshooting guide
- [X] You agree to the code of conduct
If you're enjoying Dashy, consider dropping us a ⭐
🤖 I'm a bot, and this message was automated
@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 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.
@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.
This will then work without any problems as a real healthcheck.