Closed OPSTime closed 1 year ago
如下DashboardJson struct中导致
$ vim controllers/default.go
package controllers
import (
"PrometheusAlert/models"
"github.com/astaxie/beego"
)
type DashboardJson struct {
Telegram int `json:"telegram"`
Smoordx int `json:"smoordx"`
Smoordh int `json:"smoordh"`
Alydx int `json:"alydx"`
Alydh int `json:"alydh"`
Bdydx int `json:"bdydx"`
Bark int `json:"bark"`
Dingding int `json:"dingding"`
Email int `json:"email"`
Feishu int `json:"feishu"`
Hwdx int `json:"hwdx"`
Rlydx int `json:"rlydx"`
Ruliu int `json:"ruliu"`
Txdx int `json:"txdx"`
Txdh int `json:"txdh"`
Webhook int `json:"webhook"`
Weixin int `json:"weixin"`
Workwechat int `json:"workwechat"`
Voice int `json:"voice"`
Zabbix int `json:"zabbix"`
Grafana int `json:"grafana"`
Graylog int `json:"graylog"`
Prometheus int `json:"prometheus"`
Prometheusalert int `json:"prometheusalert"`
Aliyun int `json:"prometheusalert"`
}
问题已经修正
$ make