Initial LisgloSIPS V2 implementation

This commit is contained in:
hectorzhao
2026-06-22 10:56:38 +08:00
commit 5fa1bd35e9
303 changed files with 35644 additions and 0 deletions
@@ -0,0 +1,32 @@
apiVersion: 1
deleteDatasources:
- name: Prometheus
orgId: 1
- name: HOMER PostgreSQL
orgId: 1
datasources:
- name: Prometheus
uid: lisglosips-prometheus
type: prometheus
access: proxy
url: http://127.0.0.1:9090
isDefault: true
editable: false
- name: HOMER PostgreSQL
uid: lisglosips-homer-postgres
type: postgres
access: proxy
url: 127.0.0.1:5432
user: homer_user
database: homer_data
editable: false
jsonData:
sslmode: disable
postgresVersion: 1600
timescaledb: false
secureJsonData:
password: $HOMER_DB_PASSWORD