mirror of
https://github.com/ItsDrike/network-monitor.git
synced 2025-06-29 08:00:42 +00:00
fixed datasrouce in dashboard
Signed-off-by: Brian Christner <brian.christner@gmail.com>
This commit is contained in:
parent
912d8378b6
commit
700ff45b8c
6 changed files with 184 additions and 11 deletions
|
@ -3,14 +3,14 @@ apiVersion: 1
|
|||
|
||||
# list of datasources that should be deleted from the database
|
||||
deleteDatasources:
|
||||
- name: Prometheus
|
||||
- name: prometheus
|
||||
orgId: 1
|
||||
|
||||
# list of datasources to insert/update depending
|
||||
# whats available in the database
|
||||
datasources:
|
||||
# <string, required> name of the datasource. Required
|
||||
- name: Prometheus
|
||||
- name: prometheus
|
||||
# <string, required> datasource type. Required
|
||||
type: prometheus
|
||||
# <string, required> access mode. direct or proxy. Required
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue