I would love a way to see when downtime events are recorded

I would love a way to see when downtime events are recorded for my particular nodes where I have to provide my node ID to view that data. I know that right at the beginning of this month, my uptime measurement to Saltlake dropped from 99.82% or thereabouts to 99.56% and it was the only satellite that showed anything like it. Now this was the day following my ISP rebooting my modem for a SW update and my modem was only offline for 7 minutes tops, yet it dropped so much and only for that one satellite. I think providing SNOs with a way to do as much as possible to ensure the cause isn’t on their end would be an incredibly productive solution. Even if it’s just recording when it makes attempts and what those attempts were with a pass or fail. That might be a bit difficult to implement though so I can understand if that’s not possible to expose or otherwise difficult to protect. Just a suggestion.

You can use the SNO API to see uptime checks per time window. Just add /api/sno/satellite/12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs to your dashboard url for example. That’s for eu1, change the satelite id in the url for other satellites.

2 Likes

For PowerShell

((curl http://localhost:14002/api/sno/satellite/12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs).Content | ConvertFrom-Json).auditHistory.windows

Well that explains why the percentage dipped so much… It’s odd seeing such huge variances in uptime checks between all the 12 hour periods. But oh well.

1 Like