Monitoring
Munin 聚合不起作用(對伺服器的 CPU 時間求和)
我正在嘗試獲取跨某些伺服器的 CPU 使用情況的匯總圖。到目前為止,我已經想出了這個:
[totals] update no contacts no lb_cpu.graph_title LB Total User CPU lb_cpu.user.sum lb1.example.com:cpu.user lb2.example.com:cpu.user
不幸的是,圖形生成不起作用。日誌顯示此錯誤:
2015/07/22 07:21:15 [RRD ERROR] rrdtool graph did not generate the image (make sure there are data to graph). 2015/07/22 07:21:15 [WARNING] Could not draw graph "/var/cache/munin/www/totals/lb_cpu-day.png": /var/cache/munin/www/totals/lb_cpu-day.png
誰能發現我的配置有什麼問題?
謝謝
更新:我更新了我的範例以反映我真正在做什麼 - 即我沒有將組添加到聚合節點名稱,而是使用來自另一個組的節點。
在 munin-users 郵件列表中閱讀您的郵件。我可能有一個以前版本的 Munin;我的配置看起來像這樣:
[example.com;totals] lb_cpu.graph_title LB Total User CPU lb_cpu.user.label User CPU lb_cpu.user.sum \ example.com;lb1:cpu.user \ example.com;lb2:cpu.user
也許它需要每個現有節點的組?
我還繪製了不同值的總和,但我認為這不是問題所在。當然,節點 lb1 和 lb2 必須存在於 example.com 組內(您可以適應;也許它是“example.com;lb1.example.com”等等)。
我希望這有幫助!
問候