nerdbaggy / StatusPage

Public Status Page for UptimeRobot

Home Page:http://projects.spencerl.com/statuspage/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorting the monitors by name or other values

d19dotca opened this issue · comments

Hi there,

I just started using this and am really liking it. The one thing I can't figure out yet how to change is the order in which the various monitors are displayed. I'd prefer it to be alphabetical, for example - is that possible?

Definitely doable, will be out probably later this week

Any news on this?
How can we select the sort method?

I am also looking for this.

commented

To sort them change the old file with the new statusPage.php in /statuspage as in: #44

and add to line 127 following after all_time_uptime_ratio=1: &sort=1 - then it is sorted by a-z.
More examples (reference):

  • 1 - friendly name (a-z)
  • 2 - friendly name (z-a)
  • 3 - status (up-down-paused)
  • 4 - status (down-up-paused)