RocketMQ集群监控平台 rocketmq-console【转】

Run with docker

Pull from docker hub(rocketmq-dashboard)

docker pull apacherocketmq/rocketmq-dashboard:latest
 

Run it (use your own rocketmq.namesrv.addr and port)

docker run -d --name rocketmq-dashboard -e "JAVA_OPTS=-Drocketmq.namesrv.addr=127.0.0.1:9876" -p 8080:8080 -t apacherocketmq/rocketmq-dashboard:latest
 

Run with source code

Prerequisite

  1. 64bit OS, Linux/Unix/Mac is recommended;
  2. 64bit JDK 1.8+;
  3. Maven 3.2.x;

Maven spring-boot run

mvn spring-boot:run
 

or

Maven build and run

mvn clean package -Dmaven.test.skip=true
java -jar target/rocketmq-dashboard-1.0.1-SNAPSHOT.jar
 

Tips

  • If you download the package slowly, you can change maven's mirror(maven's settings.xml)

    <mirrors>
        <mirror>
              <id>alimaven</id>
              <name>aliyun maven</name>
              <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
              <mirrorOf>central</mirrorOf>        
        </mirror>
    </mirrors>
    
     
  • Change the rocketmq.config.namesrvAddr in resource/application.properties.(or you can change it in ops page)

转自

GitHub - apache/rocketmq-dashboard: The state-of-the-art Dashboard of Apache RoccketMQ provides excellent monitoring capability. Various graphs and statistics of events, performance and system information of clients and application is evidently made available to the user.
https://github.com/apache/rocketmq-dashboard

【RocketMQ】 官方运维管理命令mqadmin使用手册(讲解+实操)-CSDN博客
https://blog.csdn.net/sinat_14840559/article/details/111934325

利用zabbix监控RocketMQ - 三旌 - 博客园
https://www.cnblogs.com/gy99/p/11763365.html

RocketMQ 第一章 核心功能 3 RocketMQ 集群搭建 3.5 集群监控平台搭建_rocketmq监控-CSDN博客
https://blog.csdn.net/weixin_44226181/article/details/128440171

GitHub - apache/rocketmq-dashboard: The state-of-the-art Dashboard of Apache RoccketMQ provides excellent monitoring capability. Various graphs and statistics of events, performance and system information of clients and application is evidently made available to the user.
https://github.com/apache/rocketmq-dashboard

第二章:RocketMQ集群监控平台 rocketmq-console 搭建_51CTO博客_rocketmq console使用
https://blog.51cto.com/u_14122613/4793668

Rocketmq-console集群监控平台搭建|学习笔记-阿里云开发者社区
https://developer.aliyun.com/article/1078821

RocketMQ 主题扩分片后遇到的坑_如何解决rocketmq生产环境主题扩分片后遇到的坑-CSDN博客
https://blog.csdn.net/prestigeding/article/details/100588188

posted @ 2023-12-15 11:18  paul_hch  阅读(51)  评论(0编辑  收藏  举报