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

相关推荐
admiraldeworm8 小时前
在ARM 架构的 Mac 上 更新Navicat到17后连接Oracle时报错:未加载 Oracle 库。
macos
tealcwu10 小时前
【Unity踩坑】Unity 6在Mac平台编译运行时去除‘trial version‘
macos·unity·游戏引擎
汀沿河12 小时前
mac:大模型系列测试
人工智能·macos
嘟嘟实验室14 小时前
MatAnyone本地部署,视频分割处理,绿幕抠像(WIN/MAC)
windows·macos·开源·aigc·音视频
bing_feilong14 小时前
windows上用vnc viewer 能连接mac,不能连ubuntu
windows·ubuntu·macos
碧水澜庭1 天前
Prometheus+ Grafana 监控系统入门
grafana·prometheus
遇见火星1 天前
一键部署Prometheus+Grafana+alertmanager对网站状态进行监控
grafana·prometheus
上海运维Q先生1 天前
Cilium动手实验室: 精通之旅---19.Golden Signals with Hubble and Grafana
云原生·k8s·grafana·cilium
奈斯ing1 天前
【prometheus+Grafana篇】基于Prometheus+Grafana实现Redis数据库的监控与可视化
数据库·redis·缓存·grafana·prometheus
AD钙奶-lalala1 天前
在 macOS 上搭建 Flutter 开发环境
flutter·macos