https://grafana.com/grafana/plugins/?search=clock
여기서 타입 검색
아래 내리다 보면 Download 라고 있음 .. 클릭
Plugins 설치
root@DESKTOP-F4T7TCG:/usr# cd /etc
root@DESKTOP-F4T7TCG:/etc# cd grafana
root@DESKTOP-F4T7TCG:/etc/grafana# ls
grafana.ini ldap.toml provisioning
vi grafana.ini
#################################### Paths ####################################
[paths]
# Path to where grafana can store temp files, sessions, and the sqlite3 db (if that is used)
;data = /var/lib/grafana
# Temporary files in `data` directory older than given duration will be removed
;temp_data_lifetime = 24h
# Directory where grafana can store logs
;logs = /var/log/grafana
# Directory where grafana will automatically scan and look for plugins
plugins = /var/lib/grafana/plugins
root@DESKTOP-F4T7TCG:/var/lib/grafana# cd plugins/
root@DESKTOP-F4T7TCG:/var/lib/grafana/plugins# ls
grafana-clock-panel-2.1.2.any.zip
root@DESKTOP-F4T7TCG:/var/lib/grafana/plugins#
unzip grafana-clock-panel-2.1.2.any.zip
mv granana-clock-panel clock
==========참고=-============
plugins 경로 변경
$ /usr/local/grafana/bin/grafana-cli --pluginsDir /data/grafana/plugins/ plugins ls
|
====================================
systemctl restart grafana
grafana plugin 에서 설치 확인
-----------
https://grafana.com/grafana/plugins/flant-statusmap-panel/?tab=installation
'나는 노동자 > 이런저런 Tip' 카테고리의 다른 글
미드저니 기본 명령어 (0) | 2023.05.13 |
---|---|
windows os hostname s/n ip (0) | 2023.03.20 |
grafana table column변경 (0) | 2022.07.20 |
rancher password reset (0) | 2021.09.02 |
아이폰 벨소리 -대략 1분 정도 (0) | 2020.09.29 |