influxdb 的安装(centos)

安装命令:

# for 64-bit systems
wget http://s3.amazonaws.com/influxdb/influxdb-latest-1.x86_64.rpm
sudo rpm -ivh influxdb-latest-1.x86_64.rpm

具体安装过程如下:

wget http://s3.amazonaws.com/influxdb/influxdb-latest-1.x86_64.rpm
--2014-11-10 00:03:38--  http://s3.amazonaws.com/influxdb/influxdb-latest-1.x86_64.rpm
Resolving s3.amazonaws.com... 54.231.10.248
Connecting to s3.amazonaws.com|54.231.10.248|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 16227107 (15M) [binary/octet-stream]
Saving to: “influxdb-latest-1.x86_64.rpm”

100%[======================================>] 16,227,107   162K/s   in 1m 44s

2014-11-10 00:05:23 (152 KB/s) - “influxdb-latest-1.x86_64.rpm” saved [16227107/16227107]

[[email protected] ~]$ ls
Documents  influxdb-latest-1.x86_64.rpm

[[email protected] ~]$ su -
Password:
[[email protected] ~]#

[[email protected] ~]# rpm -ivh /home/ghj1976/influxdb-latest-1.x86_64.rpm
Preparing...                ########################################### [100%]
   1:influxdb               ########################################### [100%]
[[email protected] ~]# ls
anaconda-ks.cfg  install.log  install.log.syslog
[[email protected] ~]# pwd
/root

中间碰到

user is not in the sudoers file.  This incident will be reported.

可以借鉴下面方式解决,或者直接用有root权限的账号执行。

http://www.linuxidc.com/Linux/2010-12/30386.htm 

 

启动服务

[[email protected] ~]# /etc/init.d/influxdb start
Setting ulimit -n 4096
Starting the process influxdb [ OK ]
influxdb process was started [ OK ]

 

由于这是一台本地测试虚机,我直接关闭了iptable

[[email protected] ~]# /etc/init.d/iptables stop
iptables: Setting chains to policy ACCEPT: filter          [  OK  ]
iptables: Flushing firewall rules:                         [  OK  ]
iptables: Unloading modules:                               [  OK  ]

这台虚机的ip是:192.168.62.128, 所以我访问默认的 8083 端口,就可以看到下面界面:

http://192.168.62.128:8083/

 

这里的用户名和密码 默认都是 root, 登录进去就可以创建一个数据库。

初始化数据,以及查询可以看下图:

我们先用 Write Point 增加数据,

输入的  Time Series Name  是 log_lines

Values 是 {"line":"tewtstestw 123213 2354325 ghj 郭红俊 "}

输出成功后,我们执行 查询: select * from log_lines ,就可以看到上图的查询结果。

 

参考资料:

http://influxdb.com/docs/v0.8/introduction/getting_started.html

http://influxdb.com/docs/v0.8/introduction/installation.html

时间: 2024-10-06 03:14:12

influxdb 的安装(centos)的相关文章

InfluxDB学习之InfluxDB的安装和简介

最近用到了 InfluxDB,在此记录下学习过程,同时也希望能够帮助到其他学习的同学. 本文主要介绍InfluxDB的功能特点以及influxDB的安装过程.更多InfluxDB详细教程请看:InfluxDB系列学习教程目录 一.InfluxDB 简介 InfluxDB 是用Go语言编写的一个开源分布式时序.事件和指标数据库,无需外部依赖. 类似的数据库有Elasticsearch.Graphite等. 其主要特色功能 1)基于时间序列,支持与时间有关的相关函数(如最大,最小,求和等) 2)可度

Windows 7用U盘安装CentOS 7

已经有Windows 7,准备再安装一个CentOS 7. 1. 划分磁盘空间 从磁盘上划分安装CentOS 7的安装空间.如果有多个硬盘的话,一定要在主硬盘上划分2G的空间(其实1G就够了)作为boot.这是因为开机时BIOS读取的是主硬盘的MBR,如果boot也在从硬盘,GRUB修改的是从硬盘的MBR,主硬盘的MBR没有修改,开机以后就会找不到安装CentOS 7的分区,造成CentOS 7无法启动.如下图,在主硬盘上划分了2G作为boot,从硬盘上划分了98G安装home等其他内容. 2.

关于uefi的机器win8下安装CentOS双系统

