Skip to content

Commit b0e3133

Browse files
erikreinertsarcasticadmin
authored andcommitted
fix(monitoring): correct snmp.yml path reference
Change relative path from ../snmp.yml to ./snmp.yml since the file is in the same directory as monitoring.nix.
1 parent 86c1144 commit b0e3133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/nixos-modules/services/monitoring.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ in
292292
293293
// SNMP exporter for Juniper switches
294294
prometheus.exporter.snmp "switches" {
295-
config_file = "${../snmp.yml}"
295+
config_file = "${./snmp.yml}"
296296
targets = discovery.file.switches.targets
297297
}
298298

0 commit comments

Comments
 (0)