摘要: 介绍 InfluxDB是一个时间序列,指标和分析数据库。时间序列数据库旨在解决存储在一段时间内进行的连续测量所产生的数据的问题。此数据可能包含系统指标(如CPU和内存使用情况)和应用程序指标(如应用程序错误和REST端点调用)等项目。 系统运行的时间越长,累积的数据量就越大。InfluxDB提供了有 阅读全文
posted @ 2020-06-30 13:08 泡泡茶壶i 阅读(476) 评论(0) 推荐(0) 编辑
摘要: InfluxDB介绍 官网:https://www.influxdata.com/ 文档:https://docs.influxdata.com/influxdb/v1.2/introduction/ InfluxDB 是用Go语言编写的一个开源分布式时序、事件和指标数据库,无需外部依赖。 主要特色 阅读全文
posted @ 2020-06-30 13:04 泡泡茶壶i 阅读(137) 评论(0) 推荐(0) 编辑
摘要: Centos7搭建influxdb+Chronograf elasticsearch实验过后,今天尝试了另一种时序数据库influxdb 安装Influxdb centos7 64位: 12 wget https://dl.influxdata.com/influxdb/releases/influ 阅读全文
posted @ 2020-06-30 13:03 泡泡茶壶i 阅读(553) 评论(0) 推荐(0) 编辑
摘要: 安装snmp和启用python模块 [root@test ~]# wget http://nchc.dl.sourceforge.net/project/net-snmp/net-snmp/5.7.3/net-snmp-5.7.3.tar.gz[root@test ~]# tar xf net-sn 阅读全文
posted @ 2020-06-30 12:56 泡泡茶壶i 阅读(447) 评论(0) 推荐(0) 编辑
摘要: 收集整理一些Linux下snmp常用的OID,用做服务器监控很不错。服务器负载: 1 2 3 1 minute Load: .1.3.6.1.4.1.2021.10.1.3.1 5 minute Load: .1.3.6.1.4.1.2021.10.1.3.2 15 minute Load: .1. 阅读全文
posted @ 2020-06-30 12:55 泡泡茶壶i 阅读(382) 评论(0) 推荐(0) 编辑
摘要: 环境介绍 1.使用CentOs7的系统,内核版本为3.10.0-123.el7.x86_642.ip地址为192.168.56.12 安装snmp 1.yum安装: [root@linux-node2 ~]#yum -y install net-snmp-utils net-snmp-agent-l 阅读全文
posted @ 2020-06-30 12:54 泡泡茶壶i 阅读(727) 评论(0) 推荐(1) 编辑
摘要: 解决 ImportError: No module named _internal.cli.main环境:Linuxpython3.7 问题:pip出错 解决方法: 方法1: wget https://bootstrap.pypa.io/get-pip.py --no-check-certifica 阅读全文
posted @ 2020-06-30 10:29 泡泡茶壶i 阅读(1292) 评论(0) 推荐(0) 编辑
摘要: pip是python中的一个包管理工具,可以对Python包的查找、下载、安装、卸载的作用。 1 2 yum -y install epel-release yum -y install python-pip 由于默认的pip源是国外的,所以下载速度会比较慢,python pip配置国内源 1 2 阅读全文
posted @ 2020-06-30 10:23 泡泡茶壶i 阅读(131) 评论(0) 推荐(0) 编辑
摘要: Setup script exited with error: command 'gcc' failed with exit status 1 由于没有正确安装Python开发环境导致。 Debin/Ubuntu Python2sudo apt-get install python-dev Pyth 阅读全文
posted @ 2020-06-30 10:08 泡泡茶壶i 阅读(790) 评论(0) 推荐(0) 编辑
摘要: 一、下载net-snmp源码包netsnmp的源码包可以到 net-snmp官网上去下载,http://www.net-snmp.org。 二、解压net-snmp源码包 把下载好的压缩包net-snmp-5.7.3.tar.gz拷贝到linux系统中并解压。 [root@localhost jia 阅读全文
posted @ 2020-06-30 09:32 泡泡茶壶i 阅读(984) 评论(0) 推荐(0) 编辑
摘要: 当下的 SNMP 服务器通常用来被诸如 Nagios、Cacti、Zabbix 等监控软件收集数据,SNMP 的很多高级特性用的不是特别频繁。因而只需对 SNMP 进行一些简单、基础的配置以满足各种监控软件的需求。 通常 SNMP 服务的配置文件位于/etc/snmp/snmpd.conf,先来看一 阅读全文
posted @ 2020-06-30 09:19 泡泡茶壶i 阅读(1161) 评论(0) 推荐(1) 编辑
摘要: Perl简介 Perl,一种功能丰富的计算机程序语言,运行在超过100种计算机平台上,适用广泛,从大型机到便携设备,从快速原型创建到大规模可扩展开发。Perl最初的设计者为拉里·沃尔(Larry Wall),于1987年12月18日发表。现在的版本为Perl 6,于2015年12月25日更新。Per 阅读全文
posted @ 2020-06-30 08:51 泡泡茶壶i 阅读(2581) 评论(0) 推荐(0) 编辑