我一直在關注此link以在運行HBase的AWS ec2實例上安裝scollector。該鏈接要求運行此命令: go get bosun.org/cmd/scollector要從源代碼安裝。當我運行它時,我得到以下輸出:Segmentation fault (core dumped)。這顯然是非常無益的,我如何設置這個權利? 上面的鏈接中有一個linux二進制文件,我可能用它來安裝scollect
我想創建一個(golang)結構來處理通過http發送的博迅警報。它擁有警報詳細信息,最重要的是,其中包含相應主機的IP地址eth0。 /* This struct is defined as per the notification defined in bosun config */
type BosunAlert struct {
AckUrl string `json:"ac