Skip to content

Commit bee6f2a

Browse files
feat: mvp
- functional prometheus, grafana, and node-exporter on a single instance
1 parent f500561 commit bee6f2a

11 files changed

Lines changed: 23798 additions & 51 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# ETC
2+
grafana-config.ini
3+
dashboard.yml
4+
node-exporter.json
5+
prometheus.yml
26
tfplan
37
.terraform.lock.hcl
48

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
apiVersion: 1
2+
3+
providers:
4+
- name: 'Prometheus'
5+
orgId: 1
6+
folder: ''
7+
type: file
8+
disableDeletion: false
9+
editable: true
10+
allowUiUpdates: true
11+
options:
12+
path: /etc/grafana/provisioning/dashboards

0 commit comments

Comments
 (0)