Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
df21e8921b |
@@ -3,7 +3,7 @@ name: CI/CD Pipeline
|
|||||||
|
|
||||||
"on":
|
"on":
|
||||||
push:
|
push:
|
||||||
branches: [main, flip_dev, hannes]
|
branches: [main, flip_dev]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "9113:9113"
|
- "9113:9113"
|
||||||
environment:
|
environment:
|
||||||
- NGINX_STATUS_URL=http://nginx:8081/status
|
- NGINX_STATUS_URL=http://nginx:8080/metrics
|
||||||
networks:
|
networks:
|
||||||
- snake_net
|
- snake_net
|
||||||
|
|
||||||
|
|||||||
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