forked from ceph/cephmetrics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dashboard.yml
47 lines (39 loc) · 1.05 KB
/
dashboard.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
##########################################################
# Change these settings to reflect your ceph environment #
##########################################################
osd_servers:
- obj-osd-1
- obj-osd-2
- obj-osd-3
rgw_servers:
- obj-rgw-1
#iscsi_gateways:
# - rh7-gw1
# - rh7-gw2
domain: storage.lab
###########################################################################
# This section defines the internal variables (denoted by the '_' prefix) #
# that govern how dashUpdater.py runs. Normally you'd leave these alone #
###########################################################################
_dashboards:
- alert-status
- ceph-at-a-glance
- ceph-backend-storage
- ceph-cluster
- ceph-health
- ceph-osd-information
- ceph-pools
- ceph-rgw-workload
- disk-busy-by-server
- iops-by-server
- iscsi-overview
- latency-by-server
- network-usage-by-node
- osd-node-detail
_home_dashboard: ceph-at-a-glance
_alert_dashboard: alert-status
_credentials:
user: admin@localhost
password: admin
_grafana_port: 3000