Compare commits

..

No commits in common. "d5e4d97f4f998b8c2512c51ed9961a8d989a7ce0" and "abe33fdbb5bc22b01f76a7588d7fba4f2530572b" have entirely different histories.

View File

@ -52,7 +52,7 @@
return {
name: entry[0],
details: entry[1],
health: +(healthKnown ? entry[1].monitor.uptime : 95),
health: +(healthKnown ? entry[1].monitor["30dRatio"].ratio : 95),
healthKnown
}
}).filter(entry => {