bosun

    0熱度

    1回答

    從他們quickstart guide我這下面的示例 alert cpu.is.too.high { template = test $metric = q("sum:rate{counter,,1}:os.cpu{host=your-system-here}", "1h", "") $avgcpu = avg($metric) crit = $avgcpu

    1熱度

    1回答

    我想創建一個(golang)結構來處理通過http發送的博迅警報。它擁有警報詳細信息,最重要的是,其中包含相應主機的IP地址eth0。 /* This struct is defined as per the notification defined in bosun config */ type BosunAlert struct { AckUrl string `json:"ac

    0熱度

    1回答

    我們在Centos 6.4和該操作系統上的許多節點上運行了bosun。我們添加了一些Centos 7.1節點,雖然我們獲得了os.cpu等基本指標,但沒有出現與網絡相關的指標。 我在7.1上重新編譯了最新的scollector,並推出它,但它沒有幫助。我是否還需要在6.4上重新編譯bosun,還是都向後兼容? 感謝 肯

    0熱度

    1回答

    我有與Bosun Grafana作爲OpenTSDB源連接。問題在於Grafana以不同於Bosun的方式解釋數據。準確地說,當我在Bosun和Grafana中設置相同的查詢時,結果圖不同。當我打開儀表下采樣時,圖形是相同的。所以我想在格拉法納有某種隱含的測量。我會感激一些提示如何禁用這種測量。 博斯: Grafana:

    1熱度

    1回答

    我想添加4個系列使用bosun表達式。他們是從1,2,3,4周前。我使用shift()將它們轉移到當前時間。但我不能添加它們,因爲它們有shift=1w等標籤。我怎樣才能將這些系列添加到一起? 謝謝 編輯:這裏是2周 $period = d("1w") $duration = d("30m") $week1end = tod(1 * $period) $week1start = tod(1

    0熱度

    1回答

    我試圖從bosun運行scollector。 我運行了scolector後,它不能顯示內存信息,但CPU信息是正確的。 此代碼: Host = "http://localhost:8070" DisableSelf = true Freq = 60 Filter = ["snmp-generic", "snmp-ifaces"] [[SNMP]] Community = "te

    1熱度

    1回答

    我希望根據標籤選擇通知。所以我正在使用查找。 notification default { email = mailid-1 next = default timeout = 1m } notification nondefault { email = mailid-2 next = nondefault timeout = 1m

    1熱度

    1回答

    我正在使用bosun + cadvisor監控我的Mesos基礎設施上的碼頭集裝箱。 是否有任何方法來監視特定的碼頭容器或容器並寫入警報? 也許使用分配給容器的標籤?因爲我無法使用容器名稱(mesos爲容器生成一個自定義名稱)。 謝謝。 編輯: 我發現cadvisor支持碼頭標籤。無論如何獲得scollector並且使用標籤進行查詢?

    0熱度

    1回答

    只是一個關於scollector標記的問題。我有一個配置文件看起來像這樣: Host = "bosun01:80" BatchSize = 5000 [Tags] customer = "Admin" environment = "bosun" datacenter = "SITE1" [[Vsphere]] Host = "CUST2SITE1V

    0熱度

    1回答

    我很好奇什麼是指標評級的默認值。看起來它不是三號,反號,率之一。並且文檔不包含任何「自動」類型。提前致謝。