modified: grafana.nix - ADD nextcloud server

alacritty
Alexandre LUCAZEAU 2022-06-01 20:21:07 +00:00
parent 9cb865961c
commit 6d8a1a3201
1 changed files with 6 additions and 0 deletions

View File

@ -25,6 +25,12 @@
static_configs = [{
targets = [ "127.0.0.1:${toString config.services.prometheus.exporters.node.port}" ];
}];
}
{
job_name = "nextcloud";
static_configs = [{
targets = [ "192.168.10.114:${toString config.services.prometheus.exporters.node.port}" ];
}];
}
];
};