在老机器上win7上装过ubuntu,可以直接用easyBCD,无需U盘,顺利S装上. 这次在win8下无法使用easyBCD,上网搜索,搜到需要用rEFInd这个软件. 安装方法: 下载地址:http://refit.sourceforge.net/#download windows下安装 下载压缩包后解压,然后桌面左下角右键打开一个命令提示符(管理员),运行 mountvol S: /S  ----将EFI系统分区映射到S盘 cd 转到rEFInd解压目录 xcopy /E refind S

编译安装 Centos 7 x64 + tengine.2.0.3 (实测+笔记)

环境: 系统硬件:vmware vsphere (CPU:2*4核,内存2G) 系统版本:CentOS Linux release 7.0.1406 安装步骤: 1.系统环境 1.1 更新系统 [[email protected] ~]# yum update -y 1.2 查看环境 [[email protected] ~]# cat /etc/redhat-release CentOS Linux release 7.0.1406 (Core) [[email protected] ~]#

Linux基石【第一篇】VMware上安装Centos及配置

一.安装VMware软件 首先,下载个VMware软件,直接百度:VMware,然后找到可以下载的就可以 然后按步骤安装即可,安装完后,双击打开 二.安装Centos系统 打开VMware虚拟机,然后点击:create a new Virtual Machine,安装步骤安装,在选择镜像文件时,选择稍后安装,选择Linux版本时选择Centos,然后按步骤安装完成: 安装完成后,点击新建的虚拟机的Devices里的CD/DVD(IDE),勾选Use ISO image file,加载Centos

基于pxe+cobbler的全自动化安装centos系统

前言: 基于上篇的内容,我们就已经可以搭建一个全自动化安装centos的服务了.不过如果我们想让它同时支持各种系统的安装,实现起来就比较复杂了.不同的系统,要用不同的引导启动 文件来安装,且还有不同的安装源以及kickstart文件等等.既然是复杂得事情,肯定能通过某种工具简化,而此次我们用到的就是传说中的cobbler来管理各个不同的源,pxe加载的内核文件等等.Let's do it! 正文: 老规矩,先描述一下加入cobbler以后整体的工作流程,已经cobbler能实现的功能.当一个需要

在Rethat上安装Centos的yum源

首先因为Rethat的yum源要去订阅(当然是需要钱的),所以许多朋友都是以Centos的yum源来代替(Centos是开源的) 安转: 1:卸载原有Rethat的yum源 #rpm -aq|grep yum|xargs rpm -e --nodeps 2:下载需要的rpm包(Centos的yum安装包) #Wget http://mirrors.163.com/centos/6/os/x86_64/Packages/yum-3.2.29-73.el6.centos.noarch.rpm #Wg

UIS R170 G2安装centos启动报Attempt to access block outside partition

[关键词]:Attempt to access block outsidepartition [适用版本]:UISR170 G2 [问题描述]: 正常安装centos后启动报"Attempt to access block outsidepartition" [问题分析]: 默认UIS R170 G2的BIOS默认为UEFI模式,导致超过4个主分区. [解决方法]: 1.设置raid卡(安装raid配置手册设置) 2.进入bios,设置为legacy  BIOS mode(默认是UEF

安装 CentOS 后的系统配置及软件安装备忘

安装 CentOS 后的系统配置及软件安装备忘 Table of Contents 1 Linux 自举过程 1.1 启动第一步(加载BIOS) 1.2 启动第二步(读取MBR) 1.3 启动第三步(Boot Loader / Grup) 1.4 启动第四步(加载内核) 1.5 启动第五步(用户层init依据inittab文件来设定运行等级) 1.6 启动第六步(init进程执行rc.sysinit) 1.7 启动第七步(启动内核模块) 1.8 启动第八步(执行不同运行级别的脚本程序(/etc/

DHCP NFS PXE TFTP安装CentOS

服务器IP:192.168.1.101 系统CentOS 6.4 以下所有的操作都是在服务器端:客户端是在VMware上操作的,网络要选择NAT模式. 1.需要在服务器端安装的软件: dhcp tftp-server xinetd syslinux nfs-utils 安装:yum dhcp* tftp* syslinux* nfs-utils 2.安装完后修改配置文件: vim /etc/dhcp/dhcpd.conf 修改后: ddns-update-style interim; ignor