You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: UptimeKuma Up/Down counts are always zero (#824)
Fix UptimeKuma::livestats() function. An incorrect !== operator, that should be
===, prevent the monitor_status metric lines from being counted by livestats().
0 commit comments