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

相关推荐
你疯了抱抱我3 小时前
【Mac】vscode 配置 GD32E230CXXX 开发环境
ide·vscode·macos·嵌入式
Peace6 小时前
【Prometheus】
linux·运维·prometheus
m0_535817557 小时前
macOS下Claude Code从0到1配置教程(附API密钥获取+常见报错修复)
gpt·macos·node.js·api·claude·claudecode·88api
一个人旅程~10 小时前
Windows的6月份安全启动证书过期如何查看是否过期是否需要更新如何操作
windows·经验分享·macos·电脑
Gh0stX10 小时前
macOS Burp Suite Professional 激活指南
macos
会Tk矩阵群控的小木10 小时前
imessage虚拟机群发系统搭建:基于UTM+Frida的完整实现与海外社媒集成
macos·ios·objective-c·cocoa·开源软件·个人开发·tk矩阵
风吹夏回11 小时前
保姆级教程:Dify 本地一键部署(Windows/Mac 通用)
windows·macos
青皮桔13 小时前
Prometheus + Grafana实现服务器监控
服务器·grafana·prometheus
安静轨迹15 小时前
计算机网络三大核心数据表:MAC 地址表、ARP 表、路由表(深度通俗完整版)
网络·计算机网络·macos
一勺菠萝丶15 小时前
Mac Homebrew 更新卡住怎么办?如何更换国内源、查看进度和安装软件
macos