Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
df21e8921b |
@@ -3,7 +3,7 @@ name: CI/CD Pipeline
|
||||
|
||||
"on":
|
||||
push:
|
||||
branches: [main, flip_dev, hannes]
|
||||
branches: [main, flip_dev]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
||||
@@ -17,7 +17,7 @@ services:
|
||||
ports:
|
||||
- "9113:9113"
|
||||
environment:
|
||||
- NGINX_STATUS_URL=http://nginx:8081/status
|
||||
- NGINX_STATUS_URL=http://nginx:8080/metrics
|
||||
networks:
|
||||
- snake_net
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
|
||||
"uid": "node-exporter-home",
|
||||
"title": "Node Exporter Full",
|
||||
"schemaVersion": 38,
|
||||
"version": 1,
|
||||
"uid": "node-exporter-home",
|
||||
"title": "Node Exporter Full",
|
||||
"schemaVersion": 38,
|
||||
"version": 1,
|
||||
|
||||
"__requires": [
|
||||
{
|
||||
|
||||
2074
docker/monitoring/grafana/dashboards/nginx.json
Normal file
2074
docker/monitoring/grafana/dashboards/nginx.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,10 +0,0 @@
|
||||
---
|
||||
apiVersion: 1
|
||||
|
||||
providers:
|
||||
- name: 'default'
|
||||
folder: 'Home'
|
||||
type: file
|
||||
editable: true
|
||||
options:
|
||||
path: /var/lib/grafana/dashboards
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: Prometheus
|
||||
type: prometheus
|
||||
access: proxy
|
||||
url: http://prometheus:9090
|
||||
isDefault: true
|
||||
Reference in New Issue
Block a user