remove old metrics from git

This commit is contained in:
2023-08-20 17:17:43 +02:00
parent 2fc72c5dfc
commit 311a9144c6
2 changed files with 6 additions and 1 deletions

View File

@@ -14,7 +14,7 @@
./utils/modules/borgbackup.nix
./utils/modules/netdata.nix
./utils/modules/promtail
./utils/modules/victoriametrics
# ./utils/modules/victoriametrics
./utils/modules/autoupgrade.nix
./hardware-configuration.nix

View File

@@ -2,6 +2,11 @@
let
configure_prom = builtins.toFile "prometheus.yml" ''
scrape_configs:
- job_name: '${config.networking.hostName}'
stream_parse: true
static_configs:
- targets:
- 127.0.0.1:9100
- job_name: 'fw'
stream_parse: true
static_configs: