Compare commits

...

2 commits

Author SHA1 Message Date
0c9e3ccb87
fix switchup in prometheus.relabel
Some checks failed
/ Ansible Lint (push) Failing after 1m49s
2025-04-30 15:07:26 +02:00
bd9e04eef8
metrics fux 2025-04-30 02:16:09 +02:00
3 changed files with 5 additions and 2 deletions

View file

@ -104,8 +104,8 @@ alloy_config: |
prometheus.relabel "default" {
forward_to = [prometheus.remote_write.default.receiver]
rule {
replacement = "org"
target_label = "ccchh"
target_label = "org"
replacement = "ccchh"
}
rule {
target_label = "host"

View file

@ -7,6 +7,8 @@ server {
# Z9
allow 2a07:c480:0:100::/56;
allow 2a07:c481:1::/48;
# fuxnoc
allow 2a07:c481:0:1::/64;
deny all;
listen [2a00:14b0:4200:3380:0000:5a5f:1dbc:6a39]:443 ssl;

View file

@ -1 +1,2 @@
chaos:{{ lookup("community.general.passwordstore", "noc/vm-secrets/chaosknoten/grafana/metrics_chaos_basic_auth", create=false, missing="error") }}
fux:{{ lookup("community.general.passwordstore", "noc/vm-secrets/chaosknoten/grafana/metrics_fux_basic_auth", create=false, missing="error") }}