Skip to content

Commit 3fd0bdb

Browse files
JamborJantremor021
andauthored
Grafana: add config path & documentation (#4162)
* Fix config path "conf.d" in config path was wrong, removed it. * add grafana documentation link Co-authored-by: Slaviša Arežina <[email protected]> --------- Co-authored-by: Slaviša Arežina <[email protected]>
1 parent 8d7ce2e commit 3fd0bdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/public/json/grafana.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"updateable": true,
1010
"privileged": false,
1111
"interface_port": 3000,
12-
"documentation": null,
12+
"documentation": "https://grafana.com/docs/grafana/latest/",
1313
"website": "https://grafana.com/",
1414
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/grafana.svg",
15-
"config_path": "/etc/conf.d/grafana",
15+
"config_path": "/etc/grafana",
1616
"description": "Grafana is a data visualization and monitoring platform that enables users to query, visualize, alert on and understand metrics, logs, and other data sources. It integrates with various data sources, including Prometheus, InfluxDB, Elasticsearch, and many others, to present a unified view of the data and enable users to create insightful and interactive dashboards.",
1717
"install_methods": [
1818
{

0 commit comments

Comments
 (0)