1 Commits
rose ... hannes

Author SHA1 Message Date
Johannes Lanzinger
df21e8921b update maybe working 2025-12-17 12:12:52 +01:00
8 changed files with 2080 additions and 25 deletions

View File

@@ -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:

View File

@@ -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

View File

@@ -1,9 +1,9 @@
{ {
"uid": "node-exporter-home", "uid": "node-exporter-home",
"title": "Node Exporter Full", "title": "Node Exporter Full",
"schemaVersion": 38, "schemaVersion": 38,
"version": 1, "version": 1,
"__requires": [ "__requires": [
{ {

File diff suppressed because it is too large Load Diff

View File

@@ -1,10 +0,0 @@
---
apiVersion: 1
providers:
- name: 'default'
folder: 'Home'
type: file
editable: true
options:
path: /var/lib/grafana/dashboards

View File

@@ -1,9 +0,0 @@
---
apiVersion: 1
datasources:
- name: Prometheus
type: prometheus
access: proxy
url: http://prometheus:9090
isDefault: true