static_status icon indicating copy to clipboard operation
static_status copied to clipboard

Feature request: check groups

Open cloudunboxed-olorinhenderson opened this issue 3 years ago • 4 comments

First of all, thank you so much for this great project! :)

Currently, all of the status checks are grouped into two categories in the HTML - Operational and Outage. I have a large number of checks to add, and it would be really helpful if we could segregate the checks into custom group names.

For example, instead of just having Operational, we'd have another green list header with a custom "My list 1" name containing a number of uptme checks, and then beneath it, another table list called "My list 2" with more checks inside etc.

Thank you in advance for any help you can offer with this request. :)

good idea. but it is a major change.

Cyclenerd avatar Jan 27 '21 21:01 Cyclenerd

Yeah I looked at the code and saw that. I made it work for me at the output stage of the operational checks, by adding If statements that look for test names. It's gross, but it works for me! It'd be great to get proper support though. That's the only thing lacking of this beauty :)

The idea sounds good!

somera avatar Feb 08 '21 19:02 somera

I tried something like a "group" function in this pull request: https://github.com/Cyclenerd/static_status/pull/36

brknkfr avatar Dec 08 '21 16:12 brknkfr