当前位置:网站首页>**Grafana installation**
**Grafana installation**
2022-07-07 09:33:00 【Code Taoist】
centos7 The installation of is as follows :
host 192.168.0.125
wget https://dl.grafana.com/oss/release/grafana-7.5.0-1.x86_64.rpm
sudo yum install grafana-7.5.0-1.x86_64.rpm
systemctl start grafana-server
Check the status
systemctl status grafana-server.service
It's green identification Active: active (running) since 5、 ... and 2022-07-01 15:23:59 CST; 4min 4s ago
sentos6 The operation is as follows :
Install the package directly under the official website , Manually upload , This link can be downloaded directly on the web
https://dl.grafana.com/oss/release/grafana-7.5.0-1.x86_64.rpm
No need to decompress .
start-up
service grafana-server start
close
service grafana-server stop
Check the status
service grafana-server status
Extranet access IP Add ports http://xxx.xx.xx.xx:3000
enter one user name , Password login system , The user name and password are "admin", If you can access grafana It's success
Reference article :
install grafana https://blog.csdn.net/zfw_666666/article/details/124445283
https://www.cnblogs.com/imyalost/p/9873641.html
Sinicization : https://dalianpai.blog.csdn.net/article/details/108634571?spm=1001.2101.3001.6650.2&utmmedium=distribute.pcrelevant.none-task-blog-2%7Edefault%7ECTRLIST%7Edefault-2-108634571-blog-108981525.pcrelevantmultiplatformwhitelistv1&depth1-utmsource=distribute.pcrelevant.none-task-blog-2%7Edefault%7ECTRLIST%7Edefault-2-108634571-blog-108981525.pcrelevantmultiplatformwhitelistv1&utmrelevant_index=5
边栏推荐
- 【云原生】DevOps(一):DevOps介绍及Code工具使用
- STM32 and motor development (from stand-alone version to Networking)
- JWT certification used in DRF
- ViewPager2和VIewPager的区别以及ViewPager2实现轮播图
- Information Security Experiment 4: implementation of IP packet monitoring program
- flinkcdc 用sqlclient可以指定mysqlbinlog id执行任务吗
- Upload taro pictures to Base64
- flex弹性布局
- Pycharm importing third-party libraries
- Mysql数据库-锁-学习笔记
猜你喜欢
Pycharm importing third-party libraries
十二、排序
Integer or int? How to select data types for entity classes in ORM
Sublime Text4 download the view in bower and set the shortcut key
VSCode+mingw64+cmake
sqlplus乱码问题,求解答
H5 web player easyplayer How does JS realize live video real-time recording?
Mysql:select ... for update
H5网页播放器EasyPlayer.js如何实现直播视频实时录像?
华为HCIP-DATACOM-Core_03day
随机推荐
面试被问到了解哪些开发模型?看这一篇就够了
信息安全实验一:DES加密算法的实现
网易云微信小程序
ComputeShader
二叉树高频题型
How to use clipboard JS library implements copy and cut function
shake数据库中怎么使用Mongo-shake实现MongoDB的双向同步啊?
Record of structured interview
NETCORE 3.1 solves cross domain problems
【BW16 应用篇】安信可BW16模组/开发板AT指令实现MQTT通讯
Postman data driven
Unity3d interface is embedded in WPF interface (mouse and keyboard can respond normally)
Vs2013 generate solutions super slow solutions
DRF authentication, permissions, and flow restrictions (only for views in DRF)
Redis common commands
软件建模与分析
Unity shader (pass user data to shader)
IIS redirection redirection appears eurl axd
【云原生】DevOps(一):DevOps介绍及Code工具使用
Pytest installation (command line installation)