码迷,mamicode.com
首页 > 数据库 > 详细

prometheus存数据到influxdb数据库

时间:2018-09-28 20:40:52      阅读:359      评论:0      收藏:0      [点我收藏+]

标签:xxxx   方式   lock   icinga   with   转换   使用   show   creat   

prometheus存数据到influxdb数据库:

注:
1、influxdb要求1.4以上版本
2、prometheus用默认的存储方式在grafana上可方便计算空间使用率等的信息(涉及计算),切到influxdb后目前还不知道如何转换

rpm -i influxdb-1.6.3.x86_64.rpm

service influxdb start

chkconfig --level 35 influxdb on

influx

create database prometheus;
create user icinga2 with password ‘xxxx‘;
grant all on prometheus to icinga;
show retention policies on prometheus;
alter retention policy "autogen" on "prometheus" duration 365d default;
quit

vi /space/prometheus/prometheus.yml

remote_write:

remote_read:

:wq

/space/prometheus/prometheus --config.file=/space/prometheus/prometheus.yml

prometheus存数据到influxdb数据库

标签:xxxx   方式   lock   icinga   with   转换   使用   show   creat   

原文地址:http://blog.51cto.com/yangzhiming/2287172

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!