基本概念
提供influxdb系统管理、kapacitor TICK脚本编辑与数据可视化。 我主要使用它进行tick脚本编辑,可视化的部分用的是鼎鼎有名的grafana
部署
安装
mac
brew install chronograf
centos
wget https://dl.influxdata.com/chronograf/releases/chronograf-1.7.3.x86_64.rpm
sudo yum localinstall chronograf-1.7.3.x86_64.rpm
启动
brew services start chronograf
http://localhost:8888
使用
数据源配置
配置influxdb
配置kapacitor
报警编辑器
TICK编辑器
数据可视化
模版变量设置
show tag values on cpu_monitor from cpu with key in ("cpu_id") where "machine_id" = :machine_id":