当前位置:   article > 正文

安装redis_exporter监控redis集群_redis-exporter redis集群

redis-exporter redis集群

安装redis_exporter

下载软件包
[root@gtcq-gt-resource2-db-03 ~]# cd /opt/ ;scp root@10.152.17.11:/opt/redis_exporter-v1.6.1.linux-amd64.tar.gz /opt
  • 1
安装启动
[root@gtcq-gt-resource2-db-03 opt]#  tar -zxvf  redis_exporter-v1.6.1.linux-amd64.tar.gz -C /usr/local/
[root@gtcq-gt-resource2-db-03 opt]# cd /usr/local/
[root@gtcq-gt-resource2-db-03 local]# mv   redis_exporter-v1.6.1.linux-amd64 redis_exporter-gt_work
[root@gtcq-gt-resource2-db-03 local]# cd redis_exporter-gt_work/
[root@gtcq-gt-resource2-db-03 redis_exporter-gt_work]# nohup ./redis_exporter -redis.addr 10.152.17.52:8807  -redis.password xbcky13k  -web.listen-address 10.152.17.52:9121 > /dev/null 2>&1 &
  • 1
  • 2
  • 3
  • 4
  • 5
修改Prometheus配置文件

  - job_name: 'GT_WORK_REDIS_CULSTER'
    static_configs:
      - targets:
        - redis://10.152.17.50:8807
        - redis://10.152.17.50:8808
        - redis://10.152.17.51:8807
        - redis://10.152.17.51:8808
        - redis://10.152.17.52:8807
        - redis://10.152.17.52:8808
    metrics_path: /scrape
    relabel_configs:
      - source_labels: [__address__]
        target_label: __param_target
      - source_labels: [__param_target]
        target_label: instance
      - target_label: __address__
        replacement: 10.152.17.52:9121
  - job_name: 'gtcq-gt-work-redis_exporter'
    static_configs:
      - targets:
        - 10.152.17.52:9121
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
展示



声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/从前慢现在也慢/article/detail/624644
推荐阅读
相关标签
  

闽ICP备14008679号