Failed audits in Dashboard, but not in logs

https://forum.storj.io/t/script-for-audits-stat-by-satellites/988

I have changed it to check only for saltlake audits:

docker exec -i storagenode wget -qO - localhost:14002/api/sno/satellite/1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE | jq .id,.audit >>/var/storj/saltlake-audits.log

Result:

“1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE”
{
“totalCount”: 7563,
“successCount”: 7552,
“alpha”: 18.185474,
“beta”: 1.814526,
“unknownAlpha”: 20,
“unknownBeta”: 0,
“score”: 0.9092737,
“unknownScore”: 1
}

The difference between totalCount and successCount is the number of unsuccesfull audits, now 11.
My Grafana Dashboard shows the same number, STORJ Dashboard has a score of 90.9% (0.9092737 * 100)