mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
feat: define global monitoring for each service and automatically configure telegraf based on it
This commit is contained in:
parent
79e1e782c4
commit
e35daee76d
23 changed files with 403 additions and 83 deletions
|
@ -51,6 +51,12 @@ in {
|
|||
};
|
||||
|
||||
globals.services.open-webui.domain = openWebuiDomain;
|
||||
globals.monitoring.http.ollama-webui = {
|
||||
url = "https://${openWebuiDomain}";
|
||||
location = "home";
|
||||
network = "internet";
|
||||
};
|
||||
|
||||
nodes.sentinel = {
|
||||
services.nginx = {
|
||||
upstreams.open-webui = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue