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

相关推荐
x-cmd5 小时前
Mac 涨价后,本地 AI 还能千元入门吗?
linux·人工智能·macos·ai·agent·amd·本地ai入门
微三云 - 廖会灵 (私域系统开发)15 小时前
电商系统监控告警体系从0到1:Prometheus+Grafana+AlertManager的全链路可观测性实践
oracle·grafana·prometheus
m0_3771081415 小时前
小智ai-esp32
人工智能·macos·xcode
江南风月18 小时前
WGCLOUD支持创建子账号吗
运维·zabbix·运维开发·prometheus
维C°19 小时前
Grafana-Text面板
grafana
Lvan的前端笔记2 天前
python:Mac 系统 uv 完整安装+入门实战
python·macos·uv
pop_xiaoli2 天前
【iOS】离屏渲染
macos·ios·objective-c·cocoa
鸠摩智首席音效师2 天前
如何在 macOS 上创建 React.js 应用程序 ?
前端·react.js·macos
少陽君3 天前
Docker 部署 Loki + Promtail + Grafana 日志监控栈
docker·容器·grafana
colman wang4 天前
Git指令(Mac)
git·macos