Skip to content

Commit fd0633a

Browse files
authored
Fix config path
"conf.d" in config path was wrong, removed it.
1 parent fdc59fd commit fd0633a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/public/json/grafana.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"documentation": null,
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)