Skip to content

Commit a082db1

Browse files
author
David Linko
committed
working updated grafana and added example infitiy source
1 parent 0cb9666 commit a082db1

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

anms-ui/public/app/components/management/monitor/Monitor.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<template>
22
<div class="container">
33
<!-- incoming messages -->
4-
<iframe src="/grafana/d-solo/x5LAIuA7z/agents-copy?orgId=1&from=now-48h&to=now&panelId=-11" width="100%" height="250" frameborder="0"></iframe>
4+
<iframe src="/grafana/d-solo/x5LAIuA7z/agents-copy?orgId=1&from=now-48h&to=now&panelId=panel-11" width="100%" height="250" frameborder="0"></iframe>
55
<!-- reports -->
6-
<iframe src="/grafana/d-solo/oZ7xupanz/reports?orgId=1&from=now-48h&to=now&panelId=-123129" width="100%" height="250" frameborder="0"></iframe>
6+
<iframe src="/grafana/d-solo/oZ7xupanz/reports?orgId=1&from=now-48h&to=now&panelId=panel-123129" width="100%" height="250" frameborder="0"></iframe>
77
<!-- aris -->
8-
<iframe src="/grafana/d-solo/x5LAIuA7z/agents-copy?orgId=1&panelId=-6" width="100%" height="250" frameborder="0"></iframe>
8+
<iframe src="/grafana/d-solo/x5LAIuA7z/agents-copy?orgId=1&panelId=panel-6" width="100%" height="250" frameborder="0"></iframe>
99
<!-- dashboard -->
10-
<iframe src="/grafana/dashboard/new?orgId=-1" width="100%" height="120%" frameborder="0"></iframe>
10+
<iframe src="/grafana/dashboard/new?orgId=1" width="100%" height="120%" frameborder="0"></iframe>
1111
</div>
1212

1313
</template>

grafana/grafana.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ allow_embedding=true
1010
[live]
1111
allowed_origins=*
1212

13-
[server]
14-
serve_from_sub_path=true
15-
1613
[users]
1714
allow_sign_up=false
1815
auto_assign_org=true

grafana/grafana_vol/grafana.db

384 KB
Binary file not shown.

0 commit comments

Comments
 (0)