a stray sheep

お仕事周りの雑記帳

2020-04-01から1ヶ月間の記事一覧

wmi_exporterでCluster Shared Volumeのディスクサイズを監視する

概要 Hyper-Vクラスタ環境のCluster Shared VolumeをPrometheusで監視する。 PrometheusでCluster Shared Volumeのmetricsを取得して監視する wmi_exporterのtextfile collectorを使用する Cluster Shared Volumeのボリューム情報はpowershellを使って取得す…

grok_exporterとExample

概要 grok_exporterを使ってみる 対象のバージョンは、grok_exporter-1.0.0.RC3 (現時点の最新) exampleで確認 grok_exporterとは? 任意の非構造化ログデータから、Prometheusのメトリクスをエクスポートする 非構造化ログデータをパースするのにGrokを使…