HTTP status codes
Hi everyone,
I am new with homarr.
I ve seen screenshots from previous versions of homarr, where it was possible to choose which HTTP status code should be considered when determining if an application is online or offline (see attached screenshot).
I do not find this option in latest version of homarr. Is there a way to enable it, or has it been removed?
Thanks a lot for your help!

Solution:Jump to solution
Hi, this option has been removed. The HTTP status code specification documents which codes are considered to be "success": https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status
The "ping" feature in Homarr is intended to be a very simple feature, and it isn't supposed to check status codes. Hence we removed it (1.0 is a complete rewrite, we simply didn't copy it over). There will eventually be an Uptime Kuma integration, where it will simply use the state from Uptime Kuma. Using that, you'll be able to monitor much more apps and also specify which codes are allowed....
MDN Web Docs
HTTP response status codes - HTTP | MDN
HTTP response status codes indicate whether a specific HTTP request has been successfully completed.
Responses are grouped in five classes:
4 Replies
Thank you for submitting a support request.
Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
Solution
Hi, this option has been removed. The HTTP status code specification documents which codes are considered to be "success": https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status
The "ping" feature in Homarr is intended to be a very simple feature, and it isn't supposed to check status codes. Hence we removed it (1.0 is a complete rewrite, we simply didn't copy it over). There will eventually be an Uptime Kuma integration, where it will simply use the state from Uptime Kuma. Using that, you'll be able to monitor much more apps and also specify which codes are allowed.
MDN Web Docs
HTTP response status codes - HTTP | MDN
HTTP response status codes indicate whether a specific HTTP request has been successfully completed.
Responses are grouped in five classes:
If status codes matter to you, use something else than Homarr for the moment. As said, our recommendation for home labs is Uptime Kuma due to it's simplicity
thank you !