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":
push:
branches: [main, flip_dev, hannes]
branches: [main, flip_dev]
jobs:
lint:

View File

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

View File

@@ -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": [
{

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