Zeng's Page


  • 首页

  • 标签

  • 归档

  • 相册

  • 搜索

Prometheus + Grafana + Alertmanager监控

Posted on 2019-03-17 | In 监控

环境:CentOS Linux release 7.5.1804 (Core)、5.5.60-MariaDB

运行方式:Prometheus,Grafana和Alertmanager通过docker安装运行,MySQL和exporter直接运行在VM上

Read more »

Prometheus

Posted on 2019-03-17 | In 监控

在Docker中运行Prometheus监控组件,包括prometheus, alertmanager, grafana, 及相关exporter,实现基本的业务监控。

Read more »

Prometheus联邦

Posted on 2019-03-17 | In 监控

Prometheus联邦

Read more »

Ansible使用小结

Posted on 2019-03-15 | In CMDB

概述

Ansible官网

​ 正如Ansible官网的标题“Ansible is Simple IT Automation”含义,Ansible简化了IT自动化的实现,是高效运维的一个重要工具。

​ Ansible的设计初衷就是在若干服务器上从零开始执行所有必需的配置与操作。例如,在启动Web 服务器之前先启动数据库,或者为了实现零停机升级,将Web 服务器逐一从负载均衡上摘除并升级。Ansible通过极简的模型来控制各种操作按照所需顺序执行。其它同类工具有:Chef、Puppet 及Saltstack。

Read more »

Zabbix的安装与使用

Posted on 2019-03-12 | In 监控

Linux环境:CentOS Linux release 7.5.1804 (Core)

1. 安装MySQL

  • 安装mariadb
1
2
3
4
yum -y install mariadb mariadb-server mariadb-devel
systemctl start mariadb
systemctl enable mariadb
mysql_secure_installation # 通过mysql配置向导完成某些设置,也可通过修改表的方式完成设置
Read more »
1…18192021
Lz. Zeng

Lz. Zeng

Continuous Self-Improvement

104 发布
18 分类
28 标签
© 2022 Lz. Zeng
NexT.Pisces
 |         Words: 97.2k
0%