mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
Merge: nixos/vmalert: support multiple instances (#410856)
This commit is contained in:
commit
d92e71021b
4 changed files with 159 additions and 109 deletions
|
@ -55,7 +55,7 @@ import ../make-test-python.nix (
|
|||
};
|
||||
};
|
||||
|
||||
services.vmalert = {
|
||||
services.vmalert.instances."" = {
|
||||
enable = true;
|
||||
settings = {
|
||||
"datasource.url" = "http://localhost:8428"; # victoriametrics' api
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue