当前位置:网站首页>Grafana data visualization

Grafana data visualization

2022-06-12 02:29:00 Close your heart

Grafana What is it? ?

Grafana Is an open source data visualization platform , Support access to many mainstream databases Such as Mysql、Redis、ElasticSearch、Oracle etc. . It can quickly query and visualize the information of related databases ! You can also alarm related services !

install

Regular installation is enough !

After installation , Copy a configuration file Name it consumer.ini Then modify its configuration file

Profile content excerpt :

In particular : The configuration file is .ini, Its comment is a semicolon :;

service server

[server]
# Protocol (http, https, h2, socket)
;protocol = http
# The ip address to bind to, empty will bind to all interfaces
;http_addr =
# The http port to use  The port number used by the page , After modification and saving , Restart will take effect !
http_port = 18080

jurisdiction security

[security]
# disable creation of admin user on first start of grafana
;disable_initial_admin_creation = false
# default admin user, created on startup  The default is admin
admin_user = admin
# default admin password, can be changed before first start of grafana,  or in profile settings  The default is admin
admin_password = admin

Effective after restart !

english :

Dashboards: The dashboard

Configure your own dashboard

https://grafana.com/grafana/dashboards/ find ID

then

原网站

版权声明
本文为[Close your heart]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/03/202203011145392730.html