搜索内容

Devops
  • Filebeat+ElasticSearch+Grafana实现Nginx日志监控

    Filebeat安装 官网:https://www.elastic.co/downloads/beats/filebeat # wget https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.1.0-linu……

    Joe.Ye 2023-03-25
    0 0
  • CentOS下Zabbix Proxy部署记录

    Zabbix Proxy zabbix是一个分布式的监控系统,其支持通过代理服务器zabbix proxy 来收集zabbix agent的数据,然后zabbix proxy再把收集保存在本地数据库的数据……

    Joe.Ye 2023-03-25
    0 0
  • CentOS下Zabbix Agentd部署记录

    Zabbix agentd安装运行 创建zabbix用户 groupadd zabbix useradd -g zabbix -M -s /sbin/nologin zabbix 安装zabbix_agentd # tar -zxf zabbix-4.2.5.tar.gz ……

    Joe.Ye 2023-03-25
    0 0
  • CentOS下Zabbix Server部署记录

    简介 Zabbix(音同 zæbix)是一个基于WEB界面的提供分布式系统监视以及网络监视功能的企业级的开源解决方案。 Zabbix能监视各种网络参数,保证服务器系统的安……

    Joe.Ye 2023-03-25
    0 0
  • Prometheus + Alertmanager 报警优化

    原始邮件 使用原始邮件告警模板,不使用自定义邮件模板 # 定义模板信息 #templates: # - 'template/*.tmpl' receivers: - name: 'email&#……

    Joe.Ye 2023-03-25
    0 0
  • Prometheus + Alertmanager 报警实现(email报警)

    Alertmanager简介及机制 Alertmanager处理由类似Prometheus服务器等客户端发来的警报,之后需要删除重复、分组,并将它们通过路由发送到正确的接收器,比如电……

    Joe.Ye 2023-03-25
    0 0
  • Prometheus + Grafana 监控 Spring Cloud 应用

    应用依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artif……

    Joe.Ye 2023-03-25
    0 0
  • Prometheus与Zabbix的对比

    公司之前一直使用的是zabbix+grafana的监控方式,随着应用容器化,k8s应用的监控需求增加,于是便研究了Prometheus,在这里将Prometheus和Zabbix做了对比。 ……

    Joe.Ye 2023-03-25
    0 0
  • Prometheus + Grafana 使用 mysqld_exporter 监控 MySQL

    Prometheus Exporters:https://prometheus.io/docs/instrumenting/exporters/ Prometheus Download:https://prometheus.io/download/ mysqld_exporter:http……

    Joe.Ye 2023-03-25
    0 0
  • Prometheus + Grafana 使用 elasticsearch_exporter 监控 ElasticSearch

    Prometheus Exporters:https://prometheus.io/docs/instrumenting/exporters/ elasticsearch_exporter:https://github.com/justwatchcom/elasticsearch_expo……

    Joe.Ye 2023-03-25
    0 0
  • Prometheus + Grafana 使用 redis_exporter 监控 Redis

    Prometheus Exporters:https://prometheus.io/docs/instrumenting/exporters/ redis_exporter:https://github.com/oliver006/redis_exporter Grafana Dashbo……

    Joe.Ye 2023-03-25
    0 0
  • Prometheus + Grafana 使用 Node Exporter 监控主机

    参考:https://songjiayang.gitbooks.io/prometheus/content/exporter/nodeexporter.html 官方下载:https://prometheus.io/download/ Grafana Dashboard:htt……

    Joe.Ye 2023-03-25
    0 0
  • CentOS下部署Prometheus

    Prometheus介绍 Prometheus是一个开源的系统监控和报警的工具包,最初由SoundCloud发布。 官方网址:https://prometheus.io/ 软件下载:https://prometheus.io……

    Joe.Ye 2023-03-25
    0 0
  • InfluxDB + Jmeter + Grafana

    InfluxDB influxDB是一个开源的分布式时序、时间和指标数据库,使用go语言编写,无需外部依赖。 它有三大特性: 时序性(Time Series):与时间相关的函数的……

    Joe.Ye 2023-03-25
    0 0
  • grafana-cli命令

    安装插件最简单的方法是使用与Grafana捆绑在一起的CLI工具grafana-cli。在修改插件之后发生任何修改之前,Grafana服务器需要重新启动。 Grafana插件安装目录 ……

    Joe.Ye 2023-03-25
    0 0