2019年3月22日 星期五

在 CentOS 7 上安裝 Telegraf 1.10


新增Telegraf Repository

跟新增InfluxDB Repository一樣

安裝Telegraf 1.10

yum install telegraf

啟動telegraf服務

systemctl start telegraf

查詢telegraf服務狀態

systemctl status telegraf

設定開機時自動啟動telegraf服務

systemctl enable telegraf


使用默認的輸出入插件建立配置文件

telegraf config > telegraf.conf

建立具有特定輸入和輸入的配置文件

telegraf --input-filter <pluginname>[:<pluginname>] --output-filter <outputname>[:<outpurname>] config > telegraf.conf

舉例:

telegraf --input-filter cpu:mem:net:swap --output-filter influxdb:kafka config > telegraf.conf






沒有留言:

張貼留言