diff --git a/alerts/alerts.go b/alerts/alerts.go index 1ebebbc80..6b009360d 100644 --- a/alerts/alerts.go +++ b/alerts/alerts.go @@ -79,7 +79,7 @@ type ( Warning int `json:"warning"` Error int `json:"error"` Critical int `json:"critical"` - } `json:"total"` + } `json:"totals"` } )