Merge pull request #35 from iv-org/use-30dratio

use 30dratio for uptime
This commit is contained in:
Émilien (perso) 2024-01-31 13:57:21 +01:00 committed by GitHub
commit abe33fdbb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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