Cat安装与使用(美团开源监控)

Posted nikeylee

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Cat安装与使用(美团开源监控)相关的知识,希望对你有一定的参考价值。

 

1、在GitHub的镜像网站下载源码

下载地址:https://hub.fastgit.org/dianping/cat

下载master分支版本代码

 

2、服务端安装

准备环境:

  • tomcat
  • mysql
  • jdk11
  • 美团cat源码包

 

使用maven构建安装包

使用命令行工具进入cat源码目录并执行以下命令:

mvn install -Dmaven.test.skip=true

 

[ERROR] Failed to execute goal on project cat-client: Could not resolve dependencies for project com.dianping.cat:cat-client:jar:3.0.0: The following artifacts could not be resolved: org.unidal.framework:foundation-service:jar:2.5.0, org.unidal.framework:test-framework:jar:2.4.0: Could not find artifact org.unidal.framework:foundation-service:jar:2.5.0 in alimaven (http://maven.aliyun.com/nexus/content/groups/public/) -> [Help 1]

cat官方提到部分依赖有可能因为网络问题下载不到,在github上面提供了依赖包供下载:

cat github 官网 branch 选择 mvn-repo,点击右侧按钮Clone or download直接下载依赖zip包,将zip包里面的依赖copy到你的本地maven仓库,然后再执行上面的编译命令即可。

 

[ERROR] Failed to execute goal on project cat-client: Could not resolve dependencies for project com.dianping.cat:cat-client:jar:3.0.0: Failure to find org.unidal.framework:test-framework:jar:2.4.0 in http://maven.aliyun.com/nexus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of alimaven has elapsed or updates are forced -> [Help 1]

 

			<dependency>
				<groupId>org.unidal.framework</groupId>
				<artifactId>test-framework</artifactId>
				<version>4.0.0</version>
			</dependency>

 

cat环境配置

注: 前提条件

  • CAT 安装包已构建
  • 源码所在盘符创建/data/appdatas/cat和/data/applogs/cat目录 (示例所在的具体位置为e:/data/appdatas/cat和e:/data/appdlogs/cat)

这一步主要完成自动化配置cat数据库初始化环境,以及运行所需要的一些配置文件。官方文档提示这一步执行
 

 

 

错误提示:

请求的资源[/cat/s/config]不可用

 

 

 

 

 

 

 

以上是关于Cat安装与使用(美团开源监控)的主要内容,如果未能解决你的问题,请参考以下文章

Cat安装与使用(美团开源监控)

深入详解美团点评CAT跨语言服务监控 CAT简介与部署

深入详解美团点评CAT跨语言服务监控消息分析器与报表

CAT监控以及依赖MySQL,tomcat和JDK安装

CAT监控以及依赖MySQL,tomcat和JDK安装

CAT监控以及依赖MySQL,tomcat和JDK安装