summaryrefslogtreecommitdiff
path: root/hosts/vidhar/prometheus.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-12-31 16:33:33 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2021-12-31 16:33:33 +0100
commit32643c49ea0e1b08be3da545f7d02643807bf9e2 (patch)
tree30c276c2715666107adfc2db98d5ddd542d763c9 /hosts/vidhar/prometheus.nix
parent8ac1901c7876170d464f016cb98714365bcb895d (diff)
downloadnixos-32643c49ea0e1b08be3da545f7d02643807bf9e2.tar
nixos-32643c49ea0e1b08be3da545f7d02643807bf9e2.tar.gz
nixos-32643c49ea0e1b08be3da545f7d02643807bf9e2.tar.bz2
nixos-32643c49ea0e1b08be3da545f7d02643807bf9e2.tar.xz
nixos-32643c49ea0e1b08be3da545f7d02643807bf9e2.zip
vidhar: prometheus: snmp: ...
Diffstat (limited to 'hosts/vidhar/prometheus.nix')
-rw-r--r--hosts/vidhar/prometheus.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/hosts/vidhar/prometheus.nix b/hosts/vidhar/prometheus.nix
index 98ef76b6..f2959dd2 100644
--- a/hosts/vidhar/prometheus.nix
+++ b/hosts/vidhar/prometheus.nix
@@ -65,9 +65,6 @@ in {
65 { targets = ["10.141.1.2"]; } 65 { targets = ["10.141.1.2"]; }
66 ]; 66 ];
67 metrics_path = "/snmp"; 67 metrics_path = "/snmp";
68 params = {
69 module = ["if_mib"];
70 };
71 relabel_configs = [ 68 relabel_configs = [
72 { source_labels = ["__address__"]; 69 { source_labels = ["__address__"];
73 target_label = "__param_target"; 70 target_label = "__param_target";