remove old metrics from git
This commit is contained in:
parent
2fc72c5dfc
commit
311a9144c6
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue