From 101bdb92a36e9811896802f51a8e529a47c9b82f Mon Sep 17 00:00:00 2001 From: yo Date: Sun, 12 Jan 2025 21:15:31 +0100 Subject: [PATCH] Change sample name, praise syntax coloration god --- config.yaml.sample => config.sample.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename config.yaml.sample => config.sample.yaml (99%) diff --git a/config.yaml.sample b/config.sample.yaml similarity index 99% rename from config.yaml.sample rename to config.sample.yaml index d5af450..daa597b 100644 --- a/config.yaml.sample +++ b/config.sample.yaml @@ -49,7 +49,7 @@ datasources: timeout: 10 - name: router01_net_down_rate_perten type: query - address: 'http://prometheus.moon.lan:9090' + address: 'http://prometheus.local.lan:9090' query: 'rate(node_network_receive_bytes_total{device="igb0", instance="router01.local.lan:9100", job="node"}[30s])/62500000*10' timeout: 10