Skip to content

Commit

Permalink
Merge pull request #35 from iv-org/use-30dratio
Browse files Browse the repository at this point in the history
use 30dratio for uptime
  • Loading branch information
unixfox authored Jan 31, 2024
2 parents 51d6978 + 205378e commit abe33fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
return {
name: entry[0],
details: entry[1],
health: 100,
health: +(healthKnown ? entry[1].monitor["30dRatio"].ratio : 95),
healthKnown
}
}).filter(entry => {
Expand Down

0 comments on commit abe33fd

Please sign in to comment.