Compare commits
No commits in common. "0c9e3ccb87a570a8b627096c2527ed732e5a8501" and "e183f1a2c3b6516a640d61eeb9dc46038ea0c21b" have entirely different histories.
0c9e3ccb87
...
e183f1a2c3
3 changed files with 2 additions and 5 deletions
|
@ -104,8 +104,8 @@ alloy_config: |
|
|||
prometheus.relabel "default" {
|
||||
forward_to = [prometheus.remote_write.default.receiver]
|
||||
rule {
|
||||
target_label = "org"
|
||||
replacement = "ccchh"
|
||||
replacement = "org"
|
||||
target_label = "ccchh"
|
||||
}
|
||||
rule {
|
||||
target_label = "host"
|
||||
|
|
|
@ -7,8 +7,6 @@ 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;
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
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") }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue