ADD rexexp and replacement : not OK

This commit is contained in:
Alexandre LUCAZEAU 2022-07-05 15:35:27 +00:00
parent 04f693e895
commit ad8d7d852a
1 changed files with 12 additions and 5 deletions

View File

@ -49,7 +49,14 @@
static_configs = [{
targets = [ "192.168.10.116:9521" ];
}];
relabel_configs = [{
source_labels = [ "device" ];
target_label = "id";
regex = "c9:5e:c5:16:23:4d" ;
replacement = "A";
}];
}
];
};
users.users.caddy = {