MAC M1电脑部署Grafana+Prometheus+Node_exporter

一、安装

1、grafana安装

复制代码
brew install grafana

2、prometheus安装

复制代码
brew install prometheus

3、node_exporter安装

复制代码
brew install  node_exporter

二、启动

1、grafana启动

复制代码
brew services start grafana

2、prometheus启动

复制代码
brew services start prometheus

3、node_exporter启动

复制代码
brew services start  node_exporter

三、访问

1、grafana访问地址:

复制代码
http://服务器IP地址:3000

2、prometheus访问地址:

复制代码
http://服务器IP地址:9090

3、node_exporter访问地址:

复制代码
http://服务器IP地址:9100

四、基本命令

停止

brew services stop grafana

brew services stop prometheus

brew services stop node_exporter

重启

brew services restart grafana

brew services restart prometheus

brew services restart node_exporter

启动

brew services start grafana

brew services start prometheus

brew services start node_exporter

相关推荐
ka2x11 小时前
Mac 电脑 IDEA 执行 Maven 出现 No route to host 问题
macos·maven·intellij-idea
易我数据恢复大师16 小时前
如何在mac玩windows游戏?3个工具推荐,不用换电脑!
macos·mac·mac运行windows游戏·easeus os2go·mac玩windows游戏
@蓝眼睛16 小时前
mac的m3芯片通过Homebrew安装git
git·macos
网络研究院1 天前
新的 SHAMOS MacOS 窃取程序利用单行终端命令攻击用户
macos·攻击·漏洞·用户
@蓝眼睛1 天前
mac的m3芯片安装mysql
mysql·macos
泓博1 天前
iOS打开开发者模式
macos·objective-c·cocoa
易我数据恢复大师1 天前
mac如何运行windows程序?性能党vs便捷党选择指南
windows·macos·mac·mac运行windows程序·运行windows程序
iCan_qi2 天前
【Mac】【Minecraft】关于如何在Mac上搭建基岩版MC服务器的方法
运维·服务器·macos·minecraft
Black_Rock_br2 天前
AI on Mac, Your Way!全本地化智能代理,隐私与性能兼得
人工智能·macos
TsengOnce2 天前
Mac 4步 安装 Jenv 管理多版本JDK
macos·jenv