Compare commits

...

3 Commits

Author SHA1 Message Date
Dave
3a3c0bd65f
Merge cc68db743d into 51d69784ba 2024-01-30 22:25:57 +00:00
TheFrenchGhosty
51d69784ba
Merge pull request #34 from iv-org/fix
Workaround the fact that uptimerobot doesn't return the dailyRatio anymore
2024-01-30 22:22:18 +00:00
TheFrenchGhosty
4e574892ec
Workaround the fact that uptimerobot doesn't return the dailyRatio anymore 2024-01-30 23:20:15 +01:00

View File

